From 011f4e3e83fecc410d1cf3ea8ef224a6160fa61f Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Thu, 13 Oct 2011 16:28:54 +0200 Subject: [PATCH] Add a pointer how to wrap USB SG commands Signed-off-by: Karl Palsson --- src/stlink-sg.c | 3 +++ 1 file changed, 3 insertions(+) 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 */