Skip to content
Snippets Groups Projects
  1. Oct 05, 2020
  2. Feb 27, 2020
  3. Jan 27, 2020
  4. Jan 26, 2020
  5. Jan 02, 2020
  6. Apr 15, 2019
  7. Jan 29, 2019
  8. Jan 27, 2019
  9. Oct 17, 2018
  10. Oct 10, 2018
  11. Apr 11, 2018
  12. Jul 12, 2017
  13. Jun 07, 2017
  14. May 29, 2017
    • Sameeh Jubran's avatar
      Installer: Abort installation if the driver fails to start · 5dda7555
      Sameeh Jubran authored
      
      Currently, in some cases, attempting to start the driver can fail
      and cause Usb devices to become non functional. An example of such
      case is attemteting to install an unsigned version of UsbDk on Windows
      where the driver signature enforcement is enabled. The reason why this
      happens is not making sure the driver can start on the system prior to
      attaching it to all of the devices.
      
      This patch solves this issue by checking that the driver can start on the
      system prior to step 2 in the list below.
      
      UsbDk's installation process:
      1) Create and register UsbDk's service
      2) Add UsbDk to the registry
      3) Reset all Usb host conrollers on the system
      4) PNP manager attaches and starts the driver for each Usb device's stack
      
      Signed-off-by: default avatarSameeh Jubran <sameeh@daynix.com>
      Signed-off-by: default avatarDmitry Fleytman <dfleytma@redhat.com>
      5dda7555
Loading