Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1451813

[GIT PULL] HID for 4.8

From Jiri Kosina <jikos@kernel.org>
Newsgroups linux.kernel
Subject [GIT PULL] HID for 4.8
Date 2016-07-28 11:20 +0200
Message-ID <rZPDX-4ei-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Linus,

please pull from

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

to receive HID 4.8 merge window updates

==========
- new hid-alps driver for ALPS Touchpad-Stick device, from Masaki Ota
- much improved and generalized HID led handling, and merge of 
  specialized hid-thingm driver into this generic hid-led one, from Heiner 
  Kallweit
- i2c-hid power management improvements from Fu Zhonghui and Guohua Zhong
- uhid initialization race fix from Roderick Colenbrander
==========

Thanks.

----------------------------------------------------------------

Fu, Zhonghui (1):
      HID: i2c_hid: enable i2c-hid devices to suspend/resume asynchronously

Guohua Zhong (1):
      HID: i2c-hid: set power sleep before shutdown

Heiner Kallweit (11):
      HID: migrate USB LED driver from usb misc to hid
      usb: misc: remove outdated USB LED driver
      HID: thingm: simplify debug output code
      HID: hid-led: add support for devices with multiple independent LEDs
      HID: hid-led: add support for reading from LED devices
      HID: hid-led: add support for ThingM blink(1)
      HID: remove ThingM blink(1) driver
      HID: hid-led: remove report id from struct hidled_config
      HID: hid-led: add support for Delcom Visual Signal Indicator G2
      HID: hid-led: add support for Greynut Luxafor
      HID: hid-led: fix Delcom support on big endian systems

Jean-Gabriel Gill-Couture (1):
      HID: add usb device id for Apple Magic Keyboard

Jiri Kosina (4):
      HID: led: fix config
      HID: alps: struct u1_dev *priv is internal to the driver
      HID: alps: pass correct sizes to hid_hw_raw_request()
      HID: alps: match alps devices in core

Masaki Ota (2):
      HID: add Alps I2C HID Touchpad-Stick support
      HID: alps: a few cleanups

Roderick Colenbrander (1):
      HID: uhid: fix timeout when probe races with IO

 Documentation/hid/hid-alps.txt | 139 +++++++++++
 MAINTAINERS                    |   5 -
 drivers/hid/Kconfig            |  31 ++-
 drivers/hid/Makefile           |   3 +-
 drivers/hid/hid-alps.c         | 506 +++++++++++++++++++++++++++++++++++++++
 drivers/hid/hid-apple.c        |   2 +
 drivers/hid/hid-core.c         |  10 +-
 drivers/hid/hid-ids.h          |  10 +
 drivers/hid/hid-led.c          | 523 +++++++++++++++++++++++++++++++++++++++++
 drivers/hid/hid-thingm.c       | 263 ---------------------
 drivers/hid/i2c-hid/i2c-hid.c  |  11 +-
 drivers/hid/uhid.c             |  33 ++-
 drivers/usb/misc/Kconfig       |   9 -
 drivers/usb/misc/Makefile      |   1 -
 drivers/usb/misc/usbled.c      | 273 ---------------------
 15 files changed, 1250 insertions(+), 569 deletions(-)
 create mode 100644 Documentation/hid/hid-alps.txt
 create mode 100644 drivers/hid/hid-alps.c
 create mode 100644 drivers/hid/hid-led.c
 delete mode 100644 drivers/hid/hid-thingm.c
 delete mode 100644 drivers/usb/misc/usbled.c

-- 
Jiri Kosina
SUSE Labs

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] HID for 4.8 Jiri Kosina <jikos@kernel.org> - 2016-07-28 11:20 +0200

csiph-web