mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
#2952 add new UASP vendors
This commit is contained in:
parent
7f1c545d6b
commit
cd969ada4a
@ -475,6 +475,14 @@ if [ "$1" = "status" ]; then
|
||||
# SupTronics 2.5" SATA HDD Shield X825 v1.5
|
||||
hddAdapterUSAP=1
|
||||
fi
|
||||
if [ "${hddAdapter}" == "2109:0715" ]; then
|
||||
# ICY BOX IB-247-C31 Type-C Enclosure for 2.5inch SATA Drives
|
||||
hddAdapterUSAP=1
|
||||
fi
|
||||
if [ "${hddAdapter}" == "174c:235c" ]; then
|
||||
# Cable Matters USB 3.1 Type-C Gen2 External SATA SSD Enclosure
|
||||
hddAdapterUSAP=1
|
||||
fi
|
||||
|
||||
echo "hddAdapterUSAP=${hddAdapterUSAP}"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user