[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9fc6c4d7-4298-0b9d-b3a0-d6eb9573575e@gmail.com>
Date: Fri, 4 Sep 2020 09:49:32 +0700
From: Lars Melin <larsm17@...il.com>
To: Penghao <penghao@...ontech.com>, gregkh@...uxfoundation.org
Cc: johan@...nel.org, jonathan@...ox.net, kai.heng.feng@...onical.com,
gustavo.padovan@...labora.com, tomasz@...esinski.eu,
hdegoede@...hat.com, kerneldev@...smulder.nl,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ALSA: usb-audio: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND
quirk for Lenovo A630Z TIO built-in usb audio card
On 9/4/2020 08:45, Penghao wrote:
> --- a/drivers/usb/core/quirks.c
> +++ b/drivers/usb/core/quirks.c
> @@ -403,6 +403,10 @@ static const struct usb_device_id usb_quirk_list[] = {
> { USB_DEVICE(0x12d1, 0x15c3), .driver_info =
> USB_QUIRK_DISCONNECT_SUSPEND },
>
> + /* Lenovo A630Z TIO build-in usb sound card */
> + { USB_DEVICE9(0x17ef, 0xa012), driver_info =
> + USB_QUIRK_DISCONNECT_SUSPEND },
> +
> /* SKYMEDI USB_DRIVE */
> { USB_DEVICE(0x1516, 0x8628), .driver_info = USB_QUIRK_RESET_RESUME },
>
>
This list was sorted in a beautiful ascending order of vid, pid before
you entered your quirk..
rgds
Lars
Powered by blists - more mailing lists