mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
ibasso: Hopefully hack usb into building again.
Change-Id: I6f369d60319704ab4d2c18b80ba6e78902630790
This commit is contained in:
parent
43f90746d5
commit
03cd773051
5 changed files with 14 additions and 11 deletions
|
|
@ -21,7 +21,6 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "config.h"
|
||||
|
|
@ -31,7 +30,6 @@
|
|||
#include "debug-ibasso.h"
|
||||
#include "usb-ibasso.h"
|
||||
|
||||
|
||||
static void usb_enable_adb(void)
|
||||
{
|
||||
TRACE;
|
||||
|
|
@ -46,7 +44,6 @@ static void usb_enable_adb(void)
|
|||
DEBUGF("ERROR %s: No command processor available.", __func__);
|
||||
}
|
||||
|
||||
|
||||
static void usb_enable_mass_storage(void)
|
||||
{
|
||||
TRACE;
|
||||
|
|
@ -89,3 +86,8 @@ void ibasso_set_usb_mode(int mode)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
bool usb_powered_only(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue