VirtualBox

Changeset 62463 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Jul 22, 2016 4:32:54 PM (8 years ago)
Author:
vboxsync
Message:

Devices: scm

Location:
trunk/src/VBox/Devices/USB
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/DevOHCI.cpp

    r62001 r62463  
    106106#define VBOX_WITH_OHCI_PHYS_READ_CACHE
    107107//#define VBOX_WITH_OHCI_PHYS_READ_STATS
     108
    108109
    109110/*********************************************************************************************************************************
     
    13461347    p->ed.cMinReadsPerPage = RT_MIN(p->ed.cMinReadsPerPage, p->ed.cReadsLastPage);
    13471348    p->ed.cMaxReadsPerPage = RT_MAX(p->ed.cMaxReadsPerPage, p->ed.cReadsLastPage);;
    1348    
     1349
    13491350    p->td.cMinReadsPerPage = RT_MIN(p->td.cMinReadsPerPage, p->td.cReadsLastPage);
    13501351    p->td.cMaxReadsPerPage = RT_MAX(p->td.cMaxReadsPerPage, p->td.cReadsLastPage);;
    1351    
     1352
    13521353    p->all.cMinReadsPerPage = RT_MIN(p->all.cMinReadsPerPage, p->all.cReadsLastPage);
    13531354    p->all.cMaxReadsPerPage = RT_MAX(p->all.cMaxReadsPerPage, p->all.cReadsLastPage);;
  • trunk/src/VBox/Devices/USB/VUSBBufferedPipe.cpp

    r59776 r62463  
    511511                         * Create a ring buffer which can hold twice the amount of data
    512512                         * for the required latency so we can fill the buffer with new data
    513                          * while the old one is still being used 
     513                         * while the old one is still being used
    514514                         */
    515515                        rc = RTCircBufCreate(&pThis->pRingBufData, 2 * pThis->cbRingBufData);
     
    582582}
    583583
    584 
  • trunk/src/VBox/Devices/USB/VUSBSniffer.cpp

    r59686 r62463  
    3535*   Defined Constants And Macros                                                                                                 *
    3636*********************************************************************************************************************************/
     37
    3738
    3839/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/USB/VUSBSnifferUsbMon.cpp

    r59700 r62463  
    3434*   Defined Constants And Macros                                                                                                 *
    3535*********************************************************************************************************************************/
     36
    3637
    3738/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/USB/VUSBSnifferVmx.cpp

    r59633 r62463  
    3434*   Defined Constants And Macros                                                                                                 *
    3535*********************************************************************************************************************************/
     36
    3637
    3738/*********************************************************************************************************************************
     
    8384    "Dec"
    8485};
     86
    8587
    8688/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/USB/VUSBUrbPool.cpp

    r59775 r62463  
    2828#include "VUSBInternal.h"
    2929
     30
    3031/*********************************************************************************************************************************
    3132*   Defined Constants And Macros                                                                                                 *
     
    3738/** Convert from an URB to the URB header. */
    3839#define VUSBURBPOOL_URB_2_URBHDR(a_pUrb) RT_FROM_MEMBER(a_pUrb, VUSBURBHDR, Urb);
     40
    3941
    4042/*********************************************************************************************************************************
     
    6769AssertCompileSizeAlignment(VUSBURBHDR, 8);
    6870
     71
    6972/*********************************************************************************************************************************
    7073*   Static Variables                                                                                                             *
    7174*********************************************************************************************************************************/
     75
    7276
    7377/*********************************************************************************************************************************
  • trunk/src/VBox/Devices/USB/VUSBUrbTrace.cpp

    r59738 r62463  
    4040*   Global Variables                                                                                                             *
    4141*********************************************************************************************************************************/
     42
    4243
    4344/*********************************************************************************************************************************
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