From 82624de6ba2a009c9cf168c029e19b1f8280a88f Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 10 Apr 2009 14:31:19 +0000 Subject: fix parsing of /proc/bus/usb/device I: lines and use the class of the first interface used by a driver instead of the first interface (or first one like before when none is used). That fixes presenting something as usb_storage even if the device is ignored by usb_storage driver and handled on another interface by option driver --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6bce09d..9123921 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +- fix parsing of /proc/bus/usb/device I: lines and use the class + of the first interface used by a driver instead of the first + interface (or first one like before when none is used). + That fixed presenting something as usb_storage even if the + device is ignored by usb_storage driver and handled on another + interface by option driver + Version 0.8.1 - 3 April 2009, Christophe Fergeau - enumerate hid bus -- cgit v1.2.1