From: Laurent Pinchart Date: Thu, 19 Jul 2012 10:39:13 +0000 (+0200) Subject: usb: Add quirk detection based on interface information X-Git-Tag: v3.6-rc1~101^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80da2e0df5af700518611b7d1cc4fc9945bcaf95;p=pandora-kernel.git usb: Add quirk detection based on interface information When a whole class of devices (possibly from a specific vendor, or across multiple vendors) require a quirk, explictly listing all devices in the class make the quirks table unnecessarily large. Fix this by allowing matching devices based on interface information. Signed-off-by: Laurent Pinchart Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed