mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Samsa SD driver : acknowledge USB events, now reboots on USB insertion
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21690 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c1780af9fc
commit
e3636a8f32
1 changed files with 2 additions and 2 deletions
|
|
@ -44,6 +44,7 @@
|
|||
#include "stdbool.h"
|
||||
#include "ata_idle_notify.h"
|
||||
#include "sd.h"
|
||||
#include "usb.h"
|
||||
|
||||
#ifdef HAVE_HOTSWAP
|
||||
#include "disk.h"
|
||||
|
|
@ -401,7 +402,7 @@ static void sd_thread(void)
|
|||
}
|
||||
}
|
||||
break;
|
||||
#if 0
|
||||
|
||||
case SYS_USB_CONNECTED:
|
||||
usb_acknowledge(SYS_USB_CONNECTED_ACK);
|
||||
/* Wait until the USB cable is extracted again */
|
||||
|
|
@ -411,7 +412,6 @@ static void sd_thread(void)
|
|||
case SYS_USB_DISCONNECTED:
|
||||
usb_acknowledge(SYS_USB_DISCONNECTED_ACK);
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue