summaryrefslogtreecommitdiffstats
path: root/config.tests/socketcan_fd
Commit message (Collapse)AuthorAgeFilesLines
* Convert qtserialbus to the new configure systemAlex Blasche2016-11-161-2/+0
| | | | | | | The language test is obsolete since 5.8 fulfills the C++11 requirements. Change-Id: I05e6f7343c6cac8edefc98fcb6dc837d1507f04b Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Make socketcan backend compile on pre 3.6 kernelsAlex Blasche2016-04-061-0/+3
| | | | | | | | | | | | | | | | The CanFD implementation was introduced by the Linux 3.6 kernel. This change makes the socketcan backend compile on the older Linux kernel build platforms. If a socketcan backend was compiled against the most recent kernel headers but run on an ancient kernel, the missing support is dynamically detected by virtue of returned error code from ioctl et al. Task-number: QTBUG-51932 Change-Id: I5c3601877fa6e882f24d7fa3588dae473a325b9b Reviewed-by: Rolf Eike Beer <eb@emlix.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Fix license headers for the various source filesAlex Blasche2015-07-081-1/+1
| | | | | | | | | | Examples are BSD, documention uses FDL and the remainder is commercial/GPLv2/LGPLv3. Change-Id: I42fd230e06021e6984139a0239f8a6b8f9084a95 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Janne Heikki Partala <janne.partala@bitfactor.fi> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Initial commit for QtSerialBusJanne Partala2015-06-192-0/+48
Change-Id: I314502cd1e95ecbd3ad5bcf63a7a81e0e1b415d4 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>