linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/1] HID: ft260: add GPIO support
@ 2023-02-11 11:57 Michael Zaidman
  2023-02-11 11:57 ` [PATCH v1 1/1] " Michael Zaidman
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Zaidman @ 2023-02-11 11:57 UTC (permalink / raw)
  To: jikos; +Cc: linux-kernel, linux-input, Michael Zaidman

The FTDI FT260 chip implements USB to I2C/UART bridges through two USB
HID class interfaces. The first is for I2C, and the second is for UART.
Each interface is independent, and the kernel detects it as a separate
USB hidraw device. In addition, the chip implements 14 GPIOs via
multifunctional pins.

This patch set adds GPIO support.

Michael Zaidman (1):
  HID: ft260: add GPIO support

 drivers/hid/hid-ft260.c | 476 +++++++++++++++++++++++++++++++++++++---
 1 file changed, 447 insertions(+), 29 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-02-11 21:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-11 11:57 [PATCH v1 0/1] HID: ft260: add GPIO support Michael Zaidman
2023-02-11 11:57 ` [PATCH v1 1/1] " Michael Zaidman
2023-02-11 21:33   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).