[GIT] HID updates

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jiri Kosina
Date: Friday, October 24, 2008 - 7:58 am

Linus,

could you please pull from 'for-linus' branch of

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

to receive post-rc1 updates for the HID code.

The most important thing is a fix for regression which made it impossible 
for appletouch driver to bind to some of the devices it supports, because 
generic driver grabbed them by mistake. Apart from that, a few simple 
fixes and two new quirks for devices that are not standard-compliant.

Thanks!

 drivers/hid/Kconfig           |    2 -
 drivers/hid/hid-apple.c       |   63 ++++++++++++++--------------------------
 drivers/hid/hid-core.c        |   43 ++++++++++++++++++++++++++-
 drivers/hid/hid-gyration.c    |    4 ++-
 drivers/hid/hid-ids.h         |    5 ++-
 drivers/hid/hid-lg.c          |    5 ---
 drivers/hid/hid-sony.c        |   44 ++++++++++++++++++++++++++++-
 drivers/hid/hidraw.c          |    3 +-
 drivers/hid/usbhid/hid-core.c |    3 ++
 drivers/hid/usbhid/hiddev.c   |    3 +-
 include/linux/hid.h           |    6 ++++
 11 files changed, 124 insertions(+), 57 deletions(-)

Andi Kleen (1):
      HID: Remove "default m" for Thrustmaster and Zeroplus

Dan Nicholson (1):
      Revert "HID: Invert HWHEEL mappings for some Logitech mice"

Jiri Kosina (3):
      HID: add support for another Gyration remote control
      HID: quirk for OLED devices present in ASUS G50/G70/G71
      HID: Add support for Sony Vaio VGX-TP1E

Jiri Slaby (5):
      HID: fix hidraw_exit section mismatch
      HID: add hid_type to general hid struct
      HID: fix hidbus/appletouch device binding regression
      HID: fix lock imbalance in hidraw
      HID: fix lock imbalance in hiddev

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT] HID updates, Jiri Kosina, (Fri Oct 24, 7:58 am)