diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2009-04-06 12:35:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-06 17:36:41 -0400 |
commit | 912299f6f0587bb6c221705ed9949709b36b3c56 (patch) | |
tree | f1da7722083ee00a529776725704cac2bfc963b7 /drivers/usb/serial/pl2303.h | |
parent | 7abcf20b8f32dd679b162b33c07e427c67d4a1fb (diff) |
tty: pl2303 needs identifiers for Siemens S81 as well as EF81
Closes bug 9065
Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/usb/serial/pl2303.h')
-rw-r--r-- | drivers/usb/serial/pl2303.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index 54974f446a8c..1d7a22e3a9fd 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h | |||
@@ -7,6 +7,10 @@ | |||
7 | * (at your option) any later version. | 7 | * (at your option) any later version. |
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | |||
11 | #define BENQ_VENDOR_ID 0x04a5 | ||
12 | #define BENQ_PRODUCT_ID_S81 0x4027 | ||
13 | |||
10 | #define PL2303_VENDOR_ID 0x067b | 14 | #define PL2303_VENDOR_ID 0x067b |
11 | #define PL2303_PRODUCT_ID 0x2303 | 15 | #define PL2303_PRODUCT_ID 0x2303 |
12 | #define PL2303_PRODUCT_ID_RSAQ2 0x04bb | 16 | #define PL2303_PRODUCT_ID_RSAQ2 0x04bb |