Commit 3371bb3f7ed11b7b7473a202e2713bde50dc01c0

Authored by sjur.brandeland@stericsson.com
Committed by David S. Miller
1 parent 6ab48a5c86

caif: Fix typo in Vendor/Product-ID for CAIF modems

Fix typo for the Vendor/Product Id for ST-Ericsson CAIF modems.
Discovery is based on fixed USB vendor 0x04cc (ST-Ericsson),
product-id 0x230f (NCM).

Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -26,7 +26,7 @@
26 26 #define CFUSB_ALIGNMENT 4 /* Number of bytes to align. */
27 27 #define CFUSB_MAX_HEADLEN (CFUSB_PAD_DESCR_SZ + CFUSB_ALIGNMENT-1)
28 28 #define STE_USB_VID 0x04cc /* USB Product ID for ST-Ericsson */
29   -#define STE_USB_PID_CAIF 0x2306 /* Product id for CAIF Modems */
  29 +#define STE_USB_PID_CAIF 0x230f /* Product id for CAIF Modems */
30 30  
31 31 struct cfusbl {
32 32 struct cflayer layer;