android_kernel_xiaomi_sm8350/drivers/hid/usbhid
Philip Langdale bb6c8d8fa9 HID: hiddev: Add 32bit ioctl compatibilty
The hiddev driver currently lacks 32bit ioctl compatibility, so
if you're running with a 64bit kernel and 32bit userspace, it won't
work.

I'm pretty sure that the only thing missing is a compat_ioctl
implementation as all structs have fixed size fields.

With this change I can use revoco to configure my MX Revolution mouse.

Signed-off-by: Philip Langdale <philipl@overt.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2007-10-14 13:40:02 +02:00
..
hid-core.c HID: minimal autosuspend support for USB HID devices 2007-10-14 13:40:00 +02:00
hid-ff.c HID: use hid-plff driver for GreenAsia 0e8f:0003 devices 2007-10-14 13:40:01 +02:00
hid-lgff.c HID: make debugging output runtime-configurable 2007-07-09 14:03:35 +02:00
hid-pidff.c HID: fix autocentering of PID devices 2007-07-09 14:13:35 +02:00
hid-plff.c HID: use hid-plff driver for GreenAsia 0e8f:0003 devices 2007-10-14 13:40:01 +02:00
hid-quirks.c HID: Add GeneralTouch touchscreen to the blacklist 2007-10-14 13:40:02 +02:00
hid-tmff.c HID: add support for Thrustmaster FGT Force Feedback wheel 2007-10-14 13:40:00 +02:00
hid-zpff.c HID: make debugging output runtime-configurable 2007-07-09 14:03:35 +02:00
hiddev.c HID: hiddev: Add 32bit ioctl compatibilty 2007-10-14 13:40:02 +02:00
Kconfig HID: use hid-plff driver for GreenAsia 0e8f:0003 devices 2007-10-14 13:40:01 +02:00
Makefile
usbhid.h
usbkbd.c HID: make debugging output runtime-configurable 2007-07-09 14:03:35 +02:00
usbmouse.c