Linux Serial subsystem development
 help / color / mirror / Atom feed
* Re: [PATCH 01/13] HID: ft260: add serial driver
       [not found] ` <20260822213941.98882-2-michael.zaidman@gmail.com>
@ 2026-08-25  8:12   ` Linus Walleij
  2026-08-27 19:16     ` Michael Zaidman
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2026-08-25  8:12 UTC (permalink / raw)
  To: Michael Zaidman, Greg Kroah-Hartman, Jiri Slaby, linux-serial
  Cc: Jiri Kosina, Benjamin Tissoires, Bartosz Golaszewski,
	Germain Hebert, Rio Liu, Bruno Giacomazzi, Christina Quast,
	linux-input, linux-gpio, linux-i2c, linux-kernel, Daniel Beer

On Sat, Aug 22, 2026 at 11:40 PM Michael Zaidman
<michael.zaidman@gmail.com> wrote:
>
> From: Christina Quast <contact@christina-quast.de>
>
> Add a TTY serial interface (/dev/ttyFTx) for FT260 USB HID devices,
> providing baud rate configuration, data transfer, and termios settings
> without requiring userspace HID report formatting.

You need to CC the TTY maintainers and linux-serial on patches like this,
just keep in mind when resending, thanks!

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 01/13] HID: ft260: add serial driver
  2026-08-25  8:12   ` [PATCH 01/13] HID: ft260: add serial driver Linus Walleij
@ 2026-08-27 19:16     ` Michael Zaidman
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Zaidman @ 2026-08-27 19:16 UTC (permalink / raw)
  To: linusw
  Cc: bentiss, brgl, brunoceg1, contact, daniel.beer, germain.hebert,
	gregkh, jikos, jirislaby, linux-gpio, linux-i2c, linux-input,
	linux-kernel, linux-serial, michael.zaidman, rio

On Tue, 25 Aug 2026 at 09:49 +0200, Linus Walleij wrote:
> What kind of "enum" is this that re-assigns 0x00, 0x01 etc to
> several enumerators?
>
> Either this is four different enums or you should just do a
> series of #defines instead if they are all really coming from
> the same place, because using an enum like this does not
> make sense: it's like numering pears, apples, oranges
> and peaches in the same enum or something.
>
> Also use the UART_ infix as mentioned in the GPIO patch
> so you don't need to immediately change it in the next
> patch.

Agreed. v2 will use #defines with the UART_ infix in this
patch so the GPIO patch does not rename them.

On Tue, 25 Aug 2026 at 10:12 +0200, Linus Walleij wrote:
> You need to CC the TTY maintainers and linux-serial on patches like this,
> just keep in mind when resending, thanks!

Will CC linux-serial and the TTY maintainers on v2.

Thanks,
Michael

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-27 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20260822213941.98882-1-michael.zaidman@gmail.com>
     [not found] ` <20260822213941.98882-2-michael.zaidman@gmail.com>
2026-08-25  8:12   ` [PATCH 01/13] HID: ft260: add serial driver Linus Walleij
2026-08-27 19:16     ` Michael Zaidman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox