VirtualBox

Changeset 4770 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 13, 2007 1:20:23 PM (17 years ago)
Author:
vboxsync
Message:

Do not fail the i8042 guest driver init (NT guest), if VBoxGuest is not loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/i8042prt/i8042dep.c

    r1 r4770  
    13411341    {
    13421342        dprintf(("i8042prt::DriverEntry: could not initialize guest library, rc = %Vrc\n", vboxRC));
    1343         status = STATUS_UNSUCCESSFUL;
    1344         goto I8042InitializeExit;
     1343        /* Continue working in non-VBox mode. */
    13451344    }
    13461345    else
     
    13761375           
    13771376            dprintf(("i8042prt::DriverEntry: could not allocate request buffer, rc = %Vrc\n", vboxRC));
    1378             status = STATUS_UNSUCCESSFUL;
    1379             goto I8042InitializeExit;
     1377            /* Continue working in non-VBox mode. */
    13801378        }
    13811379    }
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