From: Uwe Bonnes Date: Thu, 13 Oct 2011 14:28:54 +0000 (+0200) Subject: Add a pointer how to wrap USB SG commands X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=011f4e3e83fecc410d1cf3ea8ef224a6160fa61f;p=fw%2Fstlink Add a pointer how to wrap USB SG commands Signed-off-by: Karl Palsson --- diff --git a/src/stlink-sg.c b/src/stlink-sg.c index 320fb78..7a3c0e8 100644 --- a/src/stlink-sg.c +++ b/src/stlink-sg.c @@ -63,6 +63,9 @@ to your /etc/modprobe.conf or /etc/modprobe.d/local.conf (or add the "quirks=..." part to an existing options line for usb-storage). + + https://wiki.kubuntu.org/Kernel/Debugging/USB explains the protocoll and + would allow to replace the sg access to pure libusb access */