diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:37 +0000 |
commit | 0b8c1c8dfbbd6a86be4b12bf4a625f44e75a461c (patch) | |
tree | d82196ea551155c8f21cfa5fef4fa565d29f4b0b /target/linux/generic/patches-3.2/832-ledtrig_usbdev.patch | |
parent | 20ba6d90e31707ee95630804a284c8bad8cc90ed (diff) | |
download | mtk-20170518-0b8c1c8dfbbd6a86be4b12bf4a625f44e75a461c.zip mtk-20170518-0b8c1c8dfbbd6a86be4b12bf4a625f44e75a461c.tar.gz mtk-20170518-0b8c1c8dfbbd6a86be4b12bf4a625f44e75a461c.tar.bz2 |
linux/3.2: R.I.P.
SVN-Revision: 31905
Diffstat (limited to 'target/linux/generic/patches-3.2/832-ledtrig_usbdev.patch')
-rw-r--r-- | target/linux/generic/patches-3.2/832-ledtrig_usbdev.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/generic/patches-3.2/832-ledtrig_usbdev.patch b/target/linux/generic/patches-3.2/832-ledtrig_usbdev.patch deleted file mode 100644 index e0ffb1a..0000000 --- a/target/linux/generic/patches-3.2/832-ledtrig_usbdev.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/drivers/leds/Kconfig -+++ b/drivers/leds/Kconfig -@@ -468,4 +468,11 @@ config LEDS_TRIGGER_NETDEV - This allows LEDs to be controlled by network device activity. - If unsure, say Y. - -+config LEDS_TRIGGER_USBDEV -+ tristate "LED USB device Trigger" -+ depends on USB && LEDS_TRIGGERS -+ help -+ This allows LEDs to be controlled by the presence/activity of -+ an USB device. If unsure, say N. -+ - endif # NEW_LEDS ---- a/drivers/leds/Makefile -+++ b/drivers/leds/Makefile -@@ -56,3 +56,4 @@ obj-$(CONFIG_LEDS_TRIGGER_GPIO) += ledt - obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o - obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o - obj-$(CONFIG_LEDS_TRIGGER_NETDEV) += ledtrig-netdev.o -+obj-$(CONFIG_LEDS_TRIGGER_USBDEV) += ledtrig-usbdev.o |