mbox series

[0/2] Add Apple Magic Trackpad 2021 support

Message ID 20211212182100.40968-1-jose.exposito89@gmail.com (mailing list archive)
Headers show
Series Add Apple Magic Trackpad 2021 support | expand

Message

José Expósito Dec. 12, 2021, 6:20 p.m. UTC
The Apple Magic Trackpad 2021 (3rd generation) is almost identical
to the 2nd generation devices.

The only meaningful change from the driver point of view is that
its name has changed.

This small series adds support for the device and solves a bug
caused when the default name of the device has been personalized.


José Expósito (2):
  HID: magicmouse: set device name when it has been personalized
  HID: magicmouse: set Magic Trackpad 2021 name

 drivers/hid/hid-magicmouse.c | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

Comments

Jiri Kosina Jan. 6, 2022, 12:58 p.m. UTC | #1
On Sun, 12 Dec 2021, José Expósito wrote:

> The Apple Magic Trackpad 2021 (3rd generation) is almost identical
> to the 2nd generation devices.
> 
> The only meaningful change from the driver point of view is that
> its name has changed.
> 
> This small series adds support for the device and solves a bug
> caused when the default name of the device has been personalized.

Applied, thanks José.