Summary: | some hotkeys not work | ||
---|---|---|---|
Product: | hal | Reporter: | Mindaugas Baranauskas <embar> |
Component: | misc | Assignee: | Danny Kukawka <danny.kukawka> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | danny.kukawka |
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | lshal output for HP pavillion dv6315ea x86_64 OpenSUSE 11.1 |
Description
Mindaugas Baranauskas
2009-02-03 11:24:50 UTC
Please provide the full output of lshal from your machine. Created attachment 23283 [details]
lshal output for HP pavillion dv6315ea x86_64 OpenSUSE 11.1
The problem is, that your machine provides no usable dmi information: system.hardware.product = '' (string) system.hardware.serial = '' (string) system.hardware.uuid = '' (string) system.hardware.vendor = 'Hewlett-Packard' (string) But we can make it working. What's the meaning of those buttons? * e00e: should get mapped automatically to KEY_DVD * e008: since it's a Pavillion we would map it to KEY_MEDIA Is this okay for you? YES, thees keys are correct! Hellow, O, yes, thees meanings are correct! Mindaugas > What's the meaning of those buttons? > > * e00e: should get mapped automatically to KEY_DVD > * e008: since it's a Pavillion we would map it to KEY_MEDIA > > Is this okay for you? > > I will push this into git master the next days: commit eba65779cd95716706912707db297d389fecf8e5 Author: Danny Kukawka <danny.kukawka@web.de> Date: Sun Aug 2 19:49:27 2009 +0200 add keymap for a HP Pavillion dv6315ea Added keymap for a HP Pavillion dv6315ea with empty system.hardware.* keys. Thanks for your work! This patch didn't fix problem. Maybe 30-keymap-hp.fdi file is not loaded at all. See http://bugzilla.novell.com/show_bug.cgi?id=575730 No, the file 30-keymap-hp.fdi is loaded, but the version of BIOS changed. So please remove line: <match key="/org/freedesktop/Hal/devices/computer:system.board.version" string="65.2B"> because it may be not only 65.2B , but also 65.28 Besides, both buttons still not work after adding it to 30-keymap-hp.fdi. But they works after manually executing: setkeycodes e008 203 setkeycodes e00e 226 fixed in my git tree, gets merged upstream later: http://cgit.freedesktop.org/~dkukawka/hal-info/commit/?id=a20b5bebd632b9c49eb2d25ea5615b29c94749a3 commit a20b5bebd632b9c49eb2d25ea5615b29c94749a3 Author: Danny Kukawka <danny.kukawka@web.de> Date: Fri Sep 10 15:47:08 2010 +0200 fixed keymap detection for HP Pavillion dv6315ea Fixed keymap detection for HP Pavillion dv6315ea due to new BIOS version/update. fd.o#19936 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.