Your message dated Wed, 01 Jan 2014 17:25:24 +0000
with message-id <[email protected]>
and subject line Bug#733328: Removed package(s) from unstable
has caused the Debian Bug report #517489,
regarding hotkey-setup: Toshiba Satellite M40X support
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
517489: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517489
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: hotkey-setup
Version: 0.1-23
Severity: normal
Hi,
Please find attached a patch to add support for Toshiba Satellite M40X.
It might also work with other similare Phoenix BIOS laptops.
It requires the out-of-tree omnibook kernel module to enable hotkey
support. This module is not yet in Debian (but I own an ITP[1] for this
package which hasn't yet been sponsored).
Cheers,
Julien
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445602
-- Package-specific info:
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (150, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages hotkey-setup depends on:
ii console-tools [console-u 1:0.2.3dbs-65.1 Linux console and font utilities
ii discover 2.1.2-3 hardware identification system
ii dmidecode 2.9-1 Dump Desktop Management Interface
ii laptop-detect 0.13.7 attempt to detect a laptop
ii libc6 2.9-3 GNU C Library: Shared libraries
hotkey-setup recommends no packages.
hotkey-setup suggests no packages.
-- no debconf information
diff -ruN hotkey-setup-0.1/debian/changelog hotkey-setup-0.1.new/debian/changelog
--- hotkey-setup-0.1/debian/changelog 2008-06-27 09:22:49.000000000 +0200
+++ hotkey-setup-0.1.new/debian/changelog 2009-02-28 06:52:11.000000000 +0100
@@ -1,3 +1,10 @@
+hotkey-setup (0.1-23.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Added Toshiba Satellite M40X hotkeys
+
+ -- Julien Valroff <[email protected]> Sat, 28 Feb 2009 06:51:42 +0100
+
hotkey-setup (0.1-23) unstable; urgency=low
* Avoid trying to kill thinkpad-keys if there is no process to
diff -ruN hotkey-setup-0.1/debian/init.d hotkey-setup-0.1.new/debian/init.d
--- hotkey-setup-0.1/debian/init.d 2008-06-27 09:21:18.000000000 +0200
+++ hotkey-setup-0.1.new/debian/init.d 2009-02-28 07:06:49.000000000 +0100
@@ -169,6 +169,15 @@
modprobe sony-laptop
;;
+ TOSHIBA*)
+ case "$name" in
+ *Satellite\ M40X*)
+ modprobe omnibook # Needed to get hotkey events
+ . /usr/share/hotkey-setup/toshiba-satellite-m40x.hk
+ ;;
+ esac
+ ;;
+
*)
. /usr/share/hotkey-setup/default.hk
esac
diff -ruN hotkey-setup-0.1/toshiba-satellite-m40x.hk hotkey-setup-0.1.new/toshiba-satellite-m40x.hk
--- hotkey-setup-0.1/toshiba-satellite-m40x.hk 1970-01-01 01:00:00.000000000 +0100
+++ hotkey-setup-0.1.new/toshiba-satellite-m40x.hk 2009-02-28 07:22:48.000000000 +0100
@@ -0,0 +1,23 @@
+# Toshiba Satellite M40X
+
+# Multimedia keys
+setkeycodes e013 $KEY_MEDIA
+setkeycodes e077 $KEY_PLAYPAUSE
+setkeycodes e012 $KEY_STOP
+setkeycodes e039 $KEY_NEXTSONG
+setkeycodes e074 $KEY_PREVIOUSSONG
+
+# fn+<fx> keys
+setkeycodes e06e $KEY_LOCK # fn+f1
+setkeycodes e064 $KEY_LIGHT # fn+f2
+setkeycodes e017 $KEY_SLEEP # fn+f3
+setkeycodes e018 $KEY_SUSPEND # fn+f4
+setkeycodes e041 $KEY_PRESENTATION # fn+f5
+setkeycodes e016 $KEY_CONNECT # fn+f8
+
+setkeycodes e043 $KEY_VIDEOMODECYCLE # fn+space
+
+setkeycodes e01a $KEY_PROG1 # fn+1 (zoom out)
+setkeycodes e01b $KEY_PROG2 # fn+2 (zoom in)
+
+setkeycodes e015 $KEY_WLAN # wifi killswitch
--- End Message ---
--- Begin Message ---
Version: 0.1-23+rm
Dear submitter,
as the package hotkey-setup has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/733328
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)
--- End Message ---