From 0c96512e7a14b008a7834153330f59160c4137d4 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Thu, 18 Feb 2016 21:42:49 +0000 Subject: 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 Signed-off-by: David Hendricks Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner --- flashrom.8.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flashrom.8.tmpl') diff --git a/flashrom.8.tmpl b/flashrom.8.tmpl index fdc612e..9d8fcc3 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. -- cgit v1.1