From: Gustavo Padovan Date: Tue, 10 Jul 2012 22:10:06 +0000 (-0300) Subject: USB: add USB_VENDOR_AND_INTERFACE_INFO() macro X-Git-Tag: v3.6-rc1~101^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d81a5d1956731c453b85c141458d4ff5d6cc5366;p=pandora-kernel.git USB: add USB_VENDOR_AND_INTERFACE_INFO() macro A lot of Broadcom Bluetooth devices provides vendor specific interface class and we are getting flooded by patches adding new device support. This change will help us enable support for any other Broadcom with vendor specific device that arrives in the future. Only the product id changes for those devices, so this macro would be perfect for us: { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01) } Signed-off-by: Marcel Holtmann Signed-off-by: Gustavo Padovan Acked-by: Henrik Rydberg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed