lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID:
 <MA0PR01MB6553E7942A83E9976B91F96CB81B2@MA0PR01MB6553.INDPRD01.PROD.OUTLOOK.COM>
Date: Fri, 17 Jan 2025 17:55:08 +0000
From: Aditya Garg <gargaditya08@...e.com>
To: "jkosina@...e.cz" <jkosina@...e.cz>, Jiri Kosina <jikos@...nel.org>,
	Benjamin Tissoires <benjamin.tissoires@...hat.com>, "bentiss@...nel.org"
	<bentiss@...nel.org>
CC: Kerem Karabay <kekrby@...il.com>, Orlando Chamberlain
	<orlandoch.dev@...il.com>, "linux-input@...r.kernel.org"
	<linux-input@...r.kernel.org>, Linux Kernel Mailing List
	<linux-kernel@...r.kernel.org>, Thomas Weißschuh
	<thomas@...ch.de>, Thomas Weißschuh
	<linux@...ssschuh.net>
Subject: Re: [PATCH v2 0/4] Touch Bar driver for Apple Macs with T2 Security
 Chip

Hi maintainers

It's been around 18 days but no reply /review has been given yet. Should I resend?

> On 31 Dec 2024, at 11:03 PM, Aditya Garg <gargaditya08@...e.com> wrote:
> 
> From: Aditya Garg <gargaditya08@...e.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
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