All of lore.kernel.org
 help / color / mirror / Atom feed
From: liyu <liyu@ccoss.com.cn>
To: LKML <linux-kernel@vger.kernel.org>, Greg KH <greg@kroah.com>,
	Peter <peter@maubp.freeserve.co.uk>,
	The Doctor <thedoctor@tardis.homelinux.org>
Subject: [PATCH 3/3] usbhid: Driver for microsoft natural ergonomic keyboard 4000
Date: Wed, 26 Jul 2006 18:43:14 +0800	[thread overview]
Message-ID: <44C74742.6020701@ccoss.com.cn> (raw)

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


                 reply	other threads:[~2006-07-26 10:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=44C74742.6020701@ccoss.com.cn \
    --to=liyu@ccoss.com.cn \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peter@maubp.freeserve.co.uk \
    --cc=thedoctor@tardis.homelinux.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 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.