kernel->add SLM630B PID&VID
This commit is contained in:
@ -52,6 +52,8 @@ static int option_send_setup(struct usb_serial_port *port);
|
||||
static void option_instat_callback(struct urb *urb);
|
||||
|
||||
/* Vendor and product IDs */
|
||||
#define SIGNAL_VENDOR_ID 0x05C6
|
||||
#define SIGNAL_PRODUCT_ID 0x9025
|
||||
#define OPTION_VENDOR_ID 0x0AF0
|
||||
#define OPTION_PRODUCT_COLT 0x5000
|
||||
#define OPTION_PRODUCT_RICOLA 0x6000
|
||||
@ -601,6 +603,7 @@ static const struct option_blacklist_info telit_le920_blacklist = {
|
||||
};
|
||||
|
||||
static const struct usb_device_id option_ids[] = {
|
||||
{ USB_DEVICE(SIGNAL_VENDOR_ID,SIGNAL_PRODUCT_ID)}, //add by guanzl for SLM630B
|
||||
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) },
|
||||
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA) },
|
||||
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA_LIGHT) },
|
||||
|
||||
Reference in New Issue
Block a user