fix: use two-stage Pandora mode switch

This commit is contained in:
Shen Mintao
2026-08-17 01:21:09 +08:00
parent 8378d2ce34
commit 0e56f1a1f8
+5 -3
View File
@@ -2,8 +2,8 @@
# Sends vendor-specific SCSI CDB to trigger mode switch from # Sends vendor-specific SCSI CDB to trigger mode switch from
# USB Mass Storage to WiFi+BT mode. # USB Mass Storage to WiFi+BT mode.
# #
# The 16-byte CDB is: FD 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F2 # The two 16-byte CDBs end in F3 and F2 respectively. Each is wrapped in a
# Wrapped in a standard 31-byte SCSI CBW (Command Block Wrapper). # standard 31-byte SCSI CBW (Command Block Wrapper), and must be sent in order.
# #
# Install as: /etc/usb_modeswitch.d/1111:1111 # Install as: /etc/usb_modeswitch.d/1111:1111
# (The filename must contain a colon on Linux; this file is named # (The filename must contain a colon on Linux; this file is named
@@ -13,4 +13,6 @@ DefaultVendor=0x1111
DefaultProduct=0x1111 DefaultProduct=0x1111
TargetVendor=0xa69c TargetVendor=0xa69c
TargetProduct=0x8d80 TargetProduct=0x8d80
MessageContent="555342438765432100000000000010fd0000000000000000000000000000f2" MessageContent="555342438765432100000000000010fd0000000000000000000000000000f3"
MessageContent2="555342438765432100000000000010fd0000000000000000000000000000f2"
NeedResponse=1