File tree Expand file tree Collapse file tree 3 files changed +240
-176
lines changed
Expand file tree Collapse file tree 3 files changed +240
-176
lines changed Original file line number Diff line number Diff line change @@ -517,38 +517,39 @@ backports () {
517517
518518 ${git} " ${DIR} /patches/backports/stmpe/0002-stmpe-wire-up-adc-Kconfig-Makefile.patch"
519519
520- backport_tag=" v5.0 .21"
520+ backport_tag=" v5.1 .21"
521521
522- subsystem=" vl53l0x "
522+ subsystem=" typec "
523523 # regenerate="enable"
524524 if [ " x${regenerate} " = " xenable" ] ; then
525525 pre_backports
526526
527- cp -v ~ /linux-src/drivers/iio/proximity/vl53l0x-i2c.c ./drivers/iio/proximity/vl53l0x-i2c.c
527+ cp -rv ~ /linux-src/drivers/usb/typec/ ./drivers/usb/typec/
528528
529529 post_backports
530530 exit 2
531531 else
532532 patch_backports
533533 fi
534534
535- ${git} " ${DIR} /patches/backports/vl53l0x/0002-wire-up-VL53L0X_I2C.patch"
536535
537536 backport_tag=" v5.0.21"
538537
539- subsystem=" typec "
538+ subsystem=" vl53l0x "
540539 # regenerate="enable"
541540 if [ " x${regenerate} " = " xenable" ] ; then
542541 pre_backports
543542
544- cp -rv ~ /linux-src/drivers/usb/typec/ ./drivers/usb/typec/
543+ cp -v ~ /linux-src/drivers/iio/proximity/vl53l0x-i2c.c ./drivers/iio/proximity/vl53l0x-i2c.c
545544
546545 post_backports
547546 exit 2
548547 else
549548 patch_backports
550549 fi
551550
551+ ${git} " ${DIR} /patches/backports/vl53l0x/0002-wire-up-VL53L0X_I2C.patch"
552+
552553 backport_tag=" v4.14.77"
553554 subsystem=" brcm80211"
554555 # regenerate="enable"
You can’t perform that action at this time.
0 commit comments