linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add support for special function keys for Lenovo Thinkpad
@ 2010-01-03  7:39 Jerone Young
  2010-01-03 10:43 ` [PATCH] Add support for special function keys for Lenovo Martin Pitt
  0 siblings, 1 reply; 2+ messages in thread
From: Jerone Young @ 2010-01-03  7:39 UTC (permalink / raw)
  To: linux-hotplug

Add support for special function keys on Lenovo Thinkpad USB Keyboard
Tracepoint.
    
    - VoIP hotkey "FN+F6" is mapped to camera, and may need to change
      if there is a standard VoIP hotkey defined.
    - Mute Microphone key has not been defined, as there is no
      standard key defined for it yet.
    
    Signed-off-by: Jerone Young <jerone.young@canonical.com>


diff --git a/extras/keymap/95-keymap.rules b/extras/keymap/95-keymap.rules
index d123c10..33633f6 100644
--- a/extras/keymap/95-keymap.rules
+++ b/extras/keymap/95-keymap.rules
@@ -21,6 +21,7 @@ LABEL="keyboard_usbcheck"
 
 ENV{ID_VENDOR}="Logitech*", ATTRS{name}="Logitech USB Multimedia Keyboard", RUN+="keymap $name logitech-wave"
 ENV{ID_VENDOR}="Logitech*", ATTRS{name}="Logitech USB Receiver", RUN+="keymap $name logitech-wave-cordless"
+ENV{ID_VENDOR}="Lite-On_Technology_Corp*", ATTRS{name}="Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint", RUN+="keymap $name lenovo-thinkpad-usb-keyboard-trackpoint"
 
 GOTO="keyboard_end"
 
diff --git a/extras/keymap/keymaps/lenovo-thinkpad-usb-keyboard-trackpoint b/extras/keymap/keymaps/lenovo-thinkpad-usb-keyboard-trackpoint
new file mode 100644
index 0000000..e332596
--- /dev/null
+++ b/extras/keymap/keymaps/lenovo-thinkpad-usb-keyboard-trackpoint
@@ -0,0 +1,13 @@
+0x90012 screenlock # Fn+F2
+0x90013 battery # Fn+F3
+0x90014 wlan # Fn+F5
+0x90016 switchvideomode # Fn+F7
+0x90017 f22 # Fn+F8  touchpadtoggle
+0x90019 suspend # Fn+F12
+0x9001A brightnessup # Fn+Home
+0x9001B brightnessdown # Fn+End
+0x9001D zoom # Fn+Space
+0x90011 prog1 # Thinkvantage button
+
+0x90015 camera # Fn+F6 headset/camera VoIP key  ??
+0x90010 # Microphone mute button  ??



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add support for special function keys for Lenovo
  2010-01-03  7:39 [PATCH] Add support for special function keys for Lenovo Thinkpad Jerone Young
@ 2010-01-03 10:43 ` Martin Pitt
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Pitt @ 2010-01-03 10:43 UTC (permalink / raw)
  To: linux-hotplug

Hello Jerone,

Jerone Young [2010-01-03  1:39 -0600]:
> Add support for special function keys on Lenovo Thinkpad USB Keyboard
> Tracepoint.

Thanks! Applied to master (with adding the new file to Makefile.am)

Martin
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-03 10:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-03  7:39 [PATCH] Add support for special function keys for Lenovo Thinkpad Jerone Young
2010-01-03 10:43 ` [PATCH] Add support for special function keys for Lenovo Martin Pitt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).