USB: option: convert interface blacklisting to bitfields
commit027721a5bed0408d888c75a1f0fbfc2b347f6eb7
authorDan Williams <dcbw@redhat.com>
Tue, 13 Sep 2011 18:49:41 +0000 (13 13:49 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:42:40 +0000 (11 09:42 -0800)
tree495138fa245c2745e5bf2037c7667cf5d9475726
parent3ff8d843b44ab55bb080b4b57af4aa74842eef56
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