summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialportinfo_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Inspect lock file to determine busy state.Dyami Caliri2014-05-231-2/+20
* Enable QtSerialPort on QNXRafael Roquetto2014-04-281-0/+2
* Use QScopedPointer (RAII) for avoiding the memory leak for udevv5.3.0-beta1Laszlo Papp2014-03-181-13/+19
* Fixed info update for FTDI devices on AndroidLuke Andrew2014-03-081-2/+4
* Add API for querying the serial numberLaszlo Papp2014-03-021-0/+3
* Use Q_GLOBAL_STATIC for the udev symbol loading QLibrary instanceLaszlo Papp2014-02-161-1/+5
* Remove an unnecessary boolean interim variableLaszlo Papp2014-01-221-56/+56
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-161-0/+4
|\
| * Fix the detection of PCI serial ports with sysfs and without udevv5.2.0-rc1Laszlo Papp2013-11-251-0/+4
* | Try to load udev at runtime if we do not link against itLaszlo Papp2013-11-251-26/+36
* | Remove the unnecessary and noisy comments for the serial port info filesLaszlo Papp2013-11-241-31/+12
* | Do not use parentheses around a single statement for consistencyLaszlo Papp2013-11-241-2/+1
* | Merge two mini-functions for the hard coded listLaszlo Papp2013-11-241-7/+2
* | Eliminate the "canAppendToList" variable usageLaszlo Papp2013-11-241-15/+9
* | Remove the very bizarre whitespaces from inconsistent macro usagesLaszlo Papp2013-11-231-4/+4
|/