VirtualBox

Changeset 76729 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 9, 2019 10:19:36 AM (6 years ago)
Author:
vboxsync
Message:

USB/Linux: Cruft removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp

    r76725 r76729  
    4848#endif
    4949#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_DISCONNECT
    55 # define USBDEVFS_DISCONNECT        _IO('U', 22)
    56 # define USBDEVFS_CONNECT           _IO('U', 23)
    57 #endif
    58 
    59 #ifndef USBDEVFS_URB_SHORT_NOT_OK
    60 # define USBDEVFS_URB_SHORT_NOT_OK  0 /* rhel3 doesn't have this. darn! */
    61 #endif
    62 
    63 
    64 /* FedoraCore 4 does not have the bit defined by default. */
    65 #ifndef POLLWRNORM
    66 # define POLLWRNORM 0x0100
    67 #endif
    6850
    6951#ifndef RDESKTOP
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette