From: Aditya Garg <gargaditya08@live.com>
To: "Jiri Kosina" <jikos@kernel.org>,
"bentiss@kernel.org" <bentiss@kernel.org>,
"Benjamin Tissoires" <benjamin.tissoires@redhat.com>,
"Thomas Weißschuh" <linux@weissschuh.net>,
"Thomas Weißschuh" <thomas@t-8ch.de>,
"jkosina@suse.cz" <jkosina@suse.cz>
Cc: Kerem Karabay <kekrby@gmail.com>,
Orlando Chamberlain <orlandoch.dev@gmail.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
"linux-input@vger.kernel.org" <linux-input@vger.kernel.org>
Subject: [PATCH RESEND v2 0/4] Touch Bar driver for Apple Macs with T2 Security Chip
Date: Mon, 3 Feb 2025 16:58:24 +0000 [thread overview]
Message-ID: <5AEC08E1-0AEF-49BF-94F6-AA1AD71545D0@live.com> (raw)
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
next reply other threads:[~2025-02-03 16:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-03 16:58 Aditya Garg [this message]
2025-02-03 17:02 ` [PATCH RESEND v2 1/4] HID: hid-appletb-bl: add driver for the backlight of Apple Touch Bars Aditya Garg
2025-02-03 21:55 ` Jiri Kosina
2025-02-04 2:11 ` Aditya Garg
2025-02-04 2:17 ` Jiri Kosina
2025-02-04 2:54 ` Aditya Garg
2025-02-03 17:03 ` [PATCH RESEND v2 3/4] HID: hid-appletb-kbd: add support for fn toggle between media and function mode Aditya Garg
2025-02-03 17:03 ` [PATCH RESEND v2 4/4] HID: hid-appletb-kbd: add support for automatic brightness control while using the touchbar Aditya Garg
2025-02-03 17:03 ` [PATCH RESEND v2 1/4] HID: hid-appletb-bl: add driver for the backlight of Apple Touch Bars Aditya Garg
2025-02-03 17:03 ` [PATCH RESEND v2 2/4] HID: hid-appletb-kbd: add driver for the keyboard mode " Aditya Garg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5AEC08E1-0AEF-49BF-94F6-AA1AD71545D0@live.com \
--to=gargaditya08@live.com \
--cc=benjamin.tissoires@redhat.com \
--cc=bentiss@kernel.org \
--cc=jikos@kernel.org \
--cc=jkosina@suse.cz \
--cc=kekrby@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@weissschuh.net \
--cc=orlandoch.dev@gmail.com \
--cc=thomas@t-8ch.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox