Commits
Greg Kroah-Hartman committed 5cb307c4c27
USB: quirks.h: use BIT() Use the BIT macro instead of "open coding" bit fields. This makes it easier to actually see that the bits are not conflicting/overlapping. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>