mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
This kernel package add support for Amlogic S9xxx device. Supported devices include many android box and some SBC like Odroid C2, Khadas Vim, Nanopi K2. This package based on mainline kernel, and apply some patches from mainline amlogic developer.
11 lines
520 B
Diff
11 lines
520 B
Diff
--- a/drivers/bluetooth/btbcm.c 2018-07-09 00:34:02.000000000 +0100
|
|
+++ b/drivers/bluetooth/btbcm.c 2018-07-12 11:38:12.323462430 +0100
|
|
@@ -326,7 +326,7 @@ static const struct bcm_subver_table bcm
|
|
{ 0x4406, "BCM4324B3" }, /* 002.004.006 */
|
|
{ 0x610c, "BCM4354" }, /* 003.001.012 */
|
|
{ 0x2122, "BCM4343A0" }, /* 001.001.034 */
|
|
- { 0x2209, "BCM43430A1" }, /* 001.002.009 */
|
|
+ { 0x2209, "BCM43438A1" }, /* 001.002.009 */
|
|
{ 0x6119, "BCM4345C0" }, /* 003.001.025 */
|
|
{ 0x230f, "BCM4356A2" }, /* 001.003.015 */
|
|
{ }
|