What's in hid.git for 2.6.34

From: Jiri Kosina
Date: Wed Feb 17 2010 - 09:25:13 EST


Below is a list of changes that are queued for 2.6.34 in the HID area.

Apart from usual pile of fixes to various drivers and for various
devices, most notably we have completely new drivers for brand new
multitouch devices, written by Stephane Chatty.

Alex Neblett (1):
HID: add support for Pixart Imaging Optical Touch Screen

Alexander Shishkin (1):
HID: add NOGET quirk for Prodige Cordless Combo

Bastien Nocera (3):
HID: Implement Wacom quirk in the kernel
HID: Enable Sixaxis controller over Bluetooth
HID: fix typo in error message

Gary Stein (1):
HID: add driver for the Logitech Flight System G940

H Hartley Sweeten (1):
HID: hid-debug.c: make local symbols static

Jiri Kosina (13):
HID: make 3M PCT touchscreen driver standalone config option
HID: make Stantum driver standalone config option
HID: handle joysticks with large number of buttons
HID: fix parsing of local delimiter with size 0
HID: remove TENX iBuddy from blacklist
HID: update copyright
HID: make raw reports possible for both feature and output reports
HID: make Wacom modesetting failures non-fatal
HID: make full-fledged hid-bus drivers properly selectable
HID: fix up Kconfig entry for MagicMouse
HID: remove MODULE_VERSION from new drivers
HID: extend mask for BUTTON usage page
HID: usbhid: initialize interface pointers early enough

Johnathon Harris (1):
HID: add support for Ortek WKB-2000

Leo P White (1):
HID: add mapping for "AL Network Chat" usage

Michael Poole (3):
HID: Export hid_register_report
HID: add a device driver for the Apple Magic Mouse.
HID: magicmouse: coding style and probe failure fixes

Márton Németh (1):
HID: make USB device id constant

Oliver Neukum (1):
HID: usbhid: introduce timeout for stuck ctrl/out URBs

Rafi Rubin (4):
HID: hid-ntrig add multi input quirk and clean up
HID: n-trig: remove unnecessary tool switching
HID: hid-ntrig: multitouch cleanup and fix
HID: hid-ntrig: Single touch mode tap

Stefan Glasenhardt (1):
HID: allow disabling hard-coded ISO-layout for Apple keyboards

Stephane Chatty (7):
HID: Support for 3M multitouch panel
HID: add support for Stantum multitouch panel
HID: add support for Acer T230H multitouch
HID: let hid-input accept digitizers
HID: fixed bug in single-touch emulation on the stantum panel
HID: add pressure support for the Stantum multitouch panel
HID: Support for MosArt multitouch panel

Thadeu Lima de Souza Cascardo (2):
HID: use multi input quirk for eTurboTouch touchscreen
HID: use multi input quirk for TouchPack touchscreen

drivers/hid/Kconfig | 54 +++++-
drivers/hid/Makefile | 9 +
drivers/hid/hid-3m-pct.c | 290 +++++++++++++++++++++++++
drivers/hid/hid-apple.c | 17 +-
drivers/hid/hid-core.c | 23 ++-
drivers/hid/hid-debug.c | 6 +-
drivers/hid/hid-ids.h | 37 +++-
drivers/hid/hid-input.c | 12 +-
drivers/hid/hid-lg.c | 7 +-
drivers/hid/hid-lg.h | 6 +
drivers/hid/hid-lg3ff.c | 176 +++++++++++++++
drivers/hid/hid-lgff.c | 1 +
drivers/hid/hid-magicmouse.c | 449 +++++++++++++++++++++++++++++++++++++++
drivers/hid/hid-mosart.c | 273 ++++++++++++++++++++++++
drivers/hid/hid-ntrig.c | 212 +++++++++++++------
drivers/hid/hid-ortek.c | 56 +++++
drivers/hid/hid-quanta.c | 260 ++++++++++++++++++++++
drivers/hid/hid-sony.c | 23 ++-
drivers/hid/hid-stantum.c | 283 ++++++++++++++++++++++++
drivers/hid/hid-wacom.c | 28 +++
drivers/hid/hidraw.c | 2 +-
drivers/hid/usbhid/hid-core.c | 42 +++-
drivers/hid/usbhid/hid-quirks.c | 3 +
drivers/hid/usbhid/usbhid.h | 2 +
include/linux/hid.h | 5 +-
include/linux/input.h | 42 ++++
net/bluetooth/hidp/core.c | 17 ++-
27 files changed, 2222 insertions(+), 113 deletions(-)
create mode 100644 drivers/hid/hid-3m-pct.c
create mode 100644 drivers/hid/hid-lg3ff.c
create mode 100644 drivers/hid/hid-magicmouse.c
create mode 100644 drivers/hid/hid-mosart.c
create mode 100644 drivers/hid/hid-ortek.c
create mode 100644 drivers/hid/hid-quanta.c
create mode 100644 drivers/hid/hid-stantum.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/