summaryrefslogtreecommitdiffstats
path: root/01-razer-udev.rules.template
blob: 155035fcd4743d42ab04efaeea7200295f12281e (plain)
1
2
3
4
5
6
7
8
# 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_device", SYSFS{idVendor}=="1532", RUN+="$$INSTDIR$$/bin/razercfg --scan"
ACTION=="remove", SUBSYSTEM=="usb_device", RUN+="$$INSTDIR$$/bin/razercfg --scan"

bues.ch cgit interface