VirtualBox

Changeset 47497 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jul 31, 2013 4:43:28 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87675
Message:

Solaris/USB: Fix short-transfers-okay flag.

File:
1 edited

Legend:

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

    r44529 r47497  
    55
    66/*
    7  * Copyright (C) 2009-2012 Oracle Corporation
     7 * Copyright (C) 2009-2013 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    408408    /* Close the device (do not re-enumerate). */
    409409    VBOXUSBREQ_CLOSE_DEVICE CloseReq;
    410     CloseReq.ResetLevel = VBOXUSB_RESET_LEVEL_NONE;
     410    CloseReq.ResetLevel = VBOXUSB_RESET_LEVEL_CLOSE;
    411411    usbProxySolarisIOCtl(pDevSol, VBOXUSB_IOCTL_CLOSE_DEVICE, &CloseReq, sizeof(CloseReq));
    412412
     
    871871    usbProxySolarisUrbCancel,
    872872    usbProxySolarisUrbReap,
    873     NULL
     873    0
    874874};
    875875
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