[GIT PATCH] HID patches for 2.6.19

From: Greg KH
Date: Fri Dec 08 2006 - 13:54:53 EST


Here are some patches that move the HID code to a new directory allowing
it to be used by other kernel subsystems easier.

This patch was approved by Dmitry, Marcel and myself, and Andrew asked
that I get this to you now to make merges with other parts of our
respective queues easier.

Many thanks to Jiri for taking the time and respinning these patches
multiple times as the tree has changed over the past few days.

Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/

The full set of patches will be sent to the linux-usb-devel mailing
list, if anyone wants to see them.

thanks,

greg k-h

CREDITS | 8 +
drivers/Kconfig | 2 +
drivers/Makefile | 1 +
drivers/hid/Kconfig | 18 +
drivers/hid/Makefile | 15 +
drivers/hid/hid-core.c | 1003 +++++++++++++++
drivers/{usb/input => hid}/hid-input.c | 151 +--
drivers/input/Makefile | 1 +
drivers/usb/input/Kconfig | 21 +-
drivers/usb/input/Makefile | 3 -
drivers/usb/input/hid-core.c | 1415 +++++-----------------
drivers/usb/input/hid-ff.c | 8 +-
drivers/usb/input/hid-lgff.c | 7 +-
drivers/usb/input/hid-pidff.c | 58 +-
drivers/usb/input/hid-tmff.c | 5 +-
drivers/usb/input/hid-zpff.c | 7 +-
drivers/usb/input/hiddev.c | 37 +-
drivers/usb/input/usbhid.h | 84 ++
{drivers/usb/input => include/linux}/hid-debug.h | 0
{drivers/usb/input => include/linux}/hid.h | 86 +-
20 files changed, 1584 insertions(+), 1346 deletions(-)
create mode 100644 drivers/hid/Kconfig
create mode 100644 drivers/hid/Makefile
create mode 100644 drivers/hid/hid-core.c
rename drivers/{usb/input/hid-input.c => hid/hid-input.c} (88%)
create mode 100644 drivers/usb/input/usbhid.h
rename drivers/usb/input/hid-debug.h => include/linux/hid-debug.h (100%)
rename drivers/usb/input/hid.h => include/linux/hid.h (86%)

---------------

Jiri Kosina (8):
Generic HID layer - disable USB HID
Generic HID layer - code split
Generic HID layer - API
Generic HID layer - USB API
Generic HID layer - hiddev
Generic HID layer - input and event reporting
Generic HID layer - pb_fnmode
Generic HID layer - build

-
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/