1
0
Fork 0
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:
Jörg Hohensohn 2004-09-11 09:06:58 +00:00
parent 57ea92cae1
commit 00be7469d6
4 changed files with 21 additions and 7 deletions

View file

@ -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)
{