forked from len0rd/rockbox
prepared Ondio USB passthrough (but doesn't work yet)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5066 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
57ea92cae1
commit
00be7469d6
4 changed files with 21 additions and 7 deletions
|
@ -84,9 +84,9 @@ static void usb_enable(bool on)
|
|||
}
|
||||
else
|
||||
{
|
||||
and_b(~0x20, &PADRL);
|
||||
and_b(~0x20, &PADRL); /* disable USB */
|
||||
}
|
||||
or_b(0x20, &PAIORL);
|
||||
or_b(0x20, &PAIORL); /* output for USB enable */
|
||||
#else /* standard HD Jukebox */
|
||||
if(on)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue