Changeset 192a0063 in mainline for uspace/drv/vhc
- Timestamp:
- 2011-01-26T14:50:32Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6265a2b
- Parents:
- e0ba26b (diff), ba54451 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/drv/vhc
- Files:
-
- 17 edited
-
conn.h (modified) (1 diff)
-
conndev.c (modified) (1 diff)
-
connhost.c (modified) (1 diff)
-
debug.c (modified) (1 diff)
-
devices.c (modified) (1 diff)
-
devices.h (modified) (1 diff)
-
hc.c (modified) (1 diff)
-
hc.h (modified) (1 diff)
-
hcd.c (modified) (1 diff)
-
hub.c (modified) (1 diff)
-
hub.h (modified) (1 diff)
-
hub/hub.c (modified) (1 diff)
-
hub/hub.h (modified) (1 diff)
-
hub/virthub.c (modified) (1 diff)
-
hub/virthub.h (modified) (1 diff)
-
hub/virthubops.c (modified) (1 diff)
-
vhcd.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/conn.h
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/conndev.c
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/connhost.c
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/debug.c
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/devices.c
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/devices.h
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/hc.c
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/hc.h
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/hcd.c
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/hub.c
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/hub.h
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/hub/hub.c
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/hub/hub.h
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/hub/virthub.c
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/hub/virthub.h
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/hub/virthubops.c
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */ -
uspace/drv/vhc/vhcd.h
re0ba26b r192a0063 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbvhc 30 30 * @{ 31 31 */
Note:
See TracChangeset
for help on using the changeset viewer.
