aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid/hid-sensor-custom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-24HID: hid-sensor-custom: Fix buffer overrun in device nameTodd Brandt1-1/+1
2023-01-06HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_known()Jiri Kosina1-7/+14
2022-12-20HID: hid-sensor-custom: Add LISS custom sensorsPhilipp Jungkamp1-0/+23
2022-12-20HID: hid-sensor-custom: Allow more custom iio sensorsPhilipp Jungkamp1-72/+138
2022-11-21HID: hid-sensor-custom: set fixed size for custom attributesMarcus Folkesson1-1/+1
2022-11-14HID: hid-sensor-custom: Allow more than one hinge angle sensorYauhen Kharuzhy1-1/+1
2021-05-26HID: hid-sensor-custom: Process failure of sensor_hub_set_feature()Srinivas Pandruvada1-3/+5
2021-04-07HID: hid-sensor-custom: Remove unused variable 'ret'Lee Jones1-3/+2
2021-01-22HID: hid-sensor-custom: Add custom sensor iio supportYe Xiang1-0/+143
2020-03-11HID: hid-sensor-custom: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-3/+3
2019-07-14*: convert stream-like files -> stream_open, even if they use noop_llseekKirill Smelkov1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-03-27HID: hid-sensor-custom: simplify getting .driver_dataWolfram Sang1-8/+4
2018-11-16iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-09-05Merge branch 'for-4.14/ish' into for-linusJiri Kosina1-1/+1
2017-08-15HID: sensor: constify platform_device_idArvind Yadav1-1/+1
2017-08-03HID: sensor: constify attribute_group structures.Arvind Yadav1-1/+1
2016-11-05HID: sensor: fix attributes in HID sensor interfaceOoi, Joyce1-3/+3
2015-04-10HID: sensor: Custom and Generic sensor supportSrinivas Pandruvada1-0/+849