Knight USB Devices Driver

-->

Oct 29, 2020 If you're using Windows, download this Kindle Fire driver: kindlefireusbdriver.zip. After downloading the file, extract the contents into a new folder and double-click the FireDevices ABD drivers file. Proceed through the installation wizard screens to install the driver. Step 3: Install Android Studio. If your USB device does not work the most likely problem is missing or outdated drivers. When you plug the device into your USB, Windows will look for the associated driver, if it cannot find this driver then you will be prompted to insert the driver disc that came with your device. Common USB Device errors are ‘usb port not working. Apr 04, 2005 I've already had a couple of USB devices out there for some years, they deliberately use the HID and USB Audio 1.0 standard device classes that have come with operating systems for a decade plus. Not needing external drivers has been a godsend from a support perspective. Keep Truckin ELD devices are easy to install and come with a user-friendly app that allows the driver to view driving logs and status easily. In general, it is a great device to help you comply with the ELD mandate and avoid getting into trouble.

USB Device vendors use co-installers to update device firmware for devices that use inbox USB device drivers. However, co-installers are not supported by the new 'Universal INF' standard, which is a requirement on Windows 10. This poses a challenge to existing USB device firmware update process. This topic outlines a recommend way to update USB device firmware without a co-installer.

Requirements

The primary requirements from the USB device firmware update process are:

  1. Seamless firmware update with no user interaction

  2. Reliable recovery mechanism (for example, no bricking of devices)

  3. Works on Windows 7 and later

Overview

USB devices like UVC cameras are released with in-field updatable firmware. There is no standard way to update the firmware today. One thing that is common to all existing update mechanism is that some custom software suite runs on the client and downloads the firmware to the device. Typically, as part of the device installation process, the firmware updating software suite is installed. The co-installer kick starts the firmware update process. The absence of co-installers on Windows 10 prevents device vendors from updating the firmware on these devices in the field.

The recommended way to circumvent the absence of a co-installer for the USB device firmware update scenario is to use a lower filter driver to the USB device that will kick start the firmware update process. During the AddDevice call, the filter driver will check the device firmware version and update the firmware if necessary.

Firmware update overview

When a USB device is plugged in to the system, the generic inbox driver is installed for the device. After the installation of the generic driver, the OS queries the Windows Update server for any vendor specific driver package availability and downloads it and installs the driver. The installed driver package will perform the firmware update.

There are two ways the firmware could be updated.

  1. Firmware Update Filter Driver

    1. A vendor supplied lower filter driver that performs the firmware update.
  2. Firmware Update Device Driver

    1. A vendor supplied lower filter driver that puts the device in 'firmware update mode'.

    2. The device enumerates as a firmware update device.

    3. Vendor supplied firmware update driver will load against this device and updates the firmware.

Method 1: Firmware Update Filter Driver

In this method, a lower filter driver to the USB device driver will be installed as part of driver update process. This filter driver will perform the firmware update.

The driver update package on the Windows Update server will contain:

  • A firmware update WDF lower filter driver

  • An extension INF to install the firmware update WDF lower filter driver

  • The 'firmware.bin' file

While installing the driver update package, the firmware update WDF filter driver’s AddDevice routine will be called. From this routine, the WDF filter driver will get for the device firmware version from the device HW registry key. The device firmware should have placed the firmware version using the MSOS descriptor onto the device HW registry key.

How to add drivers to IGEL OS? The BIOS-Version 14.0.37.1165 doesn’t seem to support the Fibocom L850-GL modem in our Lenovo Thinkpads T14s Gen 1 We have Lenovo ThinkPad T490s 20NY laptops with a Fibocom L830-EB and they are working fine, but unfortunately that laptop is EOL. Drivers igel laptops computers. Download Igel H700C Windows Drivers Device: Any device Bios Cameras Game Devices Input Devices Laptops - Desktops Modems Motherboards Network Adapters Other Printers Projectors Scanners Sound Cards USB Video Adapters. IGEL exists to make the IT Pro’s life easier. That’s why we offer comprehensive support at every stage, from pre-sales to 3 years after EOL. Explore our resources below or connect with one of our engineers today.

  1. If the device firmware version and the filter driver expected firmware version are different, or

  2. The firmware version is not available in the device HW registry key

    1. Then, the filter driver will insert itself into the device stack by returning success to AddDevice callback.
  3. Else, the filter driver will not insert itself into the device stack

    1. Because there is no necessity for updating the firmware as the device has the expected firmware.

When the EVT_WDF_DEVICE_D0_ENTRY callback of the WDF filter driver is called at a later point, the filter driver must register for device interface change notifications using CM_Register_Notification or IoRegisterPlugPlayNotification (UMDF or KMDF) to listen to the device interface class the USB device will register the device into. E.g. The firmware update filter driver for a RGB camera would register for KSCATEGORY_VIDEO_CAMERA. On receiving the notification, the filter driver should post a work-item that would perform the firmware update.

