All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Steffen Müller" <steffen.mueller@radio-frei.de>
To: opensuse-factory@opensuse.org
Cc: Oliver Neukum <oliver@neukum.org>,
	Alan Stern <stern@rowland.harvard.edu>,
	Jiri Slaby <jslaby@suse.cz>,
	stable@kernel.org, Greg KH <greg@kroah.com>,
	USB list <linux-usb@vger.kernel.org>,
	Linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: [PATCH] usb: add USB_QUIRK_RESET_RESUME for M-Audio 88es
Date: Mon, 30 Apr 2012 13:05:34 +0200	[thread overview]
Message-ID: <1979769.SGKEhdJuNi@thinkpadsm.rf-studio> (raw)
In-Reply-To: <201204301048.21852.oliver@neukum.org>

Tested-by:     Steffen Müller <steffen.mueller@radio-frei.de>
Signed-off-by: Steffen Müller <steffen.mueller@radio-frei.de>
Signed-off-by: Stefan Seyfried <seife+kernel@b1-systems.com>
---
 drivers/usb/core/quirks.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index 4c65eb6..32d3adc 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -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 },
 
-- 


      parent reply	other threads:[~2012-04-30 11:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1571281.mVArydTEZW@thinkpadsm.rf-studio>
     [not found] ` <87haw6z4ps.fsf@Rainer.invalid>
     [not found]   ` <4F99BD60.1060303@suse.cz>
     [not found]     ` <1972516.Nxci8jDpSI@thinkpadsm.rf-studio>
2012-04-27  7:46       ` usb midi keyboard broken [3.3.3 regression] Jiri Slaby
2012-04-27 15:26         ` Alan Stern
2012-04-28 11:45           ` [opensuse-factory] Re: usb midi keyboard broken [3.3.3 regression] [SOLUTION] Steffen Müller
2012-04-28 15:30             ` Oliver Neukum
2012-04-28 21:26               ` Steffen Müller
2012-04-30  8:48                 ` Oliver Neukum
2012-04-30  9:00                   ` Steffen Müller
2012-04-30  9:00                     ` Felipe Balbi
2012-04-30 11:05                   ` Steffen Müller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1979769.SGKEhdJuNi@thinkpadsm.rf-studio \
    --to=steffen.mueller@radio-frei.de \
    --cc=greg@kroah.com \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=oliver@neukum.org \
    --cc=opensuse-factory@opensuse.org \
    --cc=stable@kernel.org \
    --cc=stern@rowland.harvard.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.