Changeset 76729 in vbox for trunk/src/VBox
- Timestamp:
- Jan 9, 2019 10:19:36 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
r76725 r76729 48 48 #endif 49 49 #include <linux/usbdevice_fs.h> 50 /*51 * Backlevel 2.4 headers doesn't have these two defines.52 * They were added some time between 2.4.21 and 2.4.26, probably in 2.4.23.53 */54 #ifndef USBDEVFS_DISCONNECT55 # define USBDEVFS_DISCONNECT _IO('U', 22)56 # define USBDEVFS_CONNECT _IO('U', 23)57 #endif58 59 #ifndef USBDEVFS_URB_SHORT_NOT_OK60 # define USBDEVFS_URB_SHORT_NOT_OK 0 /* rhel3 doesn't have this. darn! */61 #endif62 63 64 /* FedoraCore 4 does not have the bit defined by default. */65 #ifndef POLLWRNORM66 # define POLLWRNORM 0x010067 #endif68 50 69 51 #ifndef RDESKTOP
Note:
See TracChangeset
for help on using the changeset viewer.