*** firmware/target/arm/as3525/usb-as3525.c-orig 2010-01-27 14:30:18.763804192 -0500 --- firmware/target/arm/as3525/usb-as3525.c 2010-01-29 21:19:06.702554296 -0500 *************** *** 29,34 **** --- 29,35 ---- #include "power.h" #include "as3525.h" + /* Removed to allow RB to run with USB connected #if defined(SANSA_CLIP) #define USB_DETECT_PIN 6 *************** *** 38,43 **** --- 39,45 ---- #elif defined(SANSA_C200V2) #define USB_DETECT_PIN 1 #endif + */ void usb_enable(bool on) {