summaryrefslogtreecommitdiffstats
path: root/udev.rules.template
blob: c7d02f7a1001ae062931a346f8bb48933e110d7e (plain)
1
2
3
4
5
6
7
# UDEV rules for razer devices
#
# We just send a rescan command to razerd.
# It will pick up new devices and forward information to the applications.

ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="1532", RUN+="$$INSTDIR$$/bin/razercfg -B -S1 -s"
ACTION=="remove", SUBSYSTEM=="usb", RUN+="$$INSTDIR$$/bin/razercfg -B -S1 -s"
bues.ch cgit interface