Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 166cb70e authored by Steffen Müller's avatar Steffen Müller Committed by Greg Kroah-Hartman
Browse files

usb: add USB_QUIRK_RESET_RESUME for M-Audio 88es

parent 12a98b2b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -123,6 +123,9 @@ static const struct usb_device_id usb_quirk_list[] = {
	/* Guillemot Webcam Hercules Dualpix Exchange*/
	{ USB_DEVICE(0x06f8, 0x3005), .driver_info = USB_QUIRK_RESET_RESUME },

	/* Midiman M-Audio Keystation 88es */
	{ USB_DEVICE(0x0763, 0x0192), .driver_info = USB_QUIRK_RESET_RESUME },

	/* M-Systems Flash Disk Pioneers */
	{ USB_DEVICE(0x08ec, 0x1000), .driver_info = USB_QUIRK_RESET_RESUME },