Subversion Repositories Kolibri OS

Rev

Rev 3626 | Rev 4423 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3626 Rev 3908
Line 131... Line 131...
131
; after disconnect processing.
131
; after disconnect processing.
132
NumPipes        dd      ?
132
NumPipes        dd      ?
133
; Number of not-yet-closed pipes.
133
; Number of not-yet-closed pipes.
134
Hub             dd      ?
134
Hub             dd      ?
135
; NULL if connected to the root hub, pointer to usb_hub otherwise.
135
; NULL if connected to the root hub, pointer to usb_hub otherwise.
-
 
136
TTHub           dd      ?
-
 
137
; Pointer to usb_hub for (the) hub with Transaction Translator for the device,
-
 
138
; NULL if the device operates in the same speed as the controller.
136
Port            db      ?
139
Port            db      ?
137
; Port on the hub, zero-based.
140
; Port on the hub, zero-based.
-
 
141
TTPort          db      ?
-
 
142
; Port on the TTHub, zero-based.
138
DeviceDescrSize db      ?
143
DeviceDescrSize db      ?
139
; Size of device descriptor.
144
; Size of device descriptor.
140
NumInterfaces   db      ?
-
 
141
; Number of interfaces.
-
 
142
Speed           db      ?
145
Speed           db      ?
143
; Device speed, one of USB_SPEED_*.
146
; Device speed, one of USB_SPEED_*.
-
 
147
NumInterfaces   dd      ?
-
 
148
; Number of interfaces.
144
ConfigDataSize  dd      ?
149
ConfigDataSize  dd      ?
145
; Total size of data associated with the configuration descriptor
150
; Total size of data associated with the configuration descriptor
146
; (including the configuration descriptor itself);
151
; (including the configuration descriptor itself).
147
Interfaces      dd      ?
152
Interfaces      dd      ?
148
; Offset from the beginning of this structure to Interfaces field.
153
; Offset from the beginning of this structure to Interfaces field.
149
; Variable-length fields:
154
; Variable-length fields:
150
; DeviceDescriptor:
155
; DeviceDescriptor:
151
;  device descriptor starts here
156
;  device descriptor starts here