]> Pileus Git - ~andy/linux/commit
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>
Sun, 18 Sep 2011 08:22:53 +0000 (01:22 -0700)
commitb4626c10928c13ee73b013dcbc23676333e79b59
tree110d10e3fef918e66adf195cd8658982f617b006
parent28c9fc68ebd32d473a8787d05c74e3f39c6c866b
USB: option: convert interface blacklisting to bitfields

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>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/option.c