usb: misc: remove outdated USB LED driver
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 17 Jun 2016 06:11:59 +0000 (08:11 +0200)
committerJiri Kosina <jkosina@suse.cz>
Fri, 17 Jun 2016 20:28:33 +0000 (22:28 +0200)
commita335aaf3125c02a47bc108e9f4c6cb66ca84ce46
tree978c1c4d56b7856b7faf7c7299a9a60f5aa58918
parent6c7ad07e9e05a659496e26243643280610c13d3a
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>
drivers/usb/misc/Kconfig
drivers/usb/misc/Makefile
drivers/usb/misc/usbled.c [deleted file]
This page took 0.029974 seconds and 5 git commands to generate.