Bug 42633 - Udev loads wrong keymap
Summary: Udev loads wrong keymap
Status: CLOSED INVALID
Alias: None
Product: Drivers
Classification: Unclassified
Component: HotPlug (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Greg Kroah-Hartman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-22 19:13 UTC by Tobias Frilling
Modified: 2012-01-22 19:31 UTC (History)
0 users

See Also:
Kernel Version: 3.2.1
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments

Description Tobias Frilling 2012-01-22 19:13:03 UTC
Since the upgrade from 175 to 178 udev does not load the correct keymap file on my Samsung netbook.
Keys like BrightnessUp/Down and a bunch of others do not work.

The correct keymap is samsung-other and it should be loaded from 95-keymap.rules, line 141:
ENV{DMI_VENDOR}=="[sS][aA][mM][sS][uU][nN][gG]*", RUN+="keymap $name samsung-other"

$ cat /sys/class/dmi/id/{sys_vendor,product_name}
SAMSUNG ELECTRONICS CO., LTD.
N145P/N250P/N260P

Manual loading of the keymap (# /lib/udev/keymap -i input/event0 samsung-other) fixes the issue.

Other users reported similar bugs, see https://bugs.archlinux.org/task/28049
Comment 1 Greg Kroah-Hartman 2012-01-22 19:31:00 UTC
This bugzilla is not for udev, please send udev questions/problems to the linux-hotplug@vger.kernel.org mailing list.

Note You need to log in before you can comment on or make changes to this bug.