public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] HID patches for 2.6.19
@ 2006-12-08 18:54 Greg KH
  2006-12-08 19:28 ` Linus Torvalds
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2006-12-08 18:54 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton
  Cc: Jiri Kosina, Marcel Holtmann, Dmitry Torokhov, linux-kernel,
	linux-usb-devel

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-12-08 21:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-08 18:54 [GIT PATCH] HID patches for 2.6.19 Greg KH
2006-12-08 19:28 ` Linus Torvalds
2006-12-08 19:38   ` Marcel Holtmann
2006-12-08 21:34     ` Jiri Kosina
2006-12-08 21:12   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox