mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 10:11:51 +01:00
#2488 add UASP support for new UGREEN model
This commit is contained in:
parent
fb6f1a243c
commit
8af06d8c8e
@ -467,6 +467,10 @@ if [ "$1" = "status" ]; then
|
||||
# UGREEN 2.5" External USB 3.0 Hard Disk Case with UASP support
|
||||
hddAdapterUSAP=1
|
||||
fi
|
||||
if [ "${hddAdapter}" == "174c:1153" ]; then
|
||||
# UGREEN 2.5" External USB 3.0 Hard Disk Case with UASP support, 2021+ version
|
||||
hddAdapterUSAP=1
|
||||
fi
|
||||
if [ "${hddAdapter}" == "0825:0001" ] || [ "${hddAdapter}" == "174c:0825" ]; then
|
||||
# SupTronics 2.5" SATA HDD Shield X825 v1.5
|
||||
hddAdapterUSAP=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user