diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2012-01-04 21:55:09 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2012-01-04 21:55:09 +0000 |
| commit | 4fcffcbdf34fc7a619c0626f8478cf06cdf1a043 (patch) | |
| tree | ad3a951e3ec9566b315807af8ab4045529c8878c /firmware/export/usb.h | |
| parent | fd5524ff92b49d9fb14d3feaca4d26d86a05b2b2 (diff) | |
| download | rockbox-4fcffcbdf34fc7a619c0626f8478cf06cdf1a043.zip rockbox-4fcffcbdf34fc7a619c0626f8478cf06cdf1a043.tar.gz rockbox-4fcffcbdf34fc7a619c0626f8478cf06cdf1a043.tar.bz2 rockbox-4fcffcbdf34fc7a619c0626f8478cf06cdf1a043.tar.xz | |
Reorganise USB initialisation to not depend on a specific enumeration sequence, by Bartosz Fabianowski, with minor tweaks by Michael Sevakis (FS#12497)
FreeBSD apparently sends a SET_ADDRESS first, which confused our code.
This patch fixes that, and also simplifies the connection handling a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31582 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/usb.h')
| -rw-r--r-- | firmware/export/usb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h index 4af5617..8954e9c 100644 --- a/firmware/export/usb.h +++ b/firmware/export/usb.h @@ -39,9 +39,6 @@ enum USB_EXTRACTED = 0, /* Event+State */ USB_INSERTED, /* Event+State */ USB_POWERED, /* State - transitional indicator if no power */ -#ifdef USB_DETECT_BY_CORE - USB_HOSTED, /* Event - host presence was detected */ -#endif #if (CONFIG_STORAGE & STORAGE_MMC) USB_REENABLE, /* Event */ #endif |