mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 07:37:21 -08:00
Abandoned USB prompt feature
as it would prompt to connect after a fresh reboot even if no USB cable is plugged in. Mainly due to fsl-usb2-udc quirks.
This commit is contained in:
parent
ef34273f37
commit
d295a07eac
1 changed files with 5 additions and 1 deletions
|
@ -377,7 +377,11 @@ MainWindow::MainWindow(QWidget *parent)
|
|||
;
|
||||
}
|
||||
} );
|
||||
usbmsPrompt->start();
|
||||
// **** FEATURE WARNING ****
|
||||
// Due to the fsl-usb2-udc/gadget/suspended file which really only changes after a real unplugging of the USB port, further development on this feature is no longer possible and is abandoned unless a fix is found.
|
||||
// Problem encontered: it would prompt to connect after a fresh reboot even if no USB cable is plugged in.
|
||||
// usbmsPrompt->start();
|
||||
// **** FEATURE WARNING ****
|
||||
|
||||
// We set the brightness level saved in the config file
|
||||
int brightness_value = brightness_checkconfig(".config/03-brightness/config");
|
||||
|
|
Loading…
Reference in a new issue