onitake / gsl-firmware

Firmware repository for Silead touchscreen controllers
323 stars 200 forks source link

Add firmware for AVITA Magus WT9T12 2in Laptop/Tablet #183

Closed vish2406 closed 2 years ago

vish2406 commented 2 years ago

[README.md](https://github.com/onitake/gsl-firmware/files/7796436/README.md)

Please provide the firmware(FW) file for AVITA MAGUS WT9T12, Here are the system details, static const struct property_entry avita_wt9t12_props[] = { PROPERTY_ENTRY_U32("touchscreen-size-x", 1920), PROPERTY_ENTRY_U32("touchscreen-size-y", 120), PROPERTY_ENTRY_STRING("firmware-name", "mssl1680.fw"), PROPERTY_ENTRY_U32("silead,max-fingers", 10), PROPERTY_ENTRY_BOOL("silead,home-button"), { } };

static const struct ts_dmi_data avita_wt9t12_data = { .acpi_name = "WT9T12", .properties = avita_wt9t12_props, };

/ AVITA MAGUS WT9T12 / .driver_data = (void *)&avita_wt9t12_data, .matches = { DMI_MATCH(DMI_SYS_VENDOR, "AVITA"), DMI_MATCH(DMI_PRODUCT_NAME, "WT9T12"), DMI_MATCH(DMI_BIOS_VERSION, "BSR7EMIN-WT9T12-AVI-V05"), },

Here is the error that I am receiving right now and therefore felt a need to request for customized firmware file for AVITA,

silead_ts i2c-MSSL1680:00: Direct firmware load for silead/mssl1680.fw failed with error -2 [ 7675.826013] silead_ts i2c-MSSL1680:00: Firmware request error -2 [ 7675.826761] silead_ts: probe of i2c-MSSL1680:00 failed with error -2

onitake commented 2 years ago

@vish2406 Please post this as an issue and not a bogus pull request. Thank you.