Skip to content

Commit 8ba3c81

Browse files
author
Jiri Kosina
committed
Merge branch 'for-5.13/ft260' into for-linus
- Support for FTDI FT260 I2C host adapter from Michael Zaidman
2 parents 743b357 + 2076b7b commit 8ba3c81

File tree

5 files changed

+1074
-0
lines changed

5 files changed

+1074
-0
lines changed

MAINTAINERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7278,6 +7278,13 @@ F: fs/verity/
72787278
F: include/linux/fsverity.h
72797279
F: include/uapi/linux/fsverity.h
72807280

7281+
FT260 FTDI USB-HID TO I2C BRIDGE DRIVER
7282+
M: Michael Zaidman <[email protected]>
7283+
7284+
7285+
S: Maintained
7286+
F: drivers/hid/hid-ft260.c
7287+
72817288
FUJITSU LAPTOP EXTRAS
72827289
M: Jonathan Woithe <[email protected]>
72837290

drivers/hid/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,17 @@ config HID_EZKEY
351351
help
352352
Support for Ezkey BTC 8193 keyboard.
353353

354+
config HID_FT260
355+
tristate "FTDI FT260 USB HID to I2C host support"
356+
depends on USB_HID && HIDRAW && I2C
357+
help
358+
Provides I2C host adapter functionality over USB-HID through FT260
359+
device. The customizable USB descriptor fields are exposed as sysfs
360+
attributes.
361+
362+
To compile this driver as a module, choose M here: the module
363+
will be called hid-ft260.
364+
354365
config HID_GEMBIRD
355366
tristate "Gembird Joypad"
356367
depends on HID

drivers/hid/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ obj-$(CONFIG_HID_ELAN) += hid-elan.o
4646
obj-$(CONFIG_HID_ELECOM) += hid-elecom.o
4747
obj-$(CONFIG_HID_ELO) += hid-elo.o
4848
obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o
49+
obj-$(CONFIG_HID_FT260) += hid-ft260.o
4950
obj-$(CONFIG_HID_GEMBIRD) += hid-gembird.o
5051
obj-$(CONFIG_HID_GFRM) += hid-gfrm.o
5152
obj-$(CONFIG_HID_GLORIOUS) += hid-glorious.o

0 commit comments

Comments
 (0)