udev-rules-nokia-n900-hacks.rules 408 B

12345678
  1. # MAC address hack
  2. # forces n900 to always use the same MAC address that is generated in the first boot
  3. SUBSYSTEM=="net",KERNEL=="wlan0", RUN+="/etc/udev/scripts/nokia-n900-mac-hack.sh %k $attr{address}"
  4. # Create inputdev symlinks for kbslider contextkit plugin
  5. SUBSYSTEM=="input" ATTRS{name}=="TWL4030 Keypad" SYMLINK+="input/keypad"
  6. SUBSYSTEM=="input" ATTRS{name}=="gpio-keys" SYMLINK+="input/gpio-keys"