mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Remove obsolete USB_DETECT_BY_DRV define throughout.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30549 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0576e71725
commit
c222f38c03
3 changed files with 13 additions and 20 deletions
|
|
@ -226,9 +226,7 @@ void usb_insert_int(void)
|
|||
timeout_register(&usb_oneshot, usb_timeout_event, HZ/5, val);
|
||||
}
|
||||
|
||||
/* USB_DETECT_BY_DRV: Called during the bus reset interrupt when in detect mode
|
||||
* USB_DETECT_BY_CORE: Called when device descriptor is requested
|
||||
*/
|
||||
/* USB_DETECT_BY_CORE: Called when device descriptor is requested */
|
||||
void usb_drv_usb_detect_event(void)
|
||||
{
|
||||
/* Filter for invalid bus reset when unplugging by checking the pin state. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue