All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] HID and USB HID merge window update
@ 2007-02-05 11:28 Jiri Kosina
  0 siblings, 0 replies; only message in thread
From: Jiri Kosina @ 2007-02-05 11:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Linus,

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

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

to receive the first part of HID and USB HID updates that are destined for
2.6.21 merge window. All of the patches have been in -mm for some time.

Thanks.

 drivers/hid/Kconfig          |   14 +
 drivers/hid/Makefile         |   11 +-
 drivers/hid/hid-core.c       |    8 +-
 drivers/hid/hid-debug.c      |  764 ++++++++++++++++++++++++++++++++++++++++++
 drivers/hid/hid-input.c      |   35 ++-
 drivers/usb/input/Kconfig    |    8 +
 drivers/usb/input/Makefile   |    3 +
 drivers/usb/input/hid-core.c |   81 ++---
 drivers/usb/input/hid-ff.c   |    3 +
 drivers/usb/input/hid-plff.c |  129 +++++++
 include/linux/hid-debug.h    |  749 +----------------------------------------
 include/linux/hid.h          |   17 +-
 12 files changed, 1005 insertions(+), 817 deletions(-)

Anssi Hannula (3):
      hid: allow force feedback for multi-input devices
      hid: quirk for multi-input devices with unneeded output reports
      hid: force feedback driver for PantherLord USB/PS2 2in1 Adapter

Jiri Kosina (5):
      HID: hid debug from hid-debug.h to hid layer
      HID: API - fix leftovers of hidinput API in USB HID
      USB HID: remove hid_find_field_by_usage()
      USB HID: fix bogus comment in hid_get_class_descriptor()
      HID: move away from DEBUG defines in favor of CONFIG_HID_DEBUG

Soeren Sonnenburg (1):
      USB HID: handle multi-interface devices for Apple macbook pro properly


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-05 11:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-05 11:28 [GIT PATCH] HID and USB HID merge window update 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.