summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialportinfo_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-231-19/+19
* Update commercial license headersTarja Sundqvist2021-01-271-19/+19
* QSerialPortInfo: Fix enumeration of 'Gadget' serial devices on LinuxDenis Shienkov2019-05-071-2/+10
* Simplify the isVirtualNullModemDevice() functionDenis Shienkov2016-06-061-4/+1
* Remove unused static variableDenis Shienkov2016-06-061-1/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * Avoid allocating a string by using a QStringRefFrank Meerkoetter2016-05-011-1/+1
* | Replace 'Q_FOREACH' with the range-based 'for'Denis Shienkov2016-05-131-3/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-081-0/+2
|\|
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-03-211-0/+2
| |\
| | * Deprecate QSPI::isBusy() methodv5.6.0-rc1v5.6.0Denis Shienkov2016-02-181-0/+2
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-5/+0
|\| |
| * | Move QSPI::standardBaudRates() in one placeDenis Shienkov2016-02-161-5/+0
* | | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-alpha1Liang Qi2016-02-151-288/+0
|\| |
| * | Move the FreeBSD code to own implementation fileDenis Shienkov2016-02-111-288/+0
| |/
* / Unify license header usageAntti Kokko2016-02-021-13/+19
|/
* Add simple enumeration of ttyTHSx devices on LinuxDenis Shienkov2015-12-311-0/+1
* Fix detection of 8250 serial ports type by udev backendDenis Shienkov2015-12-311-1/+1
* Allow to enumerate the tty0tty devices on LinuxDenis Shienkov2015-09-161-3/+17
* Obtain detail information in FreeBSDDenis Shienkov2015-08-251-0/+288
* Do not append a non-serial ports on Free BSDDenis Shienkov2015-08-121-2/+2
* Use the QLatin1String at string comparisonDenis Shienkov2015-08-061-2/+2
* Do not return a non serial port devices on FreeBSDDenis Shienkov2015-08-041-0/+9
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-0/+2
|\
| * Add missing QT_DEPRECATED_SINCE(5, 2) macroDenis Shienkov2015-07-161-0/+2
* | Don't use QStringLiteral when QLatin1String is efficient.Debao Zhang2015-03-271-7/+7
* | Remove space between "if/elif defined" macro and its bracketDenis Shienkov2015-03-121-2/+2
* | Fix warning about constructing a QString from ASCII.Friedemann Kleint2015-03-031-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-251-126/+194
|\|
| * Detect of Bluetooth SPP (rfcomm) device with SysFsDenis Shienkov2014-12-041-11/+19
| * Detect a valid of serial8250 portsDenis Shienkov2014-12-031-8/+28
| * Improve QSPI sysfs algorithmDenis Shienkov2014-12-031-81/+107
| * Make QSPI udev functions more readableDenis Shienkov2014-12-021-31/+37
| * Improve QSPI algorithm on UnixDenis Shienkov2014-12-021-11/+19
* | Update copyright headersJani Heikkinen2015-02-131-6/+6
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-191-30/+44
|\|
| * Allow to use custom devices pathsDenis Shienkov2014-11-271-2/+16
| * Fix QSPI::isNull()Denis Shienkov2014-11-211-30/+30
* | Move all platform-specific declarations into one QSPPrivateDenis Shienkov2014-11-141-1/+1
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-6/+8
|\
| * Fix segfault related to dynamic udev loadingSergey Belyashov2014-10-011-6/+1
| * Handle onboard serial ports when parsing sysfsRainer Keller2014-09-291-0/+3
| * Query a serial number of USB device from SysfsDenis Shienkov2014-09-251-0/+4
* | Update license headers and add new license filesAntti Kokko2014-09-091-18/+10
|/
* Make independent implementation of QSerialPortInfo for OS XDenis Shienkov2014-07-091-8/+0
* Fix mixed up vendor and product identifiersv5.3.1Oleg Shparber2014-06-141-2/+2
* Refactor the availablePortsByUdev() in favor to readabilitystableDenis Shienkov2014-06-071-48/+38
* Use QScopedPointer (RAII) to do not care of the udev resourcesDenis Shienkov2014-06-071-9/+23
* Simplify of the availablePortsByUdev()Denis Shienkov2014-06-071-33/+47
* Add support for PCI vendor/device informationSergey Belyashov2014-05-241-11/+36