mbox series

[v2,0/3] HID: lenovo: ThinkPad TrackPoint Keyboard II support

Message ID 20211101221132.1564649-1-iam@valdikss.org.ru (mailing list archive)
Headers show
Series HID: lenovo: ThinkPad TrackPoint Keyboard II support | expand

Message

ValdikSS Nov. 1, 2021, 10:11 p.m. UTC
This patchset adds support for Lenovo ThinkPad TrackPoint Keyboard II,
in both USB and Bluetooth modes.

It brings additional functional keys mapping, native vertical and horizontal
scrolling, trackpoint sensitivity configuration and Fn-Lock sync.

There is no code difference between the previous patchset, only minor
patch subject changes and code/comments split.

ValdikSS (3):
  HID: lenovo: Add support for ThinkPad TrackPoint Keyboard II
  HID: lenovo: Sync Fn-lock state on button press for Compact and
    TrackPoint II keyboards
  HID: lenovo: Add note about different report numbers

 drivers/hid/hid-ids.h    |   2 +
 drivers/hid/hid-lenovo.c | 174 +++++++++++++++++++++++++++++++++++++--
 2 files changed, 170 insertions(+), 6 deletions(-)

Comments

ValdikSS Dec. 12, 2021, 10:06 p.m. UTC | #1
Kindly askingĀ  to review the patch and give the feedback. I've been 
using keyboard with this driver for a while now, without any issues. If 
the patch needs rework, please tell so.
Maximilian Schmidt Dec. 17, 2021, 12:49 a.m. UTC | #2
I quickly tested the patchset on archlinux using a custom kernel.
Based on 5.15.8, I can confirm these changes work like a charm.
I tested with an "Lenovo TrackPoint Keyboard II"

On Tue, Nov 02, 2021 at 01:11:29AM +0300, ValdikSS wrote:
> This patchset adds support for Lenovo ThinkPad TrackPoint Keyboard II,
> in both USB and Bluetooth modes.
> 
> It brings additional functional keys mapping, native vertical and horizontal
> scrolling, trackpoint sensitivity configuration and Fn-Lock sync.
> 
> There is no code difference between the previous patchset, only minor
> patch subject changes and code/comments split.
> 
> ValdikSS (3):
>   HID: lenovo: Add support for ThinkPad TrackPoint Keyboard II
>   HID: lenovo: Sync Fn-lock state on button press for Compact and
>     TrackPoint II keyboards
>   HID: lenovo: Add note about different report numbers
> 
>  drivers/hid/hid-ids.h    |   2 +
>  drivers/hid/hid-lenovo.c | 174 +++++++++++++++++++++++++++++++++++++--
>  2 files changed, 170 insertions(+), 6 deletions(-)
> 
> -- 
> 2.31.1
> 

--