USB: fix up faulty backports
authorWilly Tarreau <w@1wt.eu>
Sun, 21 Aug 2016 08:47:12 +0000 (10:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 21 Aug 2016 21:22:34 +0000 (23:22 +0200)
commit903c5a46a861244e7fc5ddf6101963b6a4c9b88f
tree2eb1b4cc782871113326707b2a82b69c1a798936
parentba3904ee86cb7072c2435883421b165dc1684bce
USB: fix up faulty backports

Ben Hutchings reported that two patches were incorrectly backported
to 3.10 :

ddbe1fca0bcb ("USB: Add device quirk for ASUS T100 Base Station keyboard")
ad87e03213b5 ("USB: add quirk for devices with broken LPM")

These two patches introduce quirks which must be in usb_quirk_list and
not in usb_interface_quirk_list. These last one must only contain the
Logitech UVC camera.

Reported-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Willy Tarreau <w@1wt.eu>
drivers/usb/core/quirks.c