Changeset 33540 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c
r31898 r33540 208 208 uint16_t cIsocInUrbs; /* Number of Isoc. IN inflight URBs */ 209 209 list_t hIsocInLandedReqs; /* Isoc. IN landed requests */ 210 uint16_t cbIsocInLandedReqs; /* Cum mulative size of landed Isoc. IN requests */210 uint16_t cbIsocInLandedReqs; /* Cumulative size of landed Isoc. IN requests */ 211 211 size_t cbMaxIsocData; /* Maximum size of Isoc. IN landed buffer */ 212 212 } vboxusb_ep_t; … … 286 286 int fPoll; /* Polling status flag */ 287 287 RTPROCESS Process; /* The process (id) of the session */ 288 VBOXUSBREQ_CLIENT_INFO ClientInfo; /* Regist eration data */288 VBOXUSBREQ_CLIENT_INFO ClientInfo; /* Registration data */ 289 289 vboxusb_power_t *pPower; /* Power Management */ 290 290 } vboxusb_state_t; … … 1126 1126 1127 1127 /** 1128 * IOCtl processor for user to kernel and kernel to kernel commun cation.1128 * IOCtl processor for user to kernel and kernel to kernel communication. 1129 1129 * 1130 1130 * @returns VBox status code. … … 2831 2831 { 2832 2832 /* 2833 * Remove from head and move to tail so that when several URBs are reaped contin ously we get to use2833 * Remove from head and move to tail so that when several URBs are reaped continuously we get to use 2834 2834 * up each one free 'head'. 2835 2835 */
Note:
See TracChangeset
for help on using the changeset viewer.