From e4e2bd1796cb489c845c950e7228a37764f4b160 Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 23 Nov 2024 22:51:55 +0000 Subject: [PATCH] Added WCH-LinkE to Bloom's udev rules --- build/distributed/udevrules/99-bloom.rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/distributed/udevrules/99-bloom.rules b/build/distributed/udevrules/99-bloom.rules index ae5511bd..fac15820 100644 --- a/build/distributed/udevrules/99-bloom.rules +++ b/build/distributed/udevrules/99-bloom.rules @@ -30,4 +30,7 @@ ACTION=="add", ATTR{idVendor}=="03eb", ATTR{idProduct}=="2177", MODE="0666" # MPLAB Snap In-Circuit Debugger ACTION=="add", ATTR{idVendor}=="03eb", ATTR{idProduct}=="2180", MODE="0666" -LABEL="bloom_end" \ No newline at end of file +# WCH-LinkE +ACTION=="add", ATTR{idVendor}=="1a86", ATTR{idProduct}=="8010", MODE="0666" + +LABEL="bloom_end"