diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2010-11-05 13:20:42 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2010-11-05 13:33:30 (GMT) |
commit | 0d6991e3219de48429109dc272e9598acf45d5df (patch) | |
tree | c41cc40b9d92f0bc1bf650b1499f872a2800c91e /tests/auto/qplaintextedit/tst_qplaintextedit.cpp | |
parent | ebecf192abe56c405409343acc2f97eaf9124fc3 (diff) | |
download | Qt-0d6991e3219de48429109dc272e9598acf45d5df.zip Qt-0d6991e3219de48429109dc272e9598acf45d5df.tar.gz Qt-0d6991e3219de48429109dc272e9598acf45d5df.tar.bz2 |
Fix detection of N95 with linux 2.6.34+
Linux cdc-acm driver detects the debug port on some Nokia phones automatically
When it does, it creates two ttyACMx devices and the symlink in
/dev/serial/by-id contains the CDC master interface number.
In contrast the generic usbserial driver creates a symlink containing the
CDC slave interface number. This is because it knows nothing about CDC
and is just looking for BULK IN/OUT interfaces that might be serial ports.
This change creates match strings for both the master and slave interfaces,
so the phone is detected if either driver is loaded.
Reviewed-By: axis
Diffstat (limited to 'tests/auto/qplaintextedit/tst_qplaintextedit.cpp')
0 files changed, 0 insertions, 0 deletions