summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialportinfo_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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