summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAmir Hammad <amir.hammad@hotmail.com>2016-09-05 19:48:56 +0200
committerAmir Hammad <amir.hammad@hotmail.com>2016-09-11 13:31:47 +0200
commit58fec7a17ceb6814d64e702e7829556c3ece01e4 (patch)
tree7571aaf4bf4d8aedda6f387a6fbcda5c058a82d0 /include
parenta75535e52b9500a82cd0e9aebe6a987b68390895 (diff)
downloadsecure-hid-58fec7a17ceb6814d64e702e7829556c3ece01e4.tar.gz
secure-hid-58fec7a17ceb6814d64e702e7829556c3ece01e4.tar.bz2
secure-hid-58fec7a17ceb6814d64e702e7829556c3ece01e4.zip
Drop need for the set configuration request in dev drivers
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/driver/usbh_device_driver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/driver/usbh_device_driver.h b/include/driver/usbh_device_driver.h
index eca8928..c70715b 100644
--- a/include/driver/usbh_device_driver.h
+++ b/include/driver/usbh_device_driver.h
@@ -75,6 +75,9 @@ enum USBH_ENUM_STATE {
USBH_ENUM_STATE_CONFIGURATION_DT_READ_SETUP,
USBH_ENUM_STATE_CONFIGURATION_DT_READ,
USBH_ENUM_STATE_CONFIGURATION_DT_READ_COMPLETE,
+ USBH_ENUM_STATE_SET_CONFIGURATION_SETUP,
+ USBH_ENUM_STATE_SET_CONFIGURATION_EMPTY_READ,
+ USBH_ENUM_STATE_SET_CONFIGURATION_COMPLETE,
USBH_ENUM_STATE_FIND_DRIVER,
};