All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] HID fixes
@ 2018-06-19 12:00 Jiri Kosina
  2018-06-20  1:51 ` Linus Torvalds
  2018-06-20  7:37 ` [GIT PULL v2] " Jiri Kosina
  0 siblings, 2 replies; 8+ messages in thread
From: Jiri Kosina @ 2018-06-19 12:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Linus,

please pull from

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

to receive -rc HID fixes:

=====
- Wacom 2nd-gen Intuos Pro large Y axis handling fix from Jason Gerecke
- Fix for hibernation in Intel ISH driver, from Even Xu
- Crash fix for hid-steam driver, from Rodrigo Rivas Costa
- i2c-hid fix for devices (such as SIPODEV SP1064) that fail to provide
  their report descriptor, from Julian Sax
- new device ID addition to google-hammer driver
=====

Thanks.

----------------------------------------------------------------
Even Xu (1):
      HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation

Jason Gerecke (1):
      HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large

Julian Sax (1):
      HID: i2c-hid: override HID descriptors for certain devices

Nicolas Boichat (1):
      HID: google: Add support for whiskers

Rodrigo Rivas Costa (1):
      HID: steam: use hid_device.driver_data instead of hid_set_drvdata()

 drivers/hid/hid-google-hammer.c                   |   2 +
 drivers/hid/hid-ids.h                             |   1 +
 drivers/hid/hid-steam.c                           |  10 +-
 drivers/hid/i2c-hid/Makefile                      |   3 +
 drivers/hid/i2c-hid/{i2c-hid.c => i2c-hid-core.c} |  58 ++++++---
 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c          | 149 ++++++++++++++++++++++
 drivers/hid/i2c-hid/i2c-hid.h                     |  17 +++
 drivers/hid/intel-ish-hid/ipc/pci-ish.c           |  22 +---
 drivers/hid/wacom_sys.c                           |   8 ++
 9 files changed, 230 insertions(+), 40 deletions(-)
 rename drivers/hid/i2c-hid/{i2c-hid.c => i2c-hid-core.c} (96%)
 create mode 100644 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c
 create mode 100644 drivers/hid/i2c-hid/i2c-hid.h

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-06-20  9:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-19 12:00 [GIT PULL] HID fixes Jiri Kosina
2018-06-20  1:51 ` Linus Torvalds
2018-06-20  4:19   ` Jiri Kosina
2018-06-20  7:06     ` Hans de Goede
2018-06-20  7:12       ` Linus Torvalds
2018-06-20  7:15         ` Jiri Kosina
2018-06-20  7:35           ` Benjamin Tissoires
2018-06-20  7:37 ` [GIT PULL v2] " Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.