[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <63e45e57-c3c1-40e3-8ad5-af3834584a60@rowland.harvard.edu>
Date: Wed, 6 Aug 2025 10:52:58 -0400
From: Alan Stern <stern@...land.harvard.edu>
To: Mael GUERIN <mael.guerin@...ena.io>
Cc: linux-usb@...r.kernel.org, usb-storage@...ts.one-eyed-alien.net,
linux-kernel@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [PATCH 1/1] usb-storage: Add unusual-devs entry for Novatek
NTK96550-based camera
On Wed, Aug 06, 2025 at 03:47:21PM +0200, Mael GUERIN wrote:
> Signed-off-by: Mael GUERIN <mael.guerin@...ena.io>
> ---
Patches must have a nonempty description. You can simply take the text
of your 0/1 message and put it directly in the 1/1 email as the
description. Then there won't be any need for a separate 0/1 message.
> drivers/usb/storage/unusual_devs.h | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
> index 54f0b1c83..7bb5a1d75 100644
> --- a/drivers/usb/storage/unusual_devs.h
> +++ b/drivers/usb/storage/unusual_devs.h
> @@ -262,6 +262,13 @@ UNUSUAL_DEV( 0x0421, 0x06c2, 0x0000, 0x0406,
> USB_SC_DEVICE, USB_PR_DEVICE, NULL,
> US_FL_MAX_SECTORS_64 ),
>
> +/* Added by Maƫl GUERIN <mael.guerin@...ena.io> */
> +UNUSUAL_DEV( 0x0603, 0x8611, 0x0000, 0xffff,
> + "Novatek",
> + "NTK96550-based camera",
> + USB_SC_SCSI, USB_PR_BULK, NULL,
> + US_FL_BULK_IGNORE_TAG ),
See the instructions at the start of this file. Entries are supposed to
be sorted by Vendor ID and then Product ID.
Alan Stern
> +
> #ifdef NO_SDDR09
> UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
> "Microtech",
> --
> 2.50.1
>
Powered by blists - more mailing lists