Changeset 5746 in vbox
- Timestamp:
- Nov 14, 2007 4:19:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmusb.h
r5745 r5746 211 211 * 212 212 * @returns VBox stauts code. 213 * @param pUsbIns tThe USB device instance.213 * @param pUsbIns The USB device instance. 214 214 * @param fResetOnLinux A hint to the usb proxy. 215 215 * Don't use this unless you're the linux proxy device. … … 218 218 */ 219 219 DECLR3CALLBACKMEMBER(int, pfnUsbReset,(PPDMUSBINS pUsbIns, bool fResetOnLinux)); 220 221 /** 222 * SET_CONFIGURATION request. 223 * 224 * @returns VBox stauts code. 225 * @param pUsbIns The USB device instance. 226 * @param bConfigurationValue The bConfigurationValue of the new configuration. 227 * @param pvOldCfgDesc Internal - for the device proxy. 228 * @param pvOldIfState Internal - for the device proxy. 229 * @param pvNewCfgDesc Internal - for the device proxy. 230 * @remarks Optional. 231 */ 232 DECLR3CALLBACKMEMBER(int, pfnUsbSetConfiguration,(PPDMUSBINS pUsbIns, uint8_t bConfigurationValue, 233 const void *pvOldCfgDesc, const void *pvOldIfState, const void *pvNewCfgDesc)); 220 234 221 235
Note:
See TracChangeset
for help on using the changeset viewer.