- Timestamp:
- Nov 14, 2007 4:41:45 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmusb.h
r5746 r5748 232 232 DECLR3CALLBACKMEMBER(int, pfnUsbSetConfiguration,(PPDMUSBINS pUsbIns, uint8_t bConfigurationValue, 233 233 const void *pvOldCfgDesc, const void *pvOldIfState, const void *pvNewCfgDesc)); 234 235 /** 236 * SET_INTERFACE request. 237 * 238 * @returns VBox stauts code. 239 * @param pUsbIns The USB device instance. 240 * @param bInterfaceNumber The interface number. 241 * @param bAlternateSetting The alternate setting. 242 * @remarks Optional. 243 */ 244 DECLR3CALLBACKMEMBER(int, pfnUsbSetInterface,(PPDMUSBINS pUsbIns, uint8_t bInterfaceNumber, uint8_t bAlternateSetting)); 234 245 235 246
Note:
See TracChangeset
for help on using the changeset viewer.