Changeset c8ea6eca in mainline for uspace/drv/bus
- Timestamp:
- 2018-08-30T10:40:33Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9905da7
- Parents:
- 4122410
- Location:
- uspace/drv/bus/usb
- Files:
-
- 5 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/hc.c
r4122410 rc8ea6eca 28 28 */ 29 29 30 /** @addtogroup drvusbehci hc30 /** @addtogroup drvusbehci 31 31 * @{ 32 32 */ -
uspace/drv/bus/usb/ohci/hc.c
r4122410 rc8ea6eca 28 28 */ 29 29 30 /** @addtogroup drvusbohci hc30 /** @addtogroup drvusbohci 31 31 * @{ 32 32 */ -
uspace/drv/bus/usb/uhci/hc.c
r4122410 rc8ea6eca 28 28 */ 29 29 30 /** @addtogroup drvusbuhci hc30 /** @addtogroup drvusbuhci 31 31 * @{ 32 32 */ -
uspace/drv/bus/usb/uhci/hc.h
r4122410 rc8ea6eca 28 28 */ 29 29 30 /** @addtogroup drvusbuhci hc30 /** @addtogroup drvusbuhci 31 31 * @{ 32 32 */ -
uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h
r4122410 rc8ea6eca 27 27 */ 28 28 29 /** @addtogroup drvusbuhci hc29 /** @addtogroup drvusbuhci 30 30 * @{ 31 31 */ -
uspace/drv/bus/usb/uhci/hw_struct/queue_head.h
r4122410 rc8ea6eca 27 27 */ 28 28 29 /** @addtogroup drvusbuhci hc29 /** @addtogroup drvusbuhci 30 30 * @{ 31 31 */ -
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c
r4122410 rc8ea6eca 27 27 */ 28 28 29 /** @addtogroup drvusbuhci hc29 /** @addtogroup drvusbuhci 30 30 * @{ 31 31 */ -
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h
r4122410 rc8ea6eca 27 27 */ 28 28 29 /** @addtogroup drvusbuhci hc29 /** @addtogroup drvusbuhci 30 30 * @{ 31 31 */ -
uspace/drv/bus/usb/uhci/transfer_list.c
r4122410 rc8ea6eca 28 28 */ 29 29 30 /** @addtogroup drvusbuhci hc30 /** @addtogroup drvusbuhci 31 31 * @{ 32 32 */ -
uspace/drv/bus/usb/uhci/transfer_list.h
r4122410 rc8ea6eca 27 27 */ 28 28 29 /** @addtogroup drvusbuhci hc29 /** @addtogroup drvusbuhci 30 30 * @{ 31 31 */ -
uspace/drv/bus/usb/uhci/uhci_batch.c
r4122410 rc8ea6eca 28 28 */ 29 29 30 /** @addtogroup drvusbuhci hc30 /** @addtogroup drvusbuhci 31 31 * @{ 32 32 */ -
uspace/drv/bus/usb/uhci/uhci_batch.h
r4122410 rc8ea6eca 28 28 */ 29 29 30 /** @addtogroup drvusbuhci hc30 /** @addtogroup drvusbuhci 31 31 * @{ 32 32 */
Note:
See TracChangeset
for help on using the changeset viewer.