From 5d9244b92a3e96c1d02da719ce154a6c0a7569d3 Mon Sep 17 00:00:00 2001 From: Bertrand GRESSIER Date: Tue, 14 Nov 2023 10:21:57 +0100 Subject: [PATCH] fix: disable uas for wavlink adaptor (#2924) this adaptor doesn't work and the hard disk is not able to work correctly. Need to disable UAS to fallback to the usb-storage module --- buildroot-external/board/raspberrypi/cmdline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/board/raspberrypi/cmdline.txt b/buildroot-external/board/raspberrypi/cmdline.txt index d03a3d57ffb..5c4083841be 100644 --- a/buildroot-external/board/raspberrypi/cmdline.txt +++ b/buildroot-external/board/raspberrypi/cmdline.txt @@ -1 +1 @@ -dwc_otg.lpm_enable=0 console=tty1 usb-storage.quirks=174c:55aa:u,2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u,174c:225c:u +dwc_otg.lpm_enable=0 console=tty1 usb-storage.quirks=174c:55aa:u,2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u,174c:225c:u,7825:a2a4:u