Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Add an example udev rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaselbas committed Jul 24, 2022
1 parent 69dc1a9 commit f38ae69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 50-wchisp.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# WCH ISP bootloader
SUBSYSTEMS=="usb", ATTRS{idVendor}=="4348", ATTRS{idProduct}=="55e0", GROUP="uucp", MODE="0666"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SRC = wch-isp.c
HDR = arg.h devices.h
OBJ = $(SRC:.c=.o)
BIN = wch-isp
DISTFILES = $(SRC) $(HDR) Makefile
DISTFILES = $(SRC) $(HDR) 50-wchisp.rules Makefile

all: $(BIN)

Expand Down

0 comments on commit f38ae69

Please sign in to comment.