Changeset 34306 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- Nov 24, 2010 8:00:20 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/USBLib-win.cpp
r34283 r34306 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 2915 2915 } 2916 2916 2917 /**2918 * Return all USB devices attached to the host2919 *2920 * @returns VBox status code2921 * @param ppDevices Receives pointer to list of devices2922 * @param pcDevices Number of USB devices in the list2923 */2924 USBLIB_DECL(int) usbLibGetHostDevices(PUSBDEVICE *ppDevices, uint32_t *pcDevices)2925 {2926 usbLibEnumerateHostControllers(ppDevices, pcDevices);2927 2928 return VINF_SUCCESS;2929 }2930 2917 2931 2918 /**
Note:
See TracChangeset
for help on using the changeset viewer.