summaryrefslogtreecommitdiffstats
path: root/01-razer-udev.rules.template
blob: 0e4d3479c97c42c168e488af91c0ae4b1105d4c3 (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 --bg-rescan"
ACTION=="remove", SUBSYSTEM=="usb", RUN+="$$INSTDIR$$/bin/razercfg --bg-rescan"
bues.ch cgit interface