diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2016-06-17 08:11:59 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-06-17 22:28:33 +0200 |
commit | a335aaf3125c02a47bc108e9f4c6cb66ca84ce46 (patch) | |
tree | 978c1c4d56b7856b7faf7c7299a9a60f5aa58918 /drivers/usb/misc/Kconfig | |
parent | 6c7ad07e9e05a659496e26243643280610c13d3a (diff) | |
download | op-kernel-dev-a335aaf3125c02a47bc108e9f4c6cb66ca84ce46.zip op-kernel-dev-a335aaf3125c02a47bc108e9f4c6cb66ca84ce46.tar.gz |
usb: misc: remove outdated USB LED driver
The USB LED driver exposes a undocumented sysfs interface and doesn't
use the standard kernel LED subsystem. It supports three devices:
Delcom Visual Signal Indicator
The driver supports generation 1 of the device only which was
manufactured until 2008. Remove support for this device completely.
Riso Kagaku RGB LED + Dream Cheeky Webmail Notifier
These devices are HID compliant and are supported by a new USB LED
driver under drivers/hid utilizing the kernel LED subsystem.
So let's remove the old USB LED driver.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r-- | drivers/usb/misc/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index f7a7fc2..e9c5458 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig @@ -79,15 +79,6 @@ config USB_LCD To compile this driver as a module, choose M here: the module will be called usblcd. -config USB_LED - tristate "USB LED driver support" - help - Say Y here if you want to connect an USBLED device to your - computer's USB port. - - To compile this driver as a module, choose M here: the - module will be called usbled. - config USB_CYPRESS_CY7C63 tristate "Cypress CY7C63xxx USB driver support" help |