Commit 84739eca authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: add a new pl2303 device id.

Thanks to Stefan Verkoyen <stefan.verkoyen@quesd.com> for the information.
parent bd2e261c
......@@ -79,6 +79,7 @@ static struct usb_device_id id_table [] = {
{ USB_DEVICE(TRIPP_VENDOR_ID, TRIPP_PRODUCT_ID) },
{ USB_DEVICE(RADIOSHACK_VENDOR_ID, RADIOSHACK_PRODUCT_ID) },
{ USB_DEVICE(DCU10_VENDOR_ID, DCU10_PRODUCT_ID) },
{ USB_DEVICE(SITECOM_VENDOR_ID, SITECOM_PRODUCT_ID) },
{ } /* Terminating entry */
};
......
......@@ -38,3 +38,6 @@
#define DCU10_VENDOR_ID 0x0731
#define DCU10_PRODUCT_ID 0x0528
#define SITECOM_VENDOR_ID 0x6189
#define SITECOM_PRODUCT_ID 0x2068
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