Re: [PATCH -next] The USB audio driver does not contain the VID and PID of this sound card, so the driver is not loaded.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Dec 02, 2022 at 03:49:34PM +0800, Dicheng Wang wrote:
> From: wangdicheng <wangdicheng@xxxxxxxxxx>
> 
> Add relevant information to the quirks-table.h file.
> The test passes and the sound source file plays normally.
> 
> Cc: stable@xxxxxxxxxxxxxxx
> 
> Signed-off-by: wangdicheng <wangdicheng@xxxxxxxxxx>
> ---
>  sound/usb/quirks-table.h | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
> index 874fcf245747..24b8d4fc87c4 100644
> --- a/sound/usb/quirks-table.h
> +++ b/sound/usb/quirks-table.h
> @@ -2801,6 +2801,12 @@ YAMAHA_DEVICE(0x7010, "UB99"),
>  	.idVendor = 0x17cc,
>  	.idProduct = 0x1020,
>  },
> +{
> +	/* Ktmicro Usb_audio */
> +	.match_flags = USB_DEVICE_ID_MATCH_DEVICE,
> +	.idVendor = 0x31b2,
> +	.idProduct = 0x0011,
> +},
>  
>  /* QinHeng devices */
>  {
> -- 
> 2.25.1
> 

<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree.  Please read:
    https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
for how to do this properly.

</formletter>



[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux