Commit 4736d0f9 authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo Committed by Greg Kroah-Hartman

[PATCH] USB: add id for Siemens x65 series of mobiles to pl2303 driver

[PL2303] add id for Siemens x65 series of mobiles

Tested with CX65 and S65 models
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@conectiva.com.br>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 88be4c79
...@@ -91,6 +91,7 @@ static struct usb_device_id id_table [] = { ...@@ -91,6 +91,7 @@ static struct usb_device_id id_table [] = {
{ USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_ID) }, { USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_ID) },
{ USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_PRODUCT_ID) }, { USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_PRODUCT_ID) },
{ USB_DEVICE(PHAROS_VENDOR_ID, PHAROS_PRODUCT_ID) }, { USB_DEVICE(PHAROS_VENDOR_ID, PHAROS_PRODUCT_ID) },
{ USB_DEVICE(SIEMENS_VENDOR_ID, SIEMENS_PRODUCT_ID_X65) },
{ } /* Terminating entry */ { } /* Terminating entry */
}; };
......
...@@ -53,3 +53,6 @@ ...@@ -53,3 +53,6 @@
/* Pharos / Microsoft GPS puck */ /* Pharos / Microsoft GPS puck */
#define PHAROS_VENDOR_ID 0x067b #define PHAROS_VENDOR_ID 0x067b
#define PHAROS_PRODUCT_ID 0xaaa0 #define PHAROS_PRODUCT_ID 0xaaa0
#define SIEMENS_VENDOR_ID 0x11f5
#define SIEMENS_PRODUCT_ID_X65 0x0003
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment