summaryrefslogtreecommitdiffstats
path: root/configs/platform-friendlyarm-mini6410/projectroot/lib/udev/rules.d/10-mini2440.rules
blob: 8f63a3bfae74984bad7948cfa787d1cf24291c0e (plain)
1
2
3
4
5
6
#
# some Mini6410 related settings, due to the kernel enumerates them differently from time to time
#
SUBSYSTEMS=="input", KERNELS=="input[0-9]*", ATTRS{name}=="gpio-keys", SYMLINK+="input/buttons"
SUBSYSTEMS=="input", KERNELS=="input[0-9]*", ATTRS{name}=="S3C24XX TouchScreen", SYMLINK+="input/touchscreen"
SUBSYSTEMS=="input", KERNELS=="input[0-9]*", ATTRS{name}=="pwm-beeper", SYMLINK+="input/beeper"