提交 2bf4c876 编写于 作者: G Greg Kroah-Hartman

greybus: es2: fix USB id to not be the same as ES1

We don't want to bind to the ES1 device, that would be bad.
Signed-off-by: NGreg Kroah-Hartman <greg@kroah.com>
上级 35a64f2c
......@@ -29,8 +29,8 @@
#define ES1_GBUF_MSG_SIZE_MAX PAGE_SIZE
static const struct usb_device_id id_table[] = {
/* Made up numbers for the SVC USB Bridge in ES1 */
{ USB_DEVICE(0xffff, 0x0001) },
/* Made up numbers for the SVC USB Bridge in ES2 */
{ USB_DEVICE(0xffff, 0x0002) },
{ },
};
MODULE_DEVICE_TABLE(usb, id_table);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册