summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2016-11-24 12:55:57 +0100
committerMartin Roth <martinroth@google.com>2017-01-13 17:32:50 +0100
commit2bf126178862cd198f0f3d75eb03ef3fb77cdc82 (patch)
treec132519d16b70ab9a3c7e92953f4606e430cb523 /util
parent441d2a4f33a911e47299c350e321084c59a68ddf (diff)
downloadflashrom-2bf126178862cd198f0f3d75eb03ef3fb77cdc82.tar.gz
flashrom-2bf126178862cd198f0f3d75eb03ef3fb77cdc82.tar.bz2
flashrom-2bf126178862cd198f0f3d75eb03ef3fb77cdc82.zip
util: Add CH341a to z60_flashrom.rules
Change-Id: I68b14ade3eb82598e4388735b8618d8c607ff494 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/17596 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'util')
-rw-r--r--util/z60_flashrom.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/z60_flashrom.rules b/util/z60_flashrom.rules
index cfe553e41..68df5d1ea 100644
--- a/util/z60_flashrom.rules
+++ b/util/z60_flashrom.rules
@@ -90,4 +90,7 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8a98", MODE="664", GROUP="plugdev"
# http://www.tiaowiki.com/w/TIAO_USB_Multi_Protocol_Adapter_Lite_User's_Manual
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"