diff --git a/1001-Add-apple-bce-driver.patch b/1001-Add-apple-bce-driver.patch index b61a437..2a34247 100644 --- a/1001-Add-apple-bce-driver.patch +++ b/1001-Add-apple-bce-driver.patch @@ -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 --- diff --git a/1002-Put-apple-bce-in-drivers-staging.patch b/1002-Put-apple-bce-in-drivers-staging.patch index a9f30bc..e551c9d 100644 --- a/1002-Put-apple-bce-in-drivers-staging.patch +++ b/1002-Put-apple-bce-in-drivers-staging.patch @@ -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