Linus,
could you please pull from 'for-linus' branch of
master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git for-linus
to receive 2.6.22 merge window updates for HID core layer and USB HID layer.
The patches have been in -mm for quite some time.
drivers/hid/Kconfig | 2 +
drivers/hid/Makefile | 4 +
drivers/hid/hid-core.c | 9 +-
drivers/hid/hid-input.c | 27 +-
drivers/hid/usbhid/Kconfig | 149 +++
drivers/hid/usbhid/Makefile | 35 +
drivers/hid/usbhid/hid-core.c | 1114 +++++++++++++++++++
drivers/{usb/input => hid/usbhid}/hid-ff.c | 2 +
drivers/{usb/input => hid/usbhid}/hid-lgff.c | 1 +
drivers/{usb/input => hid/usbhid}/hid-pidff.c | 0
drivers/{usb/input => hid/usbhid}/hid-plff.c | 0
drivers/hid/usbhid/hid-quirks.c | 681 ++++++++++++
drivers/{usb/input => hid/usbhid}/hid-tmff.c | 0
drivers/{usb/input => hid/usbhid}/hid-zpff.c | 0
drivers/{usb/input => hid/usbhid}/hiddev.c | 0
drivers/{usb/input => hid/usbhid}/usbhid.h | 0
drivers/{usb/input => hid/usbhid}/usbkbd.c | 13 +-
drivers/{usb/input => hid/usbhid}/usbmouse.c | 15 +-
drivers/usb/Makefile | 3 -
drivers/usb/input/Kconfig | 145 ---
drivers/usb/input/Makefile | 28 -
drivers/usb/input/hid-core.c | 1477 -------------------------
include/linux/hid.h | 14 +-
23 files changed, 2054 insertions(+), 1665 deletions(-)
Alan Stern (1):
USB HID: fix retry & reset logic
Chris Clayton (1):
HID: enable dead keys on a belkin wireless keyboard
Daniel P. Engel (1):
USB HID: add QUIRK_HIDDEV for Belkin Flip KVM
Dmitry Torokhov (1):
USB HID: usbkbd/usbmouse - handle errors when registering devices
Jiri Kosina (7):
USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid
USB HID: consolidate vendor/product ids
USB HID: extend quirk for Logitech S510 keyboard
USB HID: Logitech MX3000 keyboard needs report descriptor quirk
USB HID: add FF support for Logitech Force 3D Pro Joystick
HID: update copyright and authorship macro
USB HID: don't warn on idVendor == 0
Paul Walmsley (5):
USB HID: specify explicit size for hid_blacklist.quirks
USB HID: encapsulate quirk handling into hid-quirks.c
USB HID: clarify static quirk handling as squirks
USB HID: add support for dynamically-created quirks
USB HID: add 'quirks' module parameter
Paul Zaremba (1):
USB HID: EMS USBII device needs HID_QUIRK_MULTI_INPUT
Pete Zaitcev (1):
USB HID: numlock quirk for dell W7658 keyboard
Ronny Peine (1):
USB HID: Thustmaster firestorm dual power v1 support
Sam Liddicott (1):
USB HID: add support for WiseGroup MP-8800 Quad Joypad
Simon Budig (1):
HID: introduce proper zeroing of unused bits in output reports
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]