Commit 2b93e1fd authored by Harrison Metzger's avatar Harrison Metzger Committed by Greg Kroah-Hartman

USB: usbsevseg: fix max length

commit 1097cceb 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: default avatarHarrison Metzger <harrisonmetz@gmail.com>
Signed-off-by: default avatarStuart Pook <stuart@acm.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 881bec2f
......@@ -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 struct usb_device_id id_table[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment