Changeset 2154
- Timestamp:
- Jan 27, 2011 2:15:15 AM (2 years ago)
- Location:
- dev/usb2/hcd
- Files:
-
- 3 edited
-
ehci/probe.fth (modified) (1 diff)
-
ohci/probe.fth (modified) (1 diff)
-
uhci/probe.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dev/usb2/hcd/ehci/probe.fth
r2152 r2154 139 139 then 140 140 suspended? if do-resume then 141 probe-root-hub142 141 then 142 probe-root-hub 143 143 open-count 1+ to open-count 144 144 true -
dev/usb2/hcd/ohci/probe.fth
r2152 r2154 122 122 then 123 123 alloc-dma-buf 124 125 probe-root-hub126 124 then 125 probe-root-hub 127 126 open-count 1+ to open-count 128 127 true -
dev/usb2/hcd/uhci/probe.fth
r2152 r2154 68 68 69 69 alloc-dma-buf 70 71 probe-root-hub72 70 then 71 probe-root-hub 73 72 open-count 1+ to open-count 74 73 true
Note: See TracChangeset
for help on using the changeset viewer.
