Skip to content

Commit

Permalink
[media] Add USB dependency for IguanaWorks USB IR Transceiver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Guenter Roeck authored and Mauro Carvalho Chehab committed Aug 12, 2012
1 parent 5e78831 commit ac6eb45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/rc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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---
Expand Down

0 comments on commit ac6eb45

Please sign in to comment.