summaryrefslogtreecommitdiffstats
path: root/01-razer-udev.rules.template
blob: c2d058fa12f7c53e5eedbef1507817f861b09fe8 (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 --bg-rescan"
ACTION=="remove", SUBSYSTEM=="usb_device", RUN+="$$INSTDIR$$/bin/razercfg --bg-rescan"

bues.ch cgit interface