We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a8ebc commit 0f09d2bCopy full SHA for 0f09d2b
hid-rebind.rules 90-hid-rebind.ruleshid-rebind.rules renamed to 90-hid-rebind.rules
Makefile
@@ -12,7 +12,7 @@ install: modules_install
12
install -D -m 0644 digimend.conf $(DEPMOD_CONF)
13
depmod -a
14
install hid-rebind $(HID_REBIND)
15
- install -m 0644 hid-rebind.rules $(UDEV_RULES)
+ install -m 0644 90-hid-rebind.rules $(UDEV_RULES)
16
udevadm control --reload
17
uninstall:
18
rm -vf $(UDEV_RULES) $(HID_REBIND) $(DEPMOD_CONF) \
0 commit comments