mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 00:53:40 +00:00
Staging: bcm: Create and initialize new device id in InterfaceInit
This patch create and initalizes a new device id of 0x172 as reported by Rinat Camalov <richman1000000d@gmail.com>. In addition, a comment is added to the potential invalid existing device id. Reported-by: Rinat Camalov <richman1000000d@gmail.com> Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5c1eb3857a
commit
e66fc1fba2
@ -8,6 +8,7 @@ static struct usb_device_id InterfaceUsbtable[] = {
|
||||
{ USB_DEVICE(BCM_USB_VENDOR_ID_ZTE, BCM_USB_PRODUCT_ID_226) },
|
||||
{ USB_DEVICE(BCM_USB_VENDOR_ID_FOXCONN, BCM_USB_PRODUCT_ID_1901) },
|
||||
{ USB_DEVICE(BCM_USB_VENDOR_ID_ZTE, BCM_USB_PRODUCT_ID_ZTE_TU25) },
|
||||
{ USB_DEVICE(BCM_USB_VENDOR_ID_ZTE, BCM_USB_PRODUCT_ID_ZTE_226) },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(usb, InterfaceUsbtable);
|
||||
|
@ -11,7 +11,8 @@
|
||||
#define BCM_USB_PRODUCT_ID_SM250 0xbccd
|
||||
#define BCM_USB_PRODUCT_ID_SYM 0x15E
|
||||
#define BCM_USB_PRODUCT_ID_1901 0xe017
|
||||
#define BCM_USB_PRODUCT_ID_226 0x0132
|
||||
#define BCM_USB_PRODUCT_ID_226 0x0132 /* not sure if this is valid */
|
||||
#define BCM_USB_PRODUCT_ID_ZTE_226 0x172
|
||||
#define BCM_USB_PRODUCT_ID_ZTE_TU25 0x0007
|
||||
|
||||
#define BCM_USB_MINOR_BASE 192
|
||||
|
Loading…
Reference in New Issue
Block a user