projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35a64f2
)
greybus: es2: fix USB id to not be the same as ES1
author
Greg Kroah-Hartman
<greg@kroah.com>
Mon, 2 Mar 2015 16:52:07 +0000
(08:52 -0800)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Mon, 2 Mar 2015 16:52:07 +0000
(08:52 -0800)
We don't want to bind to the ES1 device, that would be bad.
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/es2.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/es2.c
b/drivers/staging/greybus/es2.c
index 4154cce52a16e16afac02ee3fd6753c3b95f6405..d8d45bec4f1d7f8d52eb1a92d47b8fed23f9bffa 100644
(file)
--- a/
drivers/staging/greybus/es2.c
+++ b/
drivers/staging/greybus/es2.c
@@
-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 ES
1
*/
- { USB_DEVICE(0xffff, 0x000
1
) },
+ /* Made up numbers for the SVC USB Bridge in ES
2
*/
+ { USB_DEVICE(0xffff, 0x000
2
) },
{ },
};
MODULE_DEVICE_TABLE(usb, id_table);