File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7278,6 +7278,13 @@ F: fs/verity/
72787278F: include/linux/fsverity.h
72797279F: include/uapi/linux/fsverity.h
72807280
7281+ FT260 FTDI USB-HID TO I2C BRIDGE DRIVER
7282+ M: Michael Zaidman <michael.zaidman@gmail.com>
7283+ L: linux-i2c@vger.kernel.org
7284+ L: linux-input@vger.kernel.org
7285+ S: Maintained
7286+ F: drivers/hid/hid-ft260.c
7287+
72817288FUJITSU LAPTOP EXTRAS
72827289M: Jonathan Woithe <jwoithe@just42.net>
72837290L: platform-driver-x86@vger.kernel.org
Original file line number Diff line number Diff 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+
354365config HID_GEMBIRD
355366 tristate "Gembird Joypad"
356367 depends on HID
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ obj-$(CONFIG_HID_ELAN) += hid-elan.o
4646obj-$(CONFIG_HID_ELECOM) += hid-elecom.o
4747obj-$(CONFIG_HID_ELO) += hid-elo.o
4848obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o
49+ obj-$(CONFIG_HID_FT260) += hid-ft260.o
4950obj-$(CONFIG_HID_GEMBIRD) += hid-gembird.o
5051obj-$(CONFIG_HID_GFRM) += hid-gfrm.o
5152obj-$(CONFIG_HID_GLORIOUS) += hid-glorious.o
You can’t perform that action at this time.
0 commit comments