[GIT PULL] HID fixes

From: Jiri Kosina
Date: Tue Aug 25 2020 - 04:15:00 EST


Linus,

please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git for-linus

to receive HID subsystem fixes. Highlights:

=====
- regression fix / revert of a commit that intended to reduce probing
delay by ~50ms, but introduced a race that causes quite a few devices
not to enumerate, or get stuck on first IRQ
- buffer overflow fix in hiddev, from Peilin Ye
=====

Thanks.

----------------------------------------------------------------
Hans de Goede (1):
HID: i2c-hid: Always sleep 60ms after I2C_HID_PWR_ON commands

Jiri Kosina (1):
Revert "HID: usbhid: do not sleep when opening device"

Peilin Ye (1):
HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()

Rikard Falkeborn (2):
HID: cougar: Constify cougar_id_table
HID: macally: Constify macally_id_table

Sebastian Parschauer (1):
HID: quirks: Always poll three more Lenovo PixArt mice

drivers/hid/hid-cougar.c | 2 +-
drivers/hid/hid-ids.h | 3 +++
drivers/hid/hid-macally.c | 2 +-
drivers/hid/hid-quirks.c | 3 +++
drivers/hid/i2c-hid/i2c-hid-core.c | 22 +++++++++-------
drivers/hid/usbhid/hid-core.c | 53 +++++++++++++++++---------------------
drivers/hid/usbhid/hiddev.c | 4 +++
drivers/hid/usbhid/usbhid.h | 2 --
8 files changed, 49 insertions(+), 42 deletions(-)

--
Jiri Kosina
SUSE Labs