summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/InterfaceInit.h
diff options
context:
space:
mode:
authorKevin McKinney2012-09-12 04:19:06 +0200
committerGreg Kroah-Hartman2012-09-12 18:43:45 +0200
commite66fc1fba248738d32f3b64508f9ef1176d9e767 (patch)
tree31b7e690e7ec58b33a33dc2857d96c77f3fb4f63 /drivers/staging/bcm/InterfaceInit.h
parentstaging: comedi: adq12b: remove devpriv macro (diff)
downloadkernel-qcow2-linux-e66fc1fba248738d32f3b64508f9ef1176d9e767.tar.gz
kernel-qcow2-linux-e66fc1fba248738d32f3b64508f9ef1176d9e767.tar.xz
kernel-qcow2-linux-e66fc1fba248738d32f3b64508f9ef1176d9e767.zip
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>
Diffstat (limited to 'drivers/staging/bcm/InterfaceInit.h')
-rw-r--r--drivers/staging/bcm/InterfaceInit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/bcm/InterfaceInit.h b/drivers/staging/bcm/InterfaceInit.h
index 3b358320e026..866924e35f9c 100644
--- a/drivers/staging/bcm/InterfaceInit.h
+++ b/drivers/staging/bcm/InterfaceInit.h
@@ -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