All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] usbhid: Driver for microsoft natural ergonomic keyboard 4000
@ 2006-07-26 10:43 liyu
  0 siblings, 0 replies; only message in thread
From: liyu @ 2006-07-26 10:43 UTC (permalink / raw)
  To: LKML, Greg KH, Peter, The Doctor

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

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

[-- Attachment #2: msnek4k-keyboard-driver-Kconfig.kernel-2.6.17.7.patch --]
[-- Type: text/x-patch, Size: 798 bytes --]


    This patch include change of Kconfig in this driver.

    Signed-off-by:  Yu Li <liyu@ccoss.com.cn>
diff -Naurp linux-2.6.17.6/drivers/usb/input.orig/Kconfig linux-2.6.17.6/drivers/usb/input/Kconfig
--- linux-2.6.17.6/drivers/usb/input.orig/Kconfig	2006-07-16 03:00:43.000000000 +0800
+++ linux-2.6.17.6/drivers/usb/input/Kconfig	2006-07-24 14:04:56.000000000 +0800
@@ -326,3 +326,11 @@ config USB_APPLETOUCH
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called appletouch.
+
+config HID_MSNEK4K
+	tristate "Microsoft Natural Ergonomic Keyboard 4000 Driver"
+	depends on USB && USB_HID
+	---help---
+	Microsoft Natural Ergonomic Keyboard 4000 driver. These extend keys
+	may not work without change user space configration, e.g, XKB conf-
+	iguration in X. 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-26 10:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-26 10:43 [PATCH 3/3] usbhid: Driver for microsoft natural ergonomic keyboard 4000 liyu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.