Drivers for the "DigiLand DL801W" tablet, which originally shipped with Windows 8.1. Extracted from a running Windows installation using DISM. (I couldn't find a recovery partition)
Find a file
2024-06-21 22:41:08 -04:00
drivers Add a README, add the proper touch firmware, and put drivers into a folder 2024-06-21 22:38:13 -04:00
README.md fix readme 2024-06-21 22:41:08 -04:00
SileadTouch.fw Add a README, add the proper touch firmware, and put drivers into a folder 2024-06-21 22:38:13 -04:00

dl801w-drivers

This repository contains drivers for the DigiLand DL801W tablet. The drivers were taken from a running Windows installation, as I couldn't find a recovery partition.

Installation

First of all, run command prompt as administrator, and navigate to the drivers folder

For versions of Windows prior to Windows 10, run

for /d %i in (*) do pnputil -i -a %i\*.inf

For Windows 10 and newer, run

for /d %i in (*) do pnputil /add-driver %i\*.inf /install

You will be asked to allow for the installation of drivers multiple times, just allow it each time.

This will install all drivers, however, touchscreen firmware will be missing, and as such, touch input won't work. To fix this, simply copy the SileadTouch.fw file to C:\Windows\System32\drivers.