Package: hotkey-setup
Version: 0.1-23

Package fails to detect Fujitsu-Siemens Amilo Pa 2548 Laptop special keys

Here is link on similar but fixed in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/hotkey-setup/+bug/192571

System Specs: Debian Stable Linux 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686 GNU/Linux

Attached Ubuntu diff & Amilo Pa 2548 hk files.

Pls add support of this system.

Thanks
Y

# FUJITSU SIEMENS Amilo
setkeycodes 60 $KEY_VOLUMEDOWN # volume -
setkeycodes e060 $KEY_VOLUMEDOWN # volume -
setkeycodes 61 $KEY_VOLUMEUP # volume +
setkeycodes e061 $KEY_VOLUMEUP # volume +
setkeycodes 65 $KEY_PROG1 # TouchPad
# setkeycodes e067 $KEY_ # FAN
diff -Nru hotkey-setup-0.1/debian/changelog hotkey-setup-0.1/debian/changelog
--- hotkey-setup-0.1/debian/changelog   2007-09-30 02:39:00.000000000 +0200
+++ hotkey-setup-0.1/debian/changelog   2008-02-17 09:17:57.000000000 +0100
@@ -1,3 +1,9 @@
+hotkey-setup (0.1-17ubuntu21) gutsy; urgency=low
+
+  * Add support for Fujitsu siemens Amilo Pa 2548
+
+ -- Ouattara Oumar Aziz (alias wattazoum) <wattaz...@gmail.com>  Sun, 17 Feb 
2008 09:16:27 +0100
+
 hotkey-setup (0.1-17ubuntu20) gutsy; urgency=low
 
   * Ensure that the existing scripts are only run on laptops
diff -Nru /tmp/NNW33x9mKZ/hotkey-setup-0.1/debian/init.d 
/tmp/256yE2RoVa/hotkey-setup-0.1/debian/init.d
--- hotkey-setup-0.1/debian/init.d      2007-09-30 02:43:08.000000000 +0200
+++ hotkey-setup-0.1/debian/init.d      2008-02-17 09:20:45.000000000 +0100
@@ -143,6 +143,14 @@
        modprobe sony-laptop
        ;;
 
+       FUJITSU\ SIEMENS)
+       case "$name" in
+               AMILO\ Pa\ 2548)
+               . /usr/share/hotkey-setup/fujitsu-siemens-pa2548.hk
+               ;;
+       esac
+       ;;
+       
        *)
        . /usr/share/hotkey-setup/default.hk    
     esac
diff -Nru /tmp/NNW33x9mKZ/hotkey-setup-0.1/fujitsu-siemens-pa2548.hk 
/tmp/256yE2RoVa/hotkey-setup-0.1/fujitsu-siemens-pa2548.hk
--- hotkey-setup-0.1/fujitsu-siemens-pa2548.hk  1970-01-01 01:00:00.000000000 
+0100
+++ hotkey-setup-0.1/fujitsu-siemens-pa2548.hk  2008-02-17 08:57:14.000000000 
+0100
@@ -0,0 +1,7 @@
+# FUJITSU SIEMENS Amilo
+setkeycodes 60 $KEY_VOLUMEDOWN # volume -
+setkeycodes e060 $KEY_VOLUMEDOWN # volume -
+setkeycodes 61 $KEY_VOLUMEUP # volume +
+setkeycodes e061 $KEY_VOLUMEUP # volume +
+setkeycodes 65 $KEY_PROG1 # TouchPad
+# setkeycodes e067 $KEY_ # FAN

Reply via email to