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:
ffe2e24
)
greybus: es2: remove fake vendor/product ids
author
Viresh Kumar
<viresh.kumar@linaro.org>
Fri, 13 Nov 2015 03:29:49 +0000
(08:59 +0530)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Tue, 17 Nov 2015 06:18:52 +0000
(22:18 -0800)
These aren't used anymore, remove them.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.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 a0e20376bebfe96c8da2031d4f57b0409d979630..0eb96459b68b5126672900d6e6083bddcdb6f630 100644
(file)
--- a/
drivers/staging/greybus/es2.c
+++ b/
drivers/staging/greybus/es2.c
@@
-22,7
+22,6
@@
#define ES2_GBUF_MSG_SIZE_MAX 2048
static const struct usb_device_id id_table[] = {
- { USB_DEVICE(0xffff, 0x0002) }, /* Made up number, delete once firmware is fixed to use real number */
{ USB_DEVICE(0x18d1, 0x1eaf) },
{ },
};