]> www.infradead.org Git - users/jedix/linux-maple.git/commit
USB: option: convert interface blacklisting to bitfields
authorDan Williams <dcbw@redhat.com>
Tue, 13 Sep 2011 18:49:41 +0000 (13:49 -0500)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 19:17:49 +0000 (11:17 -0800)
commitacf39abe33f7bb5b408376ef38fab7d03b8c217c
tree3453c1e9ba5fb1f5764412790deb8682d5844a3f
parentd86b9d7b539908ce34c968adf55b2d46319ea8e3
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