diff -Nru /tmp/kmEKdCFv38/hotkey-setup-0.1/debian/changelog /tmp/ROWzG0zj3Q/hotkey-setup-0.1/debian/changelog --- /tmp/kmEKdCFv38/hotkey-setup-0.1/debian/changelog 2006-04-29 20:09:27.000000000 +0100 +++ /tmp/ROWzG0zj3Q/hotkey-setup-0.1/debian/changelog 2006-05-15 00:52:20.000000000 +0100 @@ -1,3 +1,10 @@ +hotkey-setup (0.1-17sladen1) unstable; urgency=low + + * Add support for Dell Inspiron XPS Gen2 + (Closes: Ubuntu #44732) + + -- Paul Sladen Mon, 15 May 2006 00:47:57 +0100 + hotkey-setup (0.1-17) unstable; urgency=low * Add support for Samsung hotkeys (eg. x05 and others) [Malone: #23165] diff -Nru /tmp/kmEKdCFv38/hotkey-setup-0.1/dell.hk /tmp/ROWzG0zj3Q/hotkey-setup-0.1/dell.hk --- /tmp/kmEKdCFv38/hotkey-setup-0.1/dell.hk 2006-03-25 20:06:18.000000000 +0000 +++ /tmp/ROWzG0zj3Q/hotkey-setup-0.1/dell.hk 2006-05-15 00:52:07.000000000 +0100 @@ -8,3 +8,10 @@ setkeycodes e005 $KEY_BRIGHTNESSDOWN # Fn+Down Brightness Down (e005) setkeycodes e006 $KEY_BRIGHTNESSUP # Fn+Up Brightness Up (e006) setkeycodes e012 $KEY_MEDIA # MediaDirect Load Media Player (e012) + +# Dell Inspiron XPS Gen2 + +setkeycodes e025 $KEY_SUSPEND # Fn+F1 Hibernate (e025) +setkeycodes e071 $KEY_BATTERY # Fn+F3 Battery (e071) +setkeycodes 5a $KEY_VIDEOOUT # Fn+F8 CRT/LCD (0x5a) +setkeycodes 6c $KEY_EJECTCD # Fn+F10 EjectCD (0x6c)