Re: [GIT PULL] HID for 5.12

2021-02-23 Thread pr-tracker-bot
The pull request you sent on Tue, 23 Feb 2021 11:53:51 +0100 (CET):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/69aea9d2843669387d100e353b5113d1adc9502f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] HID for 5.12

2021-02-23 Thread Jiri Kosina
Linus,

please pull from

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

to receive HID susbsytem updates scheduled for 5.12. Highlights:

=
- support for "Unified Battery" feature on Logitech devices from Filipe 
  Laíns
- power management improvements for intel-ish driver from Zhang Lixu
- support for Goodix devices from Douglas Anderson
- improved handling of generic HID keyboard in order to make it easier for 
  userspace to figure out the details of the device, from Dmitry Torokhov
- Playstation DualSense support from Roderick Colenbrander
- other assorted small fixes and device ID additions.
=

You are going to get a trivial conflict in arch/arm64/configs/defconfig 
which is documented here:


https://lore.kernel.org/linux-next/20210119104536.50e08...@canb.auug.org.au/

Please let me know in case you'd like me to fix it and prepare merged 
branch for you.

Thanks.


Blaž Hrastnik (1):
  HID: multitouch: Set to high latency mode on suspend.

Colin Ian King (2):
  HID: lg-g15: make a const array static, makes object smaller
  HID: playstation: fix array size comparison (off-by-one)

Cristian Klein (1):
  HID: uclogic: Improve support for Trust Panora

Dmitry Torokhov (1):
  HID: hid-input: avoid splitting keyboard, system and consumer controls

Douglas Anderson (4):
  HID: i2c-hid: Reorganize so ACPI and OF are separate modules
  arm64: defconfig: Update config names for i2c-hid rejigger
  dt-bindings: input: HID: i2c-hid: Introduce bindings for the Goodix 
GT7375P
  HID: i2c-hid: Introduce goodix-i2c-hid using i2c-hid core

Elia Devito (1):
  HID: Ignore battery for Elan touchscreen on HP Spectre X360 15-df0xxx

Filipe Laíns (3):
  HID: logitech-hidpp: add support for Unified Battery (1004) feature
  HID: logitech-dj: add support for keyboard events in eQUAD step 4 Gaming
  HID: logitech-dj: add support for the new lightspeed connection iteration

Hans de Goede (2):
  HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo 
Winpad A15
  HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch 10E

Jason Gerecke (1):
  HID: wacom: Ignore attempts to overwrite the touch_max value from HID

Jian-Hong Pan (1):
  HID: chicony: Add Wireless Radio Control feature for Chicony devices

Jiapeng Chong (2):
  HID: wacom: convert sysfs sprintf/snprintf family to sysfs_emit
  HID: displays: convert sysfs sprintf/snprintf family to sysfs_emit

Nicolas Boichat (1):
  HID: google: Get HID report on probe to confirm tablet switch state

Randy Dunlap (11):
  Documentation: HID: hid-alps editing & corrections
  Documentation: HID: amd-sfh-hid editing & corrections
  Documentation: HID: hiddev editing & corrections
  Documentation: HID: intel-ish-hid editing & corrections
  Documentation: HID: hidraw editing & corrections
  Documentation: HID: hid-sensor editing & corrections
  Documentation: HID: hid-transport editing & corrections
  Documentation: HID: uhid editing & corrections
  HID: core: detect and skip invalid inputs to snto32()
  HID: correct kernel-doc notation in 
  HID: correct kernel-doc notation in hid-quirks.c

Roderick Colenbrander (13):
  HID: playstation: initial DualSense USB support.
  HID: playstation: use DualSense MAC address as unique identifier.
  HID: playstation: add DualSense battery support.
  HID: playstation: add DualSense touchpad support.
  HID: playstation: add DualSense accelerometer and gyroscope support.
  HID: playstation: track devices in list.
  HID: playstation: add DualSense Bluetooth support.
  HID: playstation: add DualSense classic rumble support.
  HID: playstation: report DualSense hardware and firmware version.
  HID: playstation: fix unused variable in ps_battery_get_property.
  HID: playstation: add initial DualSense lightbar support.
  HID: playstation: add microphone mute support for DualSense.
  HID: playstation: add DualSense player LED support.

Sanjay Govind (1):
  HID: sony: Add support for tilt on guitar hero guitars

Will McVicker (1):
  HID: make arrays usage and value to be the same

You-Sheng Yang (1):
  HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID

Zhang Lixu (2):
  HID: intel-ish-hid: ipc: finish power flow for EHL OOB
  HID: intel-ish-hid: ipc: Address EHL Sx resume issues

 .../devicetree/bindings/input/goodix,gt7375p.yaml  |   65 +
 Documentation/hid/amd-sfh-hid.rst  |   22 +-
 Documentation/hid/hid-alps.rst |4 +-
 Documentation/hid/hid-sensor.rst   |   18 +-
 Documentation/hid/hid-transport.rst|   12 +-
 Documentation/hid/hiddev.rst   |   10 +-
 Documentation/hid/hidraw.rst   |5 +-