VirtualBox

Changeset 107593 in vbox


Ignore:
Timestamp:
Jan 9, 2025 11:43:15 AM (9 days ago)
Author:
vboxsync
Message:

Devices/USB/darwin/USBProxyDevice-darwin.cpp: Disable redundant if condition + todo, bugref:3409

File:
1 edited

Legend:

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

    r106061 r107593  
    13181318                             * Can cause hangs, so drop it for now.
    13191319                             */
    1320                             /** @todo test Palm. */
     1320                            /** @todo r=aeichner Revisit this. */
    13211321                            //uint8_t u8Cfg;
    13221322                            //irc = (*ppDevI)->GetConfiguration(ppDevI, &u8Cfg);
    1323                             if (irc != kIOReturnNoDevice)
     1323                            //if (irc != kIOReturnNoDevice)
    13241324                            {
    13251325                                CFRunLoopSourceContext CtxRunLoopSource;
     
    13511351                                }
    13521352                            }
    1353                             else
    1354                                 vrc = VERR_VUSB_DEVICE_NOT_ATTACHED;
     1353                            //else
     1354                            //    vrc = VERR_VUSB_DEVICE_NOT_ATTACHED;
    13551355                        }
    13561356                        else
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