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