Home
last modified time | relevance | path

Searched hist:"551117 c52237e7d92bc050df961b6a63e86c5bcd" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/i2c-hid/
H A Di2c-hid-core.cdiff 551117c52237e7d92bc050df961b6a63e86c5bcd Tue Jan 18 08:26:27 CET 2022 Dmitry Torokhov <dmitry.torokhov@gmail.com> HID: i2c-hid: no longer need raw access to HID descriptor structure

We can stop defining a union for HID descriptor data as we now only access
individual members of it by names and using proper types instead of
accessing by offset from the beginning of the data structure.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Tested-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>