[PATCH 2/3] usbhid: Driver for microsoft natural ergonomic keyboard4000

From: liyu
Date: Wed Jul 26 2006 - 07:21:04 EST


This driver use "HID device simple driver interface", you must install that
patch first. This new version get some improvements.

The patch include change in Makefile of driver.

I am sorry for sendding patches in the attachment, beacause of my mail client always break TAB into some spaces.

Good luck

-Liyu

This patch include change of Makefile in this driver.

First, this driver use "HID device simple driver interface", you must apply that patch before use me.

Signed-off-by: Yu Li <liyu@xxxxxxxxxxxx>

diff -Naurp linux-2.6.17.6/drivers/usb/input.orig/Makefile linux-2.6.17.6/drivers/usb/input/Makefile
--- linux-2.6.17.6/drivers/usb/input.orig/Makefile 2006-07-16 03:00:43.000000000 +0800
+++ linux-2.6.17.6/drivers/usb/input/Makefile 2006-07-24 14:46:39.000000000 +0800
@@ -44,6 +44,7 @@ obj-$(CONFIG_USB_ACECAD) += acecad.o
obj-$(CONFIG_USB_YEALINK) += yealink.o
obj-$(CONFIG_USB_XPAD) += xpad.o
obj-$(CONFIG_USB_APPLETOUCH) += appletouch.o
+obj-$(CONFIG_HID_MSNEK4K) += usbnek4k.o

ifeq ($(CONFIG_USB_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG