linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Add support for Lenovo Compact Keyboard
@ 2014-07-13  7:24 Jamie Lentin
  2014-07-13  7:24 ` [PATCH v4 1/4] Rename hid-lenovo-tpkbd to hid-lenovo Jamie Lentin
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Jamie Lentin @ 2014-07-13  7:24 UTC (permalink / raw)
  To: Jiri Kosina, Antonio Ospite, Hans de Goede
  Cc: linux-input, linux-kernel, Jamie Lentin

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

Changes since v3: https://lkml.org/lkml/2014/6/15/159
* Break up first patch [Antonio Ospite]
* Rename ABI docs too [Jiri Kosina]
* Spelling and Grammar, style fixes [Antonio Ospite]
* Driver should just be called 'lenovo' [Antonio Ospite]
* Remove useless id from probe functions [Antonio Ospite]
* Use KEY_SCALE to match Thinkpad ??40 models [Hans de Goede]
* Add ABI documentation for fn_lock setting [Jiri Kosina]
* Use a bool for fn_lock instead of uint [Antonio Ospite]
* hid_output_raw_report has been replaced with hid_hw_raw_request [Antonio Ospite]

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 v3.16-rc4, tested with Bluetooth and USB variants of the
Compact Keyboard with Trackpoint.

Cheers,

Jamie Lentin (4):
  Rename hid-lenovo-tpkbd to hid-lenovo
  Make all base functions switch depending on product ID
  Style fixes
  Add support for Compact (Bluetooth|USB) keyboard with Trackpoint

 ...er-hid-lenovo-tpkbd => sysfs-driver-hid-lenovo} |  12 +
 drivers/hid/Kconfig                                |  16 +-
 drivers/hid/Makefile                               |   2 +-
 drivers/hid/hid-core.c                             |   4 +-
 drivers/hid/hid-ids.h                              |   2 +
 drivers/hid/hid-lenovo-tpkbd.c                     | 462 --------------
 drivers/hid/hid-lenovo.c                           | 696 +++++++++++++++++++++
 include/linux/hid.h                                |   1 +
 8 files changed, 724 insertions(+), 471 deletions(-)
 rename Documentation/ABI/testing/{sysfs-driver-hid-lenovo-tpkbd => sysfs-driver-hid-lenovo} (75%)
 delete mode 100644 drivers/hid/hid-lenovo-tpkbd.c
 create mode 100644 drivers/hid/hid-lenovo.c

-- 
2.0.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-07-21 13:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-13  7:24 [PATCH v4 0/4] Add support for Lenovo Compact Keyboard Jamie Lentin
2014-07-13  7:24 ` [PATCH v4 1/4] Rename hid-lenovo-tpkbd to hid-lenovo Jamie Lentin
2014-07-14  9:42   ` Antonio Ospite
2014-07-18  9:35     ` Jamie Lentin
2014-07-21 13:55       ` Antonio Ospite
2014-07-13  7:24 ` [PATCH v4 2/4] Make all base functions switch depending on product ID Jamie Lentin
2014-07-14 10:19   ` Antonio Ospite
2014-07-13  7:24 ` [PATCH v4 3/4] Style fixes Jamie Lentin
2014-07-14 10:19   ` Antonio Ospite
2014-07-13  7:24 ` [PATCH v4 4/4] Add support for Compact (Bluetooth|USB) keyboard with Trackpoint Jamie Lentin
2014-07-14 10:21   ` Antonio Ospite
2014-07-14 21:02 ` [PATCH v4 0/4] Add support for Lenovo Compact Keyboard Antonio Ospite

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