.. | .. |
---|
83 | 83 | .driver_data = (void *)(long)ACPI_BUTTON_LID_INIT_DISABLED, |
---|
84 | 84 | }, |
---|
85 | 85 | { |
---|
| 86 | + /* Nextbook Ares 8A tablet, _LID device always reports lid closed */ |
---|
| 87 | + .matches = { |
---|
| 88 | + DMI_MATCH(DMI_SYS_VENDOR, "Insyde"), |
---|
| 89 | + DMI_MATCH(DMI_PRODUCT_NAME, "CherryTrail"), |
---|
| 90 | + DMI_MATCH(DMI_BIOS_VERSION, "M882"), |
---|
| 91 | + }, |
---|
| 92 | + .driver_data = (void *)(long)ACPI_BUTTON_LID_INIT_DISABLED, |
---|
| 93 | + }, |
---|
| 94 | + { |
---|
86 | 95 | /* |
---|
87 | 96 | * Medion Akoya E2215T, notification of the LID device only |
---|
88 | 97 | * happens on close, not on open and _LID always returns closed. |
---|