Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Sansa AMSv2: don't prevent USB detection to work when rockbox USB stack is used

(USB stack is not used by default)
This makes debugging the USB driver easier

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27847 a1c6a512-1295-4272-9138-f99709370657

+1 -1
+1 -1
firmware/target/arm/as3525/usb-as3525.c
··· 55 55 56 56 int usb_detect(void) 57 57 { 58 - #if CONFIG_CPU == AS3525v2 58 + #if CONFIG_CPU == AS3525v2 && !defined(USE_ROCKBOX_USB) 59 59 /* Rebooting on USB plug can crash these players in a state where 60 60 * hardware power off (pressing the power button) doesn't work anymore 61 61 * TODO: Implement USB in rockbox for these players */