[PATCH v2 0/4] Touch Bar driver for Apple Macs with T2 Security Chip

Aditya Garg posted 4 patches 1 year, 4 months ago
There is a newer version of this series
.../ABI/testing/sysfs-driver-hid-appletb-kbd  |  13 +
drivers/hid/Kconfig                           |  25 +
drivers/hid/Makefile                          |   2 +
drivers/hid/hid-appletb-bl.c                  | 207 +++++++
drivers/hid/hid-appletb-kbd.c                 | 506 ++++++++++++++++++
drivers/hid/hid-quirks.c                      |   8 +-
6 files changed, 759 insertions(+), 2 deletions(-)
create mode 100644 Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd
create mode 100644 drivers/hid/hid-appletb-bl.c
create mode 100644 drivers/hid/hid-appletb-kbd.c
[PATCH v2 0/4] Touch Bar driver for Apple Macs with T2 Security Chip
Posted by Aditya Garg 1 year, 4 months ago
From: Aditya Garg <gargaditya08@live.com>

This patch series adds support for Touch Bar on found on MacBook Pro
models with T2 Security Chip. These drivers support the mode found on
Windows Bootcamp drivers.

V2: Added checks to the keyboard driver to ensure backlight driver is
initialised first.

Aditya Garg (2):
  HID: hid-appletb-kbd: add support for fn toggle between media and
    function mode
  HID: hid-appletb-kbd: add support for automatic brightness control
    while using the touchbar

Kerem Karabay (2):
  HID: hid-appletb-bl: add driver for the backlight of Apple Touch Bars
  HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch
    Bars

 .../ABI/testing/sysfs-driver-hid-appletb-kbd  |  13 +
 drivers/hid/Kconfig                           |  25 +
 drivers/hid/Makefile                          |   2 +
 drivers/hid/hid-appletb-bl.c                  | 207 +++++++
 drivers/hid/hid-appletb-kbd.c                 | 506 ++++++++++++++++++
 drivers/hid/hid-quirks.c                      |   8 +-
 6 files changed, 759 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd
 create mode 100644 drivers/hid/hid-appletb-bl.c
 create mode 100644 drivers/hid/hid-appletb-kbd.c

-- 
2.43.0
Re: [PATCH v2 0/4] Touch Bar driver for Apple Macs with T2 Security Chip
Posted by Jiri Kosina 1 year, 3 months ago
On Tue, 31 Dec 2024, Aditya Garg wrote:

> From: Aditya Garg <gargaditya08@live.com>
> 
> This patch series adds support for Touch Bar on found on MacBook Pro
> models with T2 Security Chip. These drivers support the mode found on
> Windows Bootcamp drivers.
> 
> V2: Added checks to the keyboard driver to ensure backlight driver is
> initialised first.
> 
> Aditya Garg (2):
>   HID: hid-appletb-kbd: add support for fn toggle between media and
>     function mode
>   HID: hid-appletb-kbd: add support for automatic brightness control
>     while using the touchbar
> 
> Kerem Karabay (2):
>   HID: hid-appletb-bl: add driver for the backlight of Apple Touch Bars
>   HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch
>     Bars

Applied now to hid.git#for-6.15/apple. Thanks,

-- 
Jiri Kosina
SUSE Labs