This patch replaces an invalid device id of 0x132
with the correct device id of 0x172 as reported
by Rinat Camalov <[email protected]>.

Signed-off-by: Kevin McKinney <[email protected]>

Reported-by: Rinat Camalov <[email protected]>
---
 drivers/staging/bcm/InterfaceInit.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/bcm/InterfaceInit.h 
b/drivers/staging/bcm/InterfaceInit.h
index 3b35832..64d4fa3 100644
--- a/drivers/staging/bcm/InterfaceInit.h
+++ b/drivers/staging/bcm/InterfaceInit.h
@@ -11,7 +11,7 @@
 #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 0x0172
 #define BCM_USB_PRODUCT_ID_ZTE_TU25    0x0007
 
 #define BCM_USB_MINOR_BASE     192
-- 
1.7.9.5

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to