Skip to content

Commit

Permalink
Repaired broken USB ID 0x15E to 0x015E
Browse files Browse the repository at this point in the history
The USB device with ID 0x015E is known as Huwai WIXUBB116. The module works fine when the ID is changed to 0x015E.
  • Loading branch information
mdminhazulhaque committed Sep 16, 2012
1 parent 3f0c3c8 commit 9045893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/bcm/InterfaceInit.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define BCM_USB_PRODUCT_ID_T3B 0x0210
#define BCM_USB_PRODUCT_ID_T3L 0x0220
#define BCM_USB_PRODUCT_ID_SM250 0xbccd
#define BCM_USB_PRODUCT_ID_SYM 0x15E
#define BCM_USB_PRODUCT_ID_SYM 0x015E
#define BCM_USB_PRODUCT_ID_1901 0xe017
#define BCM_USB_PRODUCT_ID_226 0x0132
#define BCM_USB_PRODUCT_ID_ZTE_TU25 0x0007
Expand Down

0 comments on commit 9045893

Please sign in to comment.