Nico Huber has uploaded this change for review. ( https://review.coreboot.org/21778
Change subject: util: Add CH341a to z60_flashrom.rules ......................................................................
util: Add CH341a to z60_flashrom.rules
Original-Change-Id: I68b14ade3eb82598e4388735b8618d8c607ff494 Original-Reviewed-on: https://review.coreboot.org/17596 Original-Reviewed-by: Martin Roth martinroth@google.com Original-Tested-by: build bot (Jenkins)
Change-Id: Id1ceebbf406f81a28bd6dae44acd6e569e0c834c Signed-off-by: Nico Huber nico.huber@secunet.com --- M util/z60_flashrom.rules 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/78/21778/1
diff --git a/util/z60_flashrom.rules b/util/z60_flashrom.rules index cfe553e..68df5d1 100644 --- a/util/z60_flashrom.rules +++ b/util/z60_flashrom.rules @@ -90,4 +90,7 @@ # http://www.tiaowiki.com/w/TIAO_USB_Multi_Protocol_Adapter_Lite_User%27s_Manu... ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8a99", MODE="664", GROUP="plugdev"
+# Winchiphead (WCH) CH341a based programmer +ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="5512", MODE="664", GROUP="plugdev" + LABEL="flashrom_rules_end"