diff options
author | akpm@osdl.org <akpm@osdl.org> | 2006-05-26 16:17:09 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-21 18:04:14 -0400 |
commit | 069e8a65cd7970b15672825541be59218d9a8a0f (patch) | |
tree | fb71ec51c74b469a83be696c9133c1438e6c05e9 /drivers/usb/misc/Kconfig | |
parent | eb79b4fda4654eaa7e6421ad41b0a75c7b4f0608 (diff) |
[PATCH] Driver for Apple Cinema Display
This is a driver to control the brightness of an Apple Cinema Display over
USB. It updates the local brightness value if the user presses a button on
the display.
Signed-off-by: Michael Hanselmann <linux-kernel@hansmi.ch>
Cc: Oliver Neukum <oliver@neukum.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r-- | drivers/usb/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index 8ba6a701e9c1..af79d0447bbd 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig | |||
@@ -137,6 +137,15 @@ config USB_IDMOUSE | |||
137 | 137 | ||
138 | See also <http://www.fs.tum.de/~echtler/idmouse/>. | 138 | See also <http://www.fs.tum.de/~echtler/idmouse/>. |
139 | 139 | ||
140 | config USB_APPLEDISPLAY | ||
141 | tristate "Apple Cinema Display support" | ||
142 | depends on USB | ||
143 | select BACKLIGHT_LCD_SUPPORT | ||
144 | select BACKLIGHT_CLASS_DEVICE | ||
145 | help | ||
146 | Say Y here if you want to control the backlight of Apple Cinema | ||
147 | Displays over USB. This driver provides a sysfs interface. | ||
148 | |||
140 | source "drivers/usb/misc/sisusbvga/Kconfig" | 149 | source "drivers/usb/misc/sisusbvga/Kconfig" |
141 | 150 | ||
142 | config USB_LD | 151 | config USB_LD |