Nicholas Chin has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/82162?usp=email )
Change subject: flashrom_udev.rules: Add rule for CH347 ......................................................................
flashrom_udev.rules: Add rule for CH347
This allows the CH347 programmer to be used without root permissions.
Signed-off-by: Nicholas Chin nic.c3.14@gmail.com Change-Id: Ia83fa08f6d7c2f449b1a5c0c387c6d4368b99e3a --- M util/flashrom_udev.rules 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/62/82162/1
diff --git a/util/flashrom_udev.rules b/util/flashrom_udev.rules index 9fd3330..331fee6 100644 --- a/util/flashrom_udev.rules +++ b/util/flashrom_udev.rules @@ -93,4 +93,7 @@ # Winchiphead (WCH) CH341a based programmer ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="5512", MODE="664", GROUP="plugdev"
+# Winchiphead (WCH) CH347 based programmer +ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="55db", MODE="664", GROUP="plugdev" + LABEL="flashrom_rules_end"