UMDF based firmware update drivers can use the device specific APIs or issue the control transfers directly to access the USB device to perform the firmware update. For example, the UMDF based filter driver for a camera would use Camera APIs to perform the firmware update.

KMDF based firmware update drivers can send the vendor specific commands to perform the firmware update.

On completion of flashing the firmware, the device must disconnect and reconnect to the bus. The device will be re-enumerated with new firmware.

The method of using a 'firmware update filter driver', is recommended for devices that have enough resources to hold two full firmware images (the update image and a backup image) on the device memory. The reason is if there were failures during downloading the updated firmware, the device can abandon the update and boot into its original firmware. Thus, not bricking the device.

Method 2: Firmware Update Device Driver

Knight Usb Devices Driver Download

In this method, a lower filter driver to the USB device will be installed as part of the driver update process. This filter driver will send a command to the device to restart in firmware update mode, where the device exposes a firmware update interface. The driver for the firmware update interface will load and perform the firmware update.

The driver update package on Windows Update server for the device will contain:

  1. A WDF lower filter driver that will place the device in firmware update mode

  2. An extension INF to install the WDF lower filter driver

In addition to the driver update package, a separate Firmware Update Device Driver package will be present on Windows Update, with:

  1. A WDF firmware update device driver and its INF, and

  2. The 'firmware.bin' file.

While installing the driver update package, the WDF lower filter driver’s AddDevice routine will be called. From this routine, the filter driver will query for the device firmware version from the device HW registry key. The device firmware should have placed the 'firmware version', using the MSOS descriptor or the USB device’s extension INF, onto the device HW registry key.

  1. If the device firmware version and the filter driver expected firmware versions are different or

  2. The firmware version is not available in the device HW registry key

  3. Then, the WDF filter driver will insert itself into the device stack.

  4. Else, the WDF filter driver will not insert itself into the device stack

When the EVT_WDF_DEVICE_D0_ENTRY callback of the WDF filter driver is called at a later point, the filter driver will issue a vendor specific command to the device which will place it in firmware update mode. i.e. The device will disconnect and reconnect, exposing the firmware update interface.

The system will enumerate the firmware update device interface. A custom firmware update WDF driver supplied by the vendor, in the firmware update package, will be load for this firmware update interface. This driver will update the firmware. Download lsi mobile phones & portable devices driver.

Knight Usb Devices Driver Win 7

When the EVT_WDF_DEVICE_D0_ENTRY callback of the WDF firmware update driver is called at a later point, the driver must post a work-item that would perform the firmware update.

On completion of flashing the firmware, the device must disconnect and reconnect to the bus. The device will be re-enumerated with new firmware.

This method is recommended for devices that cannot hold the updated and original firmware images due to shortage of memory on the device. The reason is if there were failures during downloading the updated firmware, the device can abandon the update and boot the device into its firmware update mode again and the firmware update can be retried. Thus, not bricking the device.

Recovery

The firmware update process can fail for various reasons. If that happens, when the device is enumerated again, the firmware update driver may try to update the firmware again and may fail again and this update process could end up in a loop. The firmware update driver must put an upper limit to the number of retries it can perform. When the firmware update retries gets beyond a threshold (for example, 3 retries) then the filter driver should not attempt to update the firmware again, until a new version of the driver is downloaded from WU. The firmware update driver may use the registry to persist the retry states.

At the end of device firmware update, we recommended the device reset itself and re-enumerate.

Both methods of firmware update, the device function must be stopped before performing the firmware update. This ensures there are no open handle to the device and avoids any OS restart requirement.

Sample INF

Before you begin

USB

Driver updates for Windows 10, along with many devices, such as network adapters, monitors, printers, and video cards, are automatically downloaded and installed through Windows Update. You probably already have the most recent drivers, but if you'd like to manually update or reinstall a driver, here's how:

Update the device driver

  1. In the search box on the taskbar, enter device manager, then select Device Manager.

  2. Select a category to see names of devices, then right-click (or press and hold) the one you’d like to update.

  3. Select Search automatically for updated driver software.

  4. Select Update Driver.

  5. If Windows doesn't find a new driver, you can try looking for one on the device manufacturer's website and follow their instructions.

Reinstall the device driver

  1. In the search box on the taskbar, enter device manager, then select Device Manager.

  2. Right-click (or press and hold) the name of the device, and select Uninstall.

  3. Restart your PC.

  4. Windows will attempt to reinstall the driver.

More help

Kinds Of Usb Devices

If you can't see the desktop and instead see a blue, black, or blank screen, see Troubleshoot blue screen errors or Troubleshoot black or blank screen errors.