[Cyril Jaquier]
> Hi Maintainer,
Hi. :)
> Since I upgraded to 0.1-19, I have a few issues that were not present in
> 0.1-17ubuntu20.
I hope we can figure them out. I got a Thinkpad X41 myself, and have
not seen this kind of problem. No idea how the Thinkpad T61 work.
These are the only operational changes I find between the two
versions. Could any of them be the source of your problem?
iff -uNr hotkey-setup-0.1-17ubuntu20/debian/init.d
hotkey-setup-0.1-19/debian/init.d
--- hotkey-setup-0.1-17ubuntu20/debian/init.d 2008-01-09 23:32:53.000000000
+0100
+++ hotkey-setup-0.1-19/debian/init.d 2008-01-10 21:00:34.000000000 +0100
@@ -14,7 +25,9 @@
case $VIDEO in
intel|ati|radeon)
for x in /proc/acpi/video/*/DOS; do
- echo -n 4 >$x;
+ if [ -e "$x" ]; then
+ echo -n 4 >$x;
+ fi
done
;;
esac
diff -uNr hotkey-setup-0.1-17ubuntu20/dell.hk hotkey-setup-0.1-19/dell.hk
--- hotkey-setup-0.1-17ubuntu20/dell.hk 2008-01-09 23:32:53.000000000 +0100
+++ hotkey-setup-0.1-19/dell.hk 2008-01-09 23:45:05.000000000 +0100
@@ -20,3 +20,7 @@
setkeycodes e024 $KEY_STOPCD # buttons Stop (e024)
setkeycodes e06d $KEY_MEDIA # (Inspiron) Media (e06d)
+# Dell XPS M1330
+setkeycodes e020 $KEY_MUTE # mute (e020)
+setkeycodes e02e $KEY_VOLUMEDOWN # volume down (e0e2)
+setkeycodes e030 $KEY_VOLUMEUP # volume up (e030)
diff -uNr hotkey-setup-0.1-17ubuntu20/ibm.hk hotkey-setup-0.1-19/ibm.hk
--- hotkey-setup-0.1-17ubuntu20/ibm.hk 2006-03-25 21:06:18.000000000 +0100
+++ hotkey-setup-0.1-19/ibm.hk 2008-01-09 23:59:12.000000000 +0100
@@ -28,6 +28,8 @@
setkeycodes 69 $KEY_ENTER # Tablet Enter
setkeycodes 6d $KEY_PAGEUP # Tablet Up
setkeycodes 6e $KEY_PAGEDOWN # Tablet Down
+setkeycodes 6f $KEY_RIGHT # Tablet Right
+setkeycodes 71 $KEY_LEFT # Tablet Left
# New Lenovo *60* Series
# Fn (e063)
Happy hacking,
--
Petter Reinholdtsen
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]