Skip to content

Commit cb82443

Browse files
committed
backport: typec: v4.20.17
Signed-off-by: Robert Nelson <[email protected]>
1 parent 2e78276 commit cb82443

File tree

4 files changed

+977
-16520
lines changed

4 files changed

+977
-16520
lines changed

patch.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,14 +498,17 @@ patch_backports (){
498498
}
499499

500500
backports () {
501-
backport_tag="v5.5.19"
501+
backport_tag="v4.20.17"
502502

503503
subsystem="typec"
504504
#regenerate="enable"
505505
if [ "x${regenerate}" = "xenable" ] ; then
506506
pre_backports
507507

508-
cp -rv ~/linux-src/drivers/usb/typec/ ./drivers/usb/typec/
508+
rm -rf ./drivers/usb/typec/
509+
mkdir -p ./drivers/usb/typec/
510+
cp -rv ~/linux-src/drivers/usb/typec/* ./drivers/usb/typec/
511+
cp -v ~/linux-src/include/linux/usb/typec*.h ./include/linux/usb/
509512

510513
post_backports
511514
exit 2

0 commit comments

Comments
 (0)