diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-21 23:29:39 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-24 21:10:47 +0200 |
commit | e25890ce45c3bf94d7cd77630771decf54211352 (patch) | |
tree | 9f421a00321c96eb34ca7b2bde7c3648d67ef3a4 /target | |
parent | a1522ec156ff5b5aabe79c53450ff5d02598dd20 (diff) | |
download | upstream-e25890ce45c3bf94d7cd77630771decf54211352.tar.gz upstream-e25890ce45c3bf94d7cd77630771decf54211352.tar.bz2 upstream-e25890ce45c3bf94d7cd77630771decf54211352.zip |
generic: 5.15: move bluetooth mt79 usb id patch from pending to backport
Move bluetooth mt79 usb id patch from pending to backport as it got
merged upstream.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/backport-5.15/825-v6.1-Bluetooth-btusb-Add-a-new-VID-PID-0e8d-0608-for-MT79.patch (renamed from target/linux/generic/pending-5.15/825-Bluetooth-btusb-Add-a-new-VID-PID-0e8d-0608-for-MT79.patch) | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/target/linux/generic/pending-5.15/825-Bluetooth-btusb-Add-a-new-VID-PID-0e8d-0608-for-MT79.patch b/target/linux/generic/backport-5.15/825-v6.1-Bluetooth-btusb-Add-a-new-VID-PID-0e8d-0608-for-MT79.patch index 4f9dfc2755..8957ff8e22 100644 --- a/target/linux/generic/pending-5.15/825-Bluetooth-btusb-Add-a-new-VID-PID-0e8d-0608-for-MT79.patch +++ b/target/linux/generic/backport-5.15/825-v6.1-Bluetooth-btusb-Add-a-new-VID-PID-0e8d-0608-for-MT79.patch @@ -1,13 +1,7 @@ -From ced9d535126a81a85b022cff1e2fd8e0da46c7ae Mon Sep 17 00:00:00 2001 +From be55622ce673f9692cc15d26d77a050cda42a3d3 Mon Sep 17 00:00:00 2001 From: Daniel Golle <daniel@makrotopia.org> -Date: Fri, 9 Sep 2022 18:25:21 +0100 -Subject: [PATCH] Bluetooth: btusb: Add a new VID/PID 0e8d/0608 for MT7921 -To: linux-mediatek@lists.infradead.org, - linux-bluetooth@vger.kernel.org -Cc: Matthias Brugger <matthias.bgg@gmail.com>, - Luiz Augusto von Dentz <luiz.dentz@gmail.com>, - Johan Hedberg <johan.hedberg@gmail.com>, - Marcel Holtmann <marcel@holtmann.org> +Date: Fri, 9 Sep 2022 21:00:30 +0100 +Subject: [PATCH 1/1] Bluetooth: btusb: Add a new VID/PID 0e8d/0608 for MT7921 Add a new PID/VID 0e8d/0608 for MT7921K chip found on AMD RZ608 module. @@ -53,6 +47,7 @@ E: Ad=8a(I) Atr=03(Int.) MxPS= 64 Ivl=125us E: Ad=0a(O) Atr=03(Int.) MxPS= 64 Ivl=125us Signed-off-by: Daniel Golle <daniel@makrotopia.org> +Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> --- drivers/bluetooth/btusb.c | 3 +++ 1 file changed, 3 insertions(+) |