diff options
author | Nico Huber <nico.huber@secunet.com> | 2016-02-18 21:42:49 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2016-02-18 21:42:49 +0000 |
commit | d99a2bd049264cc327c6ef772d1ae9c11697a29e (patch) | |
tree | e1ec42d9aebfb5615ddedbbc0c141562610b7fd5 /flashrom.8.tmpl | |
parent | c05900f3dccddb5ffb4f1c9557b2ffc81683ec44 (diff) | |
download | flashrom-d99a2bd049264cc327c6ef772d1ae9c11697a29e.tar.gz flashrom-d99a2bd049264cc327c6ef772d1ae9c11697a29e.tar.bz2 flashrom-d99a2bd049264cc327c6ef772d1ae9c11697a29e.zip |
dediprog: port to libusb1 and use asynchronous bulk transfers for reading
This patch is based on Nico Huber's original version that was rebased
by David Hendricks for Chromium OS in
Change-Id: I84384b9d8ed53911657cf2293733531a6e11fd23
Corresponding to flashrom svn r1929.
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'flashrom.8.tmpl')
-rw-r--r-- | flashrom.8.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/flashrom.8.tmpl b/flashrom.8.tmpl index fdc612ee8..9d8fcc3fe 100644 --- a/flashrom.8.tmpl +++ b/flashrom.8.tmpl @@ -1082,11 +1082,11 @@ needs TCP access to the network or userspace access to a serial port. .B buspirate_spi needs userspace access to a serial port. .sp -.BR dediprog ", " ft2232_spi ", " usbblaster_spi " and " pickit2_spi +.BR ft2232_spi ", " usbblaster_spi " and " pickit2_spi need access to the respective USB device via libusb API version 0.1. .sp -.BR ch341a_spi -needs access to the respective USB device via libusb API version 1.0. +.BR ch341a_spi " and " dediprog +need access to the respective USB device via libusb API version 1.0. .sp .B dummy needs no access permissions at all. |