aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/udev/udev/nokia900/udev-rules-nokia-n900-hacks.rules
blob: fa2ddb809879f8a1302aa79a082afda100d53994 (plain)
1
2
3
4
5
6
7
8
# MAC address hack
# forces n900 to always use the same MAC address that is generated in the first boot
SUBSYSTEM=="net",KERNEL=="wlan0", RUN+="/etc/udev/scripts/nokia-n900-mac-hack.sh %k $attr{address}"

# Create inputdev symlinks for kbslider contextkit plugin
SUBSYSTEM=="input" ATTRS{name}=="TWL4030 Keypad" SYMLINK+="input/keypad"
SUBSYSTEM=="input" ATTRS{name}=="gpio-keys" SYMLINK+="input/gpio-keys"