summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-11 23:57:53 +0700
committerhathach <[email protected]>2018-12-12 00:00:33 +0700
commit67d6d753d66ffb821e9cfc4831d44f6b2f8549b8 (patch)
tree0e2a659601fd86f8079f25b1326408307638006a /src/common
parentc94df5150308e451baccae2857525d50fe1df232 (diff)
replace all hcd pipe close by hcd_device_remove
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h
index 8be1e87f6..d0a10acef 100644
--- a/src/common/tusb_types.h
+++ b/src/common/tusb_types.h
@@ -184,11 +184,6 @@ typedef enum
TUSB_DEVICE_STATE_ADDRESSED ,
TUSB_DEVICE_STATE_CONFIGURED ,
TUSB_DEVICE_STATE_SUSPENDED ,
-
- TUSB_DEVICE_STATE_REMOVING ,
- TUSB_DEVICE_STATE_SAFE_REMOVE ,
-
- TUSB_DEVICE_STATE_INVALID_PARAMETER
}tusb_device_state_t;
typedef enum