We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3521d7 commit ef3eab7Copy full SHA for ef3eab7
drivers/mmc/host/sdhci-acpi.c
@@ -779,6 +779,17 @@ static const struct dmi_system_id sdhci_acpi_quirks[] = {
779
},
780
.driver_data = (void *)DMI_QUIRK_SD_NO_WRITE_PROTECT,
781
782
+ {
783
+ /*
784
+ * The Toshiba WT10-A's microSD slot always reports the card being
785
+ * write-protected.
786
+ */
787
+ .matches = {
788
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
789
+ DMI_MATCH(DMI_PRODUCT_NAME, "TOSHIBA WT10-A"),
790
+ },
791
+ .driver_data = (void *)DMI_QUIRK_SD_NO_WRITE_PROTECT,
792
793
{} /* Terminating entry */
794
};
795
0 commit comments