Searched hist:c1dcad2d32d0252e8a3023d20311b52a187ecda3 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | Kconfig | diff 25976a796cca22d6b0b2e9f821fa00fc4d98daa0 Sun Jun 17 05:52:34 CDT 2012 Bryan Wu <bryan.wu@canonical.com> HID: select NEW_LEDS for driver of Lenovo ThinkPad USB Keyboard with TrackPoint
commit 'HID: Driver for Lenovo Keyboard with Trackpoint' (c1dcad2d32d0252e8a3023d20311b52a187ecda3) introduced a compiling error due to unmetting dependency of CONFIG_LEDS_CLASS.
on i386:
ERROR: "led_brightness_set" [drivers/leds/led-class.ko] undefined! ERROR: "leds_list" [drivers/leds/led-class.ko] undefined! ERROR: "leds_list_lock" [drivers/leds/led-class.ko] undefined!
Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Bryan Wu <bryan.wu@canonical.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> diff c1dcad2d32d0252e8a3023d20311b52a187ecda3 Wed Feb 15 06:40:43 CST 2012 Bernhard Seibold <mail@bernhard-seibold.de> HID: Driver for Lenovo Keyboard with Trackpoint
This driver for the "Lenovo ThinkPad USB Keyboard with Trackpoint" supports setting various device attributes, controlling mute and microphone mute LEDs and enables use of the microphone mute key.
Signed-off-by: Bernhard Seibold <mail@bernhard-seibold.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
|
H A D | Makefile | diff c1dcad2d32d0252e8a3023d20311b52a187ecda3 Wed Feb 15 06:40:43 CST 2012 Bernhard Seibold <mail@bernhard-seibold.de> HID: Driver for Lenovo Keyboard with Trackpoint
This driver for the "Lenovo ThinkPad USB Keyboard with Trackpoint" supports setting various device attributes, controlling mute and microphone mute LEDs and enables use of the microphone mute key.
Signed-off-by: Bernhard Seibold <mail@bernhard-seibold.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
|
H A D | hid-core.c | diff aad932e75c573aec37a0652ff1c27a975d8d5373 Thu Aug 30 07:37:14 CDT 2012 Andres Freund <andres@anarazel.de> HID: tpkbd: work even if the new Lenovo Keyboard driver is not configured
c1dcad2d32d0252e8a3023d20311b52a187ecda3 added a new driver configured by HID_LENOVO_TPKBD but made the hid_have_special_driver entry non-optional which lead to a recognized but non-working device if the new driver wasn't configured (which is the correct default).
Signed-off-by: Andres Freund <andres@anarazel.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz> diff c1dcad2d32d0252e8a3023d20311b52a187ecda3 Wed Feb 15 06:40:43 CST 2012 Bernhard Seibold <mail@bernhard-seibold.de> HID: Driver for Lenovo Keyboard with Trackpoint
This driver for the "Lenovo ThinkPad USB Keyboard with Trackpoint" supports setting various device attributes, controlling mute and microphone mute LEDs and enables use of the microphone mute key.
Signed-off-by: Bernhard Seibold <mail@bernhard-seibold.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
|
H A D | hid-ids.h | diff c1dcad2d32d0252e8a3023d20311b52a187ecda3 Wed Feb 15 06:40:43 CST 2012 Bernhard Seibold <mail@bernhard-seibold.de> HID: Driver for Lenovo Keyboard with Trackpoint
This driver for the "Lenovo ThinkPad USB Keyboard with Trackpoint" supports setting various device attributes, controlling mute and microphone mute LEDs and enables use of the microphone mute key.
Signed-off-by: Bernhard Seibold <mail@bernhard-seibold.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
|