Thanks Hans, I'll fix that.
Hans de Goede wrote:
Hi,
Series looks good, only remark I have is that with 6/6
you're not passing in interface information, that really is
not a good idea, since for almost all devices if you want to filter
on usb classes (which you usually do) the interesting bits
Hi,
Series looks good, only remark I have is that with 6/6
you're not passing in interface information, that really is
not a good idea, since for almost all devices if you want to filter
on usb classes (which you usually do) the interesting bits are in
the interface info.
Now it might be that wh
---
usbclerk.cpp | 72 +-
1 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/usbclerk.cpp b/usbclerk.cpp
index 792f544..441f4a1 100644
--- a/usbclerk.cpp
+++ b/usbclerk.cpp
@@ -1,6 +1,6 @@
#include
#include
-#include
+#in