summaryrefslogtreecommitdiffstats
path: root/udev.rules.template
blob: 45f7b95a03600dcf475339c1c560d3b128a41a77 (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 -s"
ACTION=="remove", SUBSYSTEM=="usb", RUN+="$$INSTDIR$$/bin/razercfg -B -s"
bues.ch cgit interface