VirtualBox

Ignore:
Timestamp:
Jan 13, 2022 7:29:50 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149269
Message:

HostDrivers,Installer,Devices: Clean out the VBoxUSB driver which is completely unused since some time now, bugref:9808

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/VBoxKEXTs/postflight

    r93115 r93217  
    8686    set -e
    8787    kextload    '/Library/Application Support/VirtualBox/VBoxDrv.kext'
    88     kextload -d '/Library/Application Support/VirtualBox/VBoxDrv.kext'  '/Library/Application Support/VirtualBox/VBoxUSB.kext'
    8988    kextload -d '/Library/Application Support/VirtualBox/VBoxDrv.kext'  '/Library/Application Support/VirtualBox/VBoxNetFlt.kext'
    9089    kextload -d '/Library/Application Support/VirtualBox/VBoxDrv.kext'  '/Library/Application Support/VirtualBox/VBoxNetAdp.kext'
     
    9291    VBOX_RC=0
    9392    if ! kmutil load -p '/Library/Application Support/VirtualBox/VBoxDrv.kext'; then
    94         VBOX_RC=1
    95     fi
    96 
    97     if ! kmutil load -p '/Library/Application Support/VirtualBox/VBoxUSB.kext'; then
    9893        VBOX_RC=1
    9994    fi
Note: See TracChangeset for help on using the changeset viewer.

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