USB: new quirk for Dell Gen 2 devices
authorMonish Kumar R <monish.kumar.r@intel.com>
Fri, 20 May 2022 13:00:44 +0000 (18:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jun 2022 08:22:27 +0000 (10:22 +0200)
commitfdcb8a893aec5d32dce8ec487216fa24dc9fe760
tree86e0e1a6ac45fdd7720416f93ec670a9aaa93891
parentc2dd96835fbb8751ece5f524e03733715cf53e9d
USB: new quirk for Dell Gen 2 devices

commit 97fa5887cf283bb75ffff5f6b2c0e71794c02400 upstream.

Add USB_QUIRK_NO_LPM and USB_QUIRK_RESET_RESUME quirks for Dell usb gen
2 device to not fail during enumeration.

Found this bug on own testing

Signed-off-by: Monish Kumar R <monish.kumar.r@intel.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20220520130044.17303-1-monish.kumar.r@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c