Your message dated Wed, 09 Jan 2008 23:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#355813: fixed in hotkey-setup 0.1-18
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: hotkey-setup
Version: 0.1-14
Severity: wishlist
Tags: patch

Please add support for CLEVO D500P laptop.
This model is usually rebranded under several other names.

Here is a extract of dmidecode's dump:
System Information
        Manufacturer: CLEVO
        Product Name: D500P
        Version: Revision A2

The attached patch adds setkeycode for the missing key (described as 
'Application button' in the vendor doc, so I have used KEY_PROG1).
I have added filtering on both the manufacturer name and the product
name, as I don't know the behaviour of other CLEVO products.

Thanks,
Gilles.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-suspend2-1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages hotkey-setup depends on:
ii  dmidecode                     2.8-1      Dump Desktop Management Interface 

hotkey-setup recommends no packages.

-- no debconf information
diff -Naur hotkey-setup-0.1.orig/clevo-d500p.hk hotkey-setup-0.1/clevo-d500p.hk
--- hotkey-setup-0.1.orig/clevo-d500p.hk        1970-01-01 01:00:00.000000000 
+0100
+++ hotkey-setup-0.1/clevo-d500p.hk     2006-03-08 02:40:50.000000000 +0100
@@ -0,0 +1,5 @@
+# CLEVO D500P Laptop
+# also known as Keynux Agora H8
+#
+setkeycodes    e001    $KEY_PROG1
+
diff -Naur hotkey-setup-0.1.orig/debian/init.d hotkey-setup-0.1/debian/init.d
--- hotkey-setup-0.1.orig/debian/init.d 2006-02-06 14:41:37.000000000 +0100
+++ hotkey-setup-0.1/debian/init.d      2006-03-08 02:40:38.000000000 +0100
@@ -15,7 +15,7 @@
 
     . /usr/share/hotkey-setup/key-constants
 
-    case "$manufacturer" in
+    case "$manufacturer-$name-$version" in
        Hewlett-Packard*)
        case "$name" in
                *Tablet*)
@@ -44,6 +44,9 @@
        /usr/sbin/thinkpad-keys
        touch /var/run/hotkey-setup.thinkpad-keys
        ;;
+       CLEVO-D500P-*)
+       . /usr/share/hotkey-setup/clevo-d500p.hk
+       ;;
        *)
        . /usr/share/hotkey-setup/default.hk    
     esac

--- End Message ---
--- Begin Message ---
Source: hotkey-setup
Source-Version: 0.1-18

We believe that the bug you reported is fixed in the latest version of
hotkey-setup, which is due to be installed in the Debian FTP archive:

hotkey-setup_0.1-18.dsc
  to pool/main/h/hotkey-setup/hotkey-setup_0.1-18.dsc
hotkey-setup_0.1-18.tar.gz
  to pool/main/h/hotkey-setup/hotkey-setup_0.1-18.tar.gz
hotkey-setup_0.1-18_i386.deb
  to pool/main/h/hotkey-setup/hotkey-setup_0.1-18_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated hotkey-setup 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed,  9 Jan 2008 23:23:18 +0100
Source: hotkey-setup
Binary: hotkey-setup
Architecture: source i386
Version: 0.1-18
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description: 
 hotkey-setup - auto-configures laptop hotkeys
Closes: 355813 430031 445737 458535 459423 459881 459898
Changes: 
 hotkey-setup (0.1-18) unstable; urgency=low
 .
   * New maintainer (Closes: #459898).
   * Acknowledge NMU (Closes: #458535).
   * Merge changes from Ubuntu version 0.1-17ubuntu20.
     - Adds support for CLEVO D500P laptop (Closes: #355813)
     - Avoids circular dependencies between key and brightness events
       (Closes: #459881).
     - Reduces power and cpu consumption of thinkpad-keys (Closes:
       #430031)
   * Debian changes from earlier versions left to merge with Ubuntu:
     - Include LSB header in init.d script.
     - Make sure to exit the init.d script if the package
       is removed but not purged.
     - Depend on "console-tools | console-utilities" for the
       setkeycodes program.
     - Do not depend on newer sysv-rc, Debian is not using the
       multiuser argument for update-rc.d.
     - Remove runlevel 0 and 6 stop scripts by removing and adding the
       init.d script, as just removing the symlinks do not work with
       file-rc.
     - Updated standards-version from 3.6.1 to 3.7.3.
   * Add new keys for mute and volume up and down keys on Dell XPS
     M1330 (Closes: #459423).
   * Add keys left and right for Thinkpad X60 tablets (Closes:
     #445737).
   * Change formatting of NEWS file to keep lintian quiet.
Files: 
 3bc9d618c849662e353bf53170f7f5b6 523 misc optional hotkey-setup_0.1-18.dsc
 6b2ee206e8286f5af73951bba33684b3 19554 misc optional hotkey-setup_0.1-18.tar.gz
 6dde60a768864977c78a485664842d49 21842 misc optional 
hotkey-setup_0.1-18_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHhVi120zMSyow1ykRAu/nAJ45oUsSIpUJC156r5/LcdDLbRnrmACfSR/E
FZi7OJr2VswxQ24z9iSBI10=
=My/1
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to