[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0702051213390.4276@jikos.suse.cz>
Date: Mon, 5 Feb 2007 12:28:04 +0100 (CET)
From: Jiri Kosina <jkosina@...e.cz>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PATCH] HID and USB HID merge window update
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists