OSDN Git Service

USB: option: convert interface blacklisting to bitfields
authorDan Williams <dcbw@redhat.com>
Tue, 13 Sep 2011 18:49:41 +0000 (13:49 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:35:39 +0000 (09:35 -0800)
commit03c4fd7b657b3ea22c86a6b7e5b01aa0cfdb52bd
treec8779b7dc222aff252be1ad0617d6893d59423ba
parent1d2c1def575aa7dec304f820fdf4c01726416042
USB: option: convert interface blacklisting to bitfields

commit b4626c10928c13ee73b013dcbc23676333e79b59 upstream.

It's cleaner than the array stuff, and we're about to add a bunch
more blacklist entries.  Second, there are devices that need both
the sendsetup and the reserved interface blacklists, which the
current code can't accommodate.

Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/option.c