aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/files/nokia900/udev-rules-nokia-n900-hacks.rules
blob: 8c19e65a22c0699ba3ccdec81644e7e12a32bfec (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+="/lib/udev/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"