diff options
Diffstat (limited to 'src/host/hcd.h')
| -rw-r--r-- | src/host/hcd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h index 94ee8d0fa..1383f6839 100644 --- a/src/host/hcd.h +++ b/src/host/hcd.h @@ -51,8 +51,8 @@ typedef enum
{
- HCD_EVENT_DEVICE_PLUG,
- HCD_EVENT_DEVICE_UNPLUG,
+ HCD_EVENT_DEVICE_ATTACH,
+ HCD_EVENT_DEVICE_REMOVE,
HCD_EVENT_XFER_COMPLETE,
} hcd_eventid_t;
@@ -67,7 +67,7 @@ typedef struct {
uint8_t hub_addr;
uint8_t hub_port;
- } plug, unplug;
+ } attach, remove;
struct
{
|
