From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: Jiri Kosina <jkosina@suse.cz>,
Marcel Holtmann <marcel@holtmann.org>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
linux-kernel@vger.kernel.org,
linux-usb-devel@lists.sourceforge.net
Subject: [GIT PATCH] HID patches for 2.6.19
Date: Fri, 8 Dec 2006 10:54:19 -0800 [thread overview]
Message-ID: <20061208185419.GA6912@kroah.com> (raw)
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
next reply other threads:[~2006-12-08 18:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-08 18:54 Greg KH [this message]
2006-12-08 19:28 ` [GIT PATCH] HID patches for 2.6.19 Linus Torvalds
2006-12-08 19:38 ` Marcel Holtmann
2006-12-08 21:34 ` Jiri Kosina
2006-12-08 21:12 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061208185419.GA6912@kroah.com \
--to=gregkh@suse.de \
--cc=akpm@osdl.org \
--cc=dmitry.torokhov@gmail.com \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=marcel@holtmann.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox