[systemd-bugs] [Bug 65375] New: Missing Asus keymap rules in udev
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jun 4 13:27:42 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=65375
Priority: medium
Bug ID: 65375
Assignee: systemd-bugs at lists.freedesktop.org
Summary: Missing Asus keymap rules in udev
QA Contact: systemd-bugs at lists.freedesktop.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: ambrevar at gmail.com
Hardware: Other
Status: NEW
Version: unspecified
Component: general
Product: systemd
Created attachment 80308
--> https://bugs.freedesktop.org/attachment.cgi?id=80308&action=edit
udev keymap rules for Asus
With Linux 3.9 (commit a935eaecef2b209ad661dadabb4e32b7c9a9b924), the Asus
keyboard driver has changed to be more compliant to the symbol
signification. This has led to some issues with udev. In particular, the
XF86TouchpadToggle (a Fn key) does not work anymore on y Asus X52J. As
confirmed
by the kernel developper who did this commit, this is not a kernel regression,
udev is to blame here because of missing udev rules in 95-keymap.rules.
So basically all I did was adding
ENV{DMI_VENDOR}=="ASUS*", KERNELS=="input*", ATTRS{name}=="Asus Laptop extra
buttons", RUN+="keymap $name 0x6B f21"
to the file. I found another similar patch which does not seem to have been
ever
submitted/merged:
https://launchpadlibrarian.net/73337842/95-keymap.rules.patch
Find enclosed the patch containing both the launchpad patch and mine into one
file.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130604/e4ecf701/attachment.html>
More information about the systemd-bugs
mailing list