summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialportinfo_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the detection of PCI serial ports with sysfs and without udevv5.2.0-rc1Laszlo Papp2013-11-251-0/+4
* Add /dev/ttyO* to get the native serial port listed on Android with BeagleboardLaszlo Papp2013-11-091-0/+1
* Unify the QString creation from udev return values (char*)Laszlo Papp2013-11-081-11/+7
* Define QStringLiteral when undefined (e.g. Qt 4)Laszlo Papp2013-11-061-29/+27
* Replace the home-grown QTtyLocker with QLockFileLaszlo Papp2013-11-061-3/+8
* Add /dev/ttyHS(L)* to the hard coded uart list on UnixLaszlo Papp2013-11-011-0/+2
* Add support for loading udev at run-timeLaszlo Papp2013-10-281-6/+8
* Use sysfs on Linux when availableDenis Shienkov2013-09-221-102/+128
* Merge branch 'stable' into devSergio Ahumada2013-09-061-2/+2
|\
| * Linux: Are added the missed QLatin1Char into libudev implementationDenis Shienkov2013-08-241-2/+2
* | Linux: Getting properties of USB devices if has no libudevDenis Shienkov2013-08-201-3/+68
|/
* Linux: Added enumeration of Motorola IMX serial portsDenis Shienkov2013-07-231-0/+1
* Add further device filters on Linux without libudevDenis Shienkov2013-04-191-1/+3
* Add accessor methods for checking the availability of the PID/VIDLaszlo Papp2013-03-261-2/+4
* Change the return type of the vendor/productIdentifier() APILaszlo Papp2013-03-251-4/+5
* Remove the QtSerialPort namespace define and hence namespace usageLaszlo Papp2013-02-071-4/+0
* Rename the TtyLocker class to QTtyLocker as it gets to Qt scopeLaszlo Papp2013-02-071-2/+2
* Fix the potential build breaks introduced by a previous commit (regression)Laszlo Papp2013-02-071-0/+4
* Refactor certain variable names, remove useless comments and so forthLaszlo Papp2013-02-011-20/+20
* Move the file scope variables to function scopeLaszlo Papp2013-01-311-6/+4
* Mark the static device name list const as it is not meant to be alteredLaszlo Papp2013-01-301-17/+11
* Make all the file renames and relevant changesLaszlo Papp2013-01-271-0/+264