linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jamie Lentin <jm@lentin.co.uk>
To: Jiri Kosina <jkosina@suse.cz>, Antonio Ospite <ao2@ao2.it>
Cc: Alexander Clouter <alex@digriz.org.uk>,
	linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
	Jamie Lentin <jm@lentin.co.uk>
Subject: [PATCH v3 0/2] Add support for Lenovo Compact Keyboard
Date: Sun, 15 Jun 2014 21:39:48 +0100	[thread overview]
Message-ID: <1402864790-7478-1-git-send-email-jm@lentin.co.uk> (raw)

This patchset follows on from my previous attempts to add support for
these keyboards from Lenovo.

Changes since v2: https://lkml.org/lkml/2014/6/10/730
* Rename hid-lenovo-tpkbd to hid-lenovo, to make it obvious this is
  for any Lenovo-manufactured device [Antonio Ospite, Jiri Kosina]
* Style fixes: function calls in conditions, combine checks for 
  both USB & BT keyboards [Antonio Ospite]

Changes since v1: https://lkml.org/lkml/2014/3/25/535
* Merge driver into hid-lenovo-tpkbd.c instead of creating our own
  driver for the hardware [Jiri Kosina]
* Remove key mappings which are now supported by standard
* Use KEY_FILE for Fn-F12 (opens My Computer on Windows)
* Support the USB variant as well as Bluetooth
* Expose the Fn Lock setting as a sysfs attribute instead of trying to
  build a mechanism to toggle into the kernel

Applies against 3.14.5, tested with Bluetooth and USB variants of the
Compact Keyboard with Trackpoint, as well as the original Thinkpad USB
keyboard (thanks to Alexander Clouter).

Cheers,

Jamie Lentin (2):
  Rename hid-lenovo-tpkbd to hid-lenovo, so we can add other keyboards
  Add support for Compact (Bluetooth|USB) keyboard with Trackpoint

 drivers/hid/Kconfig            |  16 +-
 drivers/hid/Makefile           |   2 +-
 drivers/hid/hid-core.c         |   2 +
 drivers/hid/hid-ids.h          |   2 +
 drivers/hid/hid-lenovo-tpkbd.c | 462 ---------------------------
 drivers/hid/hid-lenovo.c       | 697 +++++++++++++++++++++++++++++++++++++++++
 include/linux/hid.h            |   1 +
 7 files changed, 712 insertions(+), 470 deletions(-)
 delete mode 100644 drivers/hid/hid-lenovo-tpkbd.c
 create mode 100644 drivers/hid/hid-lenovo.c

-- 
2.0.0.rc2

             reply	other threads:[~2014-06-15 20:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-15 20:39 Jamie Lentin [this message]
2014-06-15 20:39 ` [PATCH v3 1/2] Rename hid-lenovo-tpkbd to hid-lenovo, so we can add other keyboards Jamie Lentin
2014-06-16 11:39   ` Jiri Kosina
2014-06-16 20:40   ` Antonio Ospite
2014-06-15 20:39 ` [PATCH v3 2/2] Add support for Compact (Bluetooth|USB) keyboard with Trackpoint Jamie Lentin
2014-06-16 21:03   ` Antonio Ospite
2014-06-15 21:32 ` [PATCH v3 0/2] Add support for Lenovo Compact Keyboard Alexander Clouter

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=1402864790-7478-1-git-send-email-jm@lentin.co.uk \
    --to=jm@lentin.co.uk \
    --cc=alex@digriz.org.uk \
    --cc=ao2@ao2.it \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).