Skip to content

Commit 3180dab

Browse files
Kamil Lulkogregkh
Kamil Lulko
authored andcommitted
usb: core: Add quirk for HP v222w 16GB Mini
Add DELAY_INIT quirk to fix the following problem with HP v222w 16GB Mini: usb 1-3: unable to read config index 0 descriptor/start: -110 usb 1-3: can't read configurations, error -110 usb 1-3: can't set config #1, error -110 Signed-off-by: Kamil Lulko <[email protected]> Signed-off-by: Kuppuswamy Sathyanarayanan <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1acc85d commit 3180dab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/usb/core/quirks.c

+3
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ static const struct usb_device_id usb_quirk_list[] = {
186186
{ USB_DEVICE(0x03f0, 0x0701), .driver_info =
187187
USB_QUIRK_STRING_FETCH_255 },
188188

189+
/* HP v222w 16GB Mini USB Drive */
190+
{ USB_DEVICE(0x03f0, 0x3f40), .driver_info = USB_QUIRK_DELAY_INIT },
191+
189192
/* Creative SB Audigy 2 NX */
190193
{ USB_DEVICE(0x041e, 0x3020), .driver_info = USB_QUIRK_RESET_RESUME },
191194

0 commit comments

Comments
 (0)