Skip to content

Commit

Permalink
added usbstoragequirks for "UGreen S-ATA to USB 3.0 adapters" not
Browse files Browse the repository at this point in the history
operating properly with the UAS driver. (cf.
home-assistant/operating-system#2310)
  • Loading branch information
jens-maus committed Jan 23, 2023
1 parent 7101b69 commit 304a92b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildroot-external/board/rpi0/boot.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ setenv userfs 3
setenv gpio_button "GPIO24"
setenv kernel_img "zImage"
setenv recoveryfs_initrd "recoveryfs-initrd"
setenv usbstoragequirks "2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u,174c:55aa:u"
setenv usbstoragequirks "174c:55aa:u,2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u,174c:225c:u"

# output where we are booting from
itest.b ${devnum} == 0 && echo "U-boot loaded from SD"
Expand Down
2 changes: 1 addition & 1 deletion buildroot-external/board/rpi2/boot.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ setenv userfs 3
setenv gpio_button "GPIO12"
setenv kernel_img "zImage"
setenv recoveryfs_initrd "recoveryfs-initrd"
setenv usbstoragequirks "2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u,174c:55aa:u"
setenv usbstoragequirks "174c:55aa:u,2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u,174c:225c:u"

# output where we are booting from
itest.b ${devnum} == 0 && echo "U-boot loaded from SD"
Expand Down
2 changes: 1 addition & 1 deletion buildroot-external/board/rpi3/boot.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ setenv userfs 3
setenv gpio_button "GPIO12"
setenv kernel_img "Image"
setenv recoveryfs_initrd "recoveryfs-initrd"
setenv usbstoragequirks "2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u,174c:55aa:u"
setenv usbstoragequirks "174c:55aa:u,2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u,174c:225c:u"

# output where we are booting from
itest.b ${devnum} == 0 && echo "U-boot loaded from SD"
Expand Down
2 changes: 1 addition & 1 deletion buildroot-external/board/rpi4/boot.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ setenv userfs 3
setenv gpio_button "GPIO12"
setenv kernel_img "Image"
setenv recoveryfs_initrd "recoveryfs-initrd"
setenv usbstoragequirks "2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u,174c:55aa:u"
setenv usbstoragequirks "174c:55aa:u,2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u,174c:225c:u"

# output where we are booting from
itest.b ${devnum} == 0 && echo "U-boot loaded from SD"
Expand Down

0 comments on commit 304a92b

Please sign in to comment.