Changeset 5bccec3 in mainline for uspace/lib/usb/include
- Timestamp:
- 2018-01-18T02:48:17Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9b8dac4
- Parents:
- a9fcd73
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-18 02:27:04)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-18 02:48:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/port.h
ra9fcd73 r5bccec3 56 56 PORT_ENUMERATED,/* Device enumerated. Fibril finished succesfully. */ 57 57 PORT_CONNECTING,/* A connected event received, fibril running. */ 58 PORT_DISCONNECTING,/* A disconnected event received, fibril running. */ 58 59 PORT_ERROR, /* An error "in-progress". Fibril still running. */ 59 60 } usb_port_state_t;
Note:
See TracChangeset
for help on using the changeset viewer.