diff options
author | Laszlo Papp <lpapp@kde.org> | 2013-11-08 15:20:47 +0000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-09 20:23:18 +0100 |
commit | 9128eddd57cfa95da490e08c49a7fdcdd77b9ff4 (patch) | |
tree | a9963f0fd6cb4cd61d3a71f7460f99f57e2ea12a /dist | |
parent | e9c1fa70442a55c3ad8a1fe2f0fd322272a48d8d (diff) | |
download | qtserialport-9128eddd57cfa95da490e08c49a7fdcdd77b9ff4.tar.gz |
Add /dev/ttyO* to get the native serial port listed on Android with Beagleboard
This type of serial port seems to represent the OMAP serial ports.
Change-Id: Ie4279cad96f68e618d24bbcd64da9cbc218a9937
Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.2.0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0 index bf40f28..8e755b4 100644 --- a/dist/changes-5.2.0 +++ b/dist/changes-5.2.0 @@ -111,3 +111,6 @@ information. Android uarts such as /dev/ttyHS* (High speed UART) and - [QTBUG-34474] Replace the internal QTtyLocker with QLockFile from QtCore and a small convenience on top of it to comply with the locking directories lockdev also uses. + +- Support has been added for the hard-coded device enumeration backend to get +information. /dev/ttyO* (native OMAP UART) is supported by that backend. |