projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e78831
)
[media] Add USB dependency for IguanaWorks USB IR Transceiver
author
Guenter Roeck
<linux@roeck-us.net>
Mon, 6 Aug 2012 03:15:20 +0000
(
00:15
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 12 Aug 2012 10:35:00 +0000
(07:35 -0300)
This patch fixes the error
drivers/usb/core/hub.c:3753: undefined reference to `usb_speed_string'
seen in various random configurations.
Cc: Sean Young <sean@mess.org>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/rc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/media/rc/Kconfig
b/drivers/media/rc/Kconfig
index 5180390be7ab0915ffa24189269ce4707e1e3baf..8be57634ba60f23e09fc5840a6bb6837920549e2 100644
(file)
--- a/
drivers/media/rc/Kconfig
+++ b/
drivers/media/rc/Kconfig
@@
-261,6
+261,7
@@
config IR_WINBOND_CIR
config IR_IGUANA
tristate "IguanaWorks USB IR Transceiver"
+ depends on USB_ARCH_HAS_HCD
depends on RC_CORE
select USB
---help---