USB: add 5372:2303 to pl2303

This patch adds the "Superial" USB-Serial converter to pl2303 so that it
is detected, by the correct driver. Adds the relevant vendor:product
(5372:2303) to the device tables in pl2303.c & pl2303.h. The patch has
been tested against 2.6.24-22-generic.

Signed-off-by: Matthew D Arnold <matthew.arnold-1@uts.edu.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>


authored by Matthew Arnold and committed by Greg Kroah-Hartman 7c992001 24c0996a

+5
+1
drivers/usb/serial/pl2303.c
··· 91 91 { USB_DEVICE(WS002IN_VENDOR_ID, WS002IN_PRODUCT_ID) }, 92 92 { USB_DEVICE(COREGA_VENDOR_ID, COREGA_PRODUCT_ID) }, 93 93 { USB_DEVICE(YCCABLE_VENDOR_ID, YCCABLE_PRODUCT_ID) }, 94 + { USB_DEVICE(SUPERIAL_VENDOR_ID, SUPERIAL_PRODUCT_ID) }, 94 95 { } /* Terminating entry */ 95 96 }; 96 97
+4
drivers/usb/serial/pl2303.h
··· 110 110 /* Y.C. Cable U.S.A., Inc - USB to RS-232 */ 111 111 #define YCCABLE_VENDOR_ID 0x05ad 112 112 #define YCCABLE_PRODUCT_ID 0x0fba 113 + 114 + /* "Superial" USB - Serial */ 115 + #define SUPERIAL_VENDOR_ID 0x5372 116 + #define SUPERIAL_PRODUCT_ID 0x2303