aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif
diff options
context:
space:
mode:
Diffstat (limited to 'net/caif')
-rw-r--r--net/caif/caif_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/caif/caif_usb.c b/net/caif/caif_usb.c
index 3d737fbcb182..fd7cbf5aa895 100644
--- a/net/caif/caif_usb.c
+++ b/net/caif/caif_usb.c
@@ -26,7 +26,7 @@ MODULE_LICENSE("GPL");
26#define CFUSB_ALIGNMENT 4 /* Number of bytes to align. */ 26#define CFUSB_ALIGNMENT 4 /* Number of bytes to align. */
27#define CFUSB_MAX_HEADLEN (CFUSB_PAD_DESCR_SZ + CFUSB_ALIGNMENT-1) 27#define CFUSB_MAX_HEADLEN (CFUSB_PAD_DESCR_SZ + CFUSB_ALIGNMENT-1)
28#define STE_USB_VID 0x04cc /* USB Product ID for ST-Ericsson */ 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
31struct cfusbl { 31struct cfusbl {
32 struct cflayer layer; 32 struct cflayer layer;