From: Harrison Metzger Date: Sun, 15 Jan 2012 14:43:24 +0000 (-0600) Subject: USB: usbsevseg: fix max length X-Git-Tag: v3.0.19~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a607902f65e6d425f8d115ac891a3c89f3b36d33;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git USB: usbsevseg: fix max length commit 1097ccebe630170080c41df0edcf88e0626e9c75 upstream. This changes the max length for the usb seven segment delcom device to 8 from 6. Delcom has both 6 and 8 variants and having 8 works fine with devices which are only 6. Signed-off-by: Harrison Metzger Signed-off-by: Stuart Pook Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/misc/usbsevseg.c b/drivers/usb/misc/usbsevseg.c index 417b8f2..59689fa 100644 --- a/drivers/usb/misc/usbsevseg.c +++ b/drivers/usb/misc/usbsevseg.c @@ -24,7 +24,7 @@ #define VENDOR_ID 0x0fc5 #define PRODUCT_ID 0x1227 -#define MAXLEN 6 +#define MAXLEN 8 /* table of devices that work with this driver */ static const struct usb_device_id id_table[] = {