summaryrefslogtreecommitdiffstats
path: root/keymap/95-keymap.rules
blob: 4dd11f874f6c5336e6f0ffddacbaf4c4f983207c (plain)
1
2
3
4
5
6
7
8
9
10
ACTION!="add", GOTO="keyboard_end"
SUBSYSTEM!="input", GOTO="keyboard_end"
DRIVERS=="atkbd", GOTO="keyboard_vendorcheck"
GOTO="keyboard_end"

LABEL="keyboard_vendorcheck"

ATTR{[dmi/id]sys_vendor}=="Dell*", RUN+="keymap $name dell"

LABEL="keyboard_end"