You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
Update apple-bce for kernel v6.12.74
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
From 082bdf82a91cfa1ae875b55e6991eb5d26c5f580 Mon Sep 17 00:00:00 2001
|
||||
From 20e32bfd3b36778466e5ba51a799b2a19e966430 Mon Sep 17 00:00:00 2001
|
||||
From: "github-actions[bot]"
|
||||
<41898282+github-actions[bot]@users.noreply.github.com>
|
||||
Date: Thu, 26 Feb 2026 09:34:38 +0000
|
||||
Date: Thu, 26 Feb 2026 09:41:04 +0000
|
||||
Subject: [PATCH] Add apple-bce driver
|
||||
|
||||
---
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 564d7c0b055a97ac68bbc933f48067fe5e372626 Mon Sep 17 00:00:00 2001
|
||||
From 5735042bce4700ca851c3258a8c1e17f4b1a91a2 Mon Sep 17 00:00:00 2001
|
||||
From: "github-actions[bot]"
|
||||
<41898282+github-actions[bot]@users.noreply.github.com>
|
||||
Date: Thu, 26 Feb 2026 09:34:39 +0000
|
||||
Date: Thu, 26 Feb 2026 09:41:04 +0000
|
||||
Subject: [PATCH] Put apple-bce in drivers/staging
|
||||
|
||||
---
|
||||
@@ -34,7 +34,7 @@ index 2e18fe5b7..8cf5c43e0 100644
|
||||
+obj-$(CONFIG_APPLE_BCE) += apple-bce/
|
||||
diff --git a/drivers/staging/apple-bce/Kconfig b/drivers/staging/apple-bce/Kconfig
|
||||
new file mode 100644
|
||||
index 000000000..3b13bbc63
|
||||
index 000000000..939f7b877
|
||||
--- /dev/null
|
||||
+++ b/drivers/staging/apple-bce/Kconfig
|
||||
@@ -0,0 +1,18 @@
|
||||
@@ -47,15 +47,15 @@ index 000000000..3b13bbc63
|
||||
+ select SND_PCM
|
||||
+ select SND_JACK
|
||||
+ help
|
||||
+ VHCI and audio support on Apple MacBooks with the T2 Chip.
|
||||
+ This driver is divided in three components:
|
||||
+ - BCE (Buffer Copy Engine): which establishes a basic communication
|
||||
+ channel with the T2 chip. This component is required by the other two:
|
||||
+ - VHCI (Virtual Host Controller Interface): Access to keyboard, mouse
|
||||
+ and other system devices depend on this virtual USB host controller
|
||||
+ - Audio: a driver for the T2 audio interface.
|
||||
+ VHCI and audio support on Apple MacBooks with the T2 Chip.
|
||||
+ This driver is divided in three components:
|
||||
+ - BCE (Buffer Copy Engine): which establishes a basic communication
|
||||
+ channel with the T2 chip. This component is required by the other two:
|
||||
+ - VHCI (Virtual Host Controller Interface): Access to keyboard, mouse
|
||||
+ and other system devices depend on this virtual USB host controller
|
||||
+ - Audio: a driver for the T2 audio interface.
|
||||
+
|
||||
+ If "M" is selected, the module will be called apple-bce.
|
||||
+ If "M" is selected, the module will be called apple-bce.
|
||||
diff --git a/drivers/staging/apple-bce/Makefile b/drivers/staging/apple-bce/Makefile
|
||||
index a6a656f06..8cfbd3f64 100644
|
||||
--- a/drivers/staging/apple-bce/Makefile
|
||||
|
||||
Reference in New Issue
Block a user