提交 1097cceb 编写于 作者: H Harrison Metzger 提交者: Greg Kroah-Hartman

USB: usbsevseg: fix max length

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: NHarrison Metzger <harrisonmetz@gmail.com>
Signed-off-by: NStuart Pook <stuart@acm.org>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 e423d740
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#define VENDOR_ID 0x0fc5 #define VENDOR_ID 0x0fc5
#define PRODUCT_ID 0x1227 #define PRODUCT_ID 0x1227
#define MAXLEN 6 #define MAXLEN 8
/* table of devices that work with this driver */ /* table of devices that work with this driver */
static const struct usb_device_id id_table[] = { static const struct usb_device_id id_table[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册