summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-sensor-custom.c
Commit message (Expand)AuthorAgeFilesLines
* HID: hid-sensor-custom: Fix buffer overrun in device nameTodd Brandt2023-03-241-1/+1
* HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_...Jiri Kosina2023-01-061-7/+14
* HID: hid-sensor-custom: Add LISS custom sensorsPhilipp Jungkamp2022-12-201-0/+23
* HID: hid-sensor-custom: Allow more custom iio sensorsPhilipp Jungkamp2022-12-201-72/+138
* HID: hid-sensor-custom: set fixed size for custom attributesMarcus Folkesson2022-11-211-1/+1
* HID: hid-sensor-custom: Allow more than one hinge angle sensorYauhen Kharuzhy2022-11-141-1/+1
* HID: hid-sensor-custom: Process failure of sensor_hub_set_feature()Srinivas Pandruvada2021-05-261-3/+5
* HID: hid-sensor-custom: Remove unused variable 'ret'Lee Jones2021-04-071-3/+2
* HID: hid-sensor-custom: Add custom sensor iio supportYe Xiang2021-01-221-0/+143
* HID: hid-sensor-custom: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-111-3/+3
* *: convert stream-like files -> stream_open, even if they use noop_llseekKirill Smelkov2019-07-141-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* HID: hid-sensor-custom: simplify getting .driver_dataWolfram Sang2019-03-271-8/+4
* iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede2018-11-161-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* Merge branch 'for-4.14/ish' into for-linusJiri Kosina2017-09-051-1/+1
|\
| * HID: sensor: constify platform_device_idArvind Yadav2017-08-151-1/+1
* | HID: sensor: constify attribute_group structures.Arvind Yadav2017-08-031-1/+1
|/
* HID: sensor: fix attributes in HID sensor interfaceOoi, Joyce2016-11-051-3/+3
* HID: sensor: Custom and Generic sensor supportSrinivas Pandruvada2015-04-101-0/+849