mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-20 19:18:06 +07:00
bcc69ef934
This commit reintroduces code to 1) build src/keymap 2) test keymap/Makefile.am that it has all the key maps listed 3) test that all the key names in keymap/* are in <linux/input.h> 4) do a syntax check on rules/*.rules which now includes 95-keymap.rules and 95-keyboard-force-release.rules For #4, the regex expressions in rule-syntax-check.py had to be updated. They do not allow trailing comments via # comment, and I did not include that. A rule in 95-keymap.rules had to have its comment moved from the end to another line. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
68 lines
1.4 KiB
Makefile
68 lines
1.4 KiB
Makefile
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
rootprefix=@rootprefix@
|
|
udevlibexecdir=$(rootprefix)/lib/udev
|
|
udevkeymapdir = $(udevlibexecdir)/keymaps
|
|
|
|
dist_udevkeymap_DATA = \
|
|
acer \
|
|
acer-aspire_5720 \
|
|
acer-aspire_8930 \
|
|
acer-aspire_5920g \
|
|
acer-aspire_6920 \
|
|
acer-travelmate_c300 \
|
|
asus \
|
|
compaq-e_evo \
|
|
dell \
|
|
dell-latitude-xt2 \
|
|
everex-xt5000 \
|
|
fujitsu-amilo_li_2732 \
|
|
fujitsu-amilo_pa_2548 \
|
|
fujitsu-amilo_pro_edition_v3505 \
|
|
fujitsu-amilo_pro_v3205 \
|
|
fujitsu-amilo_si_1520 \
|
|
fujitsu-esprimo_mobile_v5 \
|
|
fujitsu-esprimo_mobile_v6 \
|
|
genius-slimstar-320 \
|
|
hewlett-packard \
|
|
hewlett-packard-2510p_2530p \
|
|
hewlett-packard-compaq_elitebook \
|
|
hewlett-packard-pavilion \
|
|
hewlett-packard-presario-2100 \
|
|
hewlett-packard-tablet \
|
|
hewlett-packard-tx2 \
|
|
hewlett-packard_elitebook-8440p \
|
|
ibm-thinkpad-usb-keyboard-trackpoint \
|
|
inventec-symphony_6.0_7.0 \
|
|
lenovo-3000 \
|
|
lenovo-ideapad \
|
|
lenovo-thinkpad-usb-keyboard-trackpoint \
|
|
lenovo-thinkpad_x6_tablet \
|
|
lenovo-thinkpad_x200_tablet \
|
|
lg-x110 \
|
|
logitech-wave \
|
|
logitech-wave-cordless \
|
|
logitech-wave-pro-cordless \
|
|
maxdata-pro_7000 \
|
|
medion-fid2060 \
|
|
medionnb-a555 \
|
|
micro-star \
|
|
module-asus-w3j \
|
|
module-ibm \
|
|
module-lenovo \
|
|
module-sony \
|
|
module-sony-old \
|
|
module-sony-vgn \
|
|
module-sony-vpc \
|
|
olpc-xo \
|
|
onkyo \
|
|
oqo-model2 \
|
|
samsung-other \
|
|
samsung-90x3a \
|
|
samsung-sq1us \
|
|
samsung-sx20s \
|
|
toshiba-satellite_a100 \
|
|
toshiba-satellite_a110 \
|
|
toshiba-satellite_m30x \
|
|
zepto-znote
|