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.2.40~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f94c6107b49ac52f2e0f9929aeffeceb5ed97704;p=pandora-kernel.git usb: Add quirk detection based on interface information commit 80da2e0df5af700518611b7d1cc4fc9945bcaf95 upstream. 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 Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed