Skip to content

Commit 12d0059

Browse files
authored
Merge pull request #2 from Nefelim4ag/master
Fix typo in udev rules
2 parents 9e7c901 + 3797156 commit 12d0059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

udev/99-nuvoton-hid.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ SUBSYSTEM=="usb", ATTRS{idVendor}=="0416", ATTRS{idProduct}=="5020", MODE="0666"
55
KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="0416", ATTRS{idProduct}=="5020", MODE="0666"
66

77
# HIDAPI/libusb RTC Sync
8-
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0416", ATTRS{idProduct}=="5020", RUN+="/usr/bin/systemctl restart evic-usb-rtc-sync'"
8+
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0416", ATTRS{idProduct}=="5020", RUN+="/usr/bin/systemctl restart evic-usb-rtc-sync"

0 commit comments

Comments
 (0)