summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-ft260.c
Commit message (Expand)AuthorAgeFilesLines
* HID: ft260: fix 'cast to restricted' kernel CI bot warningsMichael Zaidman2022-11-111-7/+7
* HID: ft260: missed NACK from busy deviceMichael Zaidman2022-11-111-5/+22
* HID: ft260: fix a NULL pointer dereference in ft260_i2c_writeMichael Zaidman2022-11-111-0/+3
* HID: ft260: wake up device from power saving modeMichael Zaidman2022-11-111-0/+17
* HID: ft260: missed NACK from big i2c readMichael Zaidman2022-11-111-2/+4
* HID: ft260: remove SMBus Quick command supportMichael Zaidman2022-11-111-9/+1
* HID: ft260: skip unexpected HID input reportsMichael Zaidman2022-11-111-12/+24
* HID: ft260: do not populate /dev/hidraw deviceMichael Zaidman2022-11-111-3/+6
* HID: ft260: improve i2c large reads performanceMichael Zaidman2022-11-111-5/+12
* HID: ft260: support i2c reads greater than HID report sizeMichael Zaidman2022-11-111-61/+66
* HID: ft260: support i2c writes larger than HID report sizeMichael Zaidman2022-11-111-18/+23
* HID: ft260: improve i2c write performanceMichael Zaidman2022-11-111-5/+9
* HID: ft260: ft260_xfer_status routine cleanupMichael Zaidman2022-11-111-20/+10
* HID: check for valid USB device for many HID driversGreg Kroah-Hartman2021-12-021-0/+3
* HID: ft260: fix i2c probing for hwmon devicesMichael Zaidman2021-11-191-6/+5
* HID: ft260: fix device removal due to USB disconnectMichael Zaidman2021-07-291-16/+7
* HID: ft260: fix format type warning in ft260_word_show()Michael Zaidman2021-07-271-2/+2
* HID: ft260: improve error handling of ft260_hid_feature_report_get()Michael Zaidman2021-05-271-12/+12
* HID: ft260: check data size in ft260_smbus_write()Michael Zaidman2021-05-051-1/+4
* HID: ft260: fix an error message in ft260_i2c_write_read()Dan Carpenter2021-03-191-1/+2
* HID: ft260: add usb hid to i2c host bridge driverMichael Zaidman2021-03-161-0/+1053