mbox series

[v4,0/6] HID: pidff: Compatibility update and new devices

Message ID 20250211143512.720818-1-tomasz.pakula.oficjalny@gmail.com (mailing list archive)
Headers show
Series HID: pidff: Compatibility update and new devices | expand

Message

Tomasz Pakuła Feb. 11, 2025, 2:35 p.m. UTC
This is a small series based on top of hid.git#for-6.15/pidff.
Add Oleg Makarenko as hid-universal-pidff co-maintainer as he fixed
his email server and will be able to respond to LKML inquiries.

Small compatibility patch for situations, where POOL report haven't
been properly initiated and adding Asetek vendor and 4 of their
wheelbases.

Signed-off-by: Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com>

---
Changes in v4:
- Fix Oleg's email address

Changes in v3:
- Change Oleg's name order on request

Changes in v2:
- Updated comments and code to conform with Linux style guide
- Define 0 duration as FF_INFINITE (PID_INFINITE analog)
- Support device error response from PID_BLOCK_LOAD
- Remove redundant call to pidff_find_special_keys

---
Tomasz Pakuła (6):
  MAINTAINERS: Update hid-universal-pidff entry
  HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAX
  HID: hid-universal-pidff: Add Asetek wheelbases support
  HID: pidff: Comment and code style update
  HID: pidff: Support device error response from PID_BLOCK_LOAD
  HID: pidff: Remove redundant call to pidff_find_special_keys

 MAINTAINERS                       |  3 +-
 drivers/hid/hid-ids.h             |  6 ++
 drivers/hid/hid-universal-pidff.c | 10 +++-
 drivers/hid/usbhid/hid-pidff.c    | 98 ++++++++++++++-----------------
 4 files changed, 60 insertions(+), 57 deletions(-)


base-commit: 5d98079b2d0186e1f586301a9c00144a669416a8

Comments

Jiri Kosina Feb. 11, 2025, 10:16 p.m. UTC | #1
On Tue, 11 Feb 2025, Tomasz Pakuła wrote:

> This is a small series based on top of hid.git#for-6.15/pidff.
> Add Oleg Makarenko as hid-universal-pidff co-maintainer as he fixed
> his email server and will be able to respond to LKML inquiries.
> 
> Small compatibility patch for situations, where POOL report haven't
> been properly initiated and adding Asetek vendor and 4 of their
> wheelbases.
> 
> Signed-off-by: Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com>
> 
> ---
> Changes in v4:
> - Fix Oleg's email address
> 
> Changes in v3:
> - Change Oleg's name order on request
> 
> Changes in v2:
> - Updated comments and code to conform with Linux style guide
> - Define 0 duration as FF_INFINITE (PID_INFINITE analog)
> - Support device error response from PID_BLOCK_LOAD
> - Remove redundant call to pidff_find_special_keys

Now applied on top of hid.git#for-6.15/pidff.