From: Hans de Goede Date: Mon, 29 Mar 2010 10:03:17 +0000 (+0200) Subject: USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACES X-Git-Tag: v2.6.35-rc1~471^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=317149c655defedfaf432143b86a720cfc12a424;p=pandora-kernel.git USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACES Add a new quirk USB_QUIRK_HONOR_BNUMINTERFACES, when this quirk is set and a device has more interface descriptors in a configuration then it claims to have in config->bNumInterfaces, ignore all additional interfaces. This is needed for devices which try to hide unused interfaces by only lowering config->bNumInterfaces, and which can't handle if you try to talk to the "hidden" interfaces. Signed-off-by: Hans de Goede Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed