@@ -294,34 +294,6 @@ static const struct dmi_system_id s0ix_supported_systems[] = {
DMI_MATCH(DMI_PRODUCT_SKU, "0A42"),
},
},
- {
- /* Dell AIO 0x0A46 */
- .matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
- DMI_MATCH(DMI_PRODUCT_SKU, "0A46"),
- },
- },
- {
- /* Dell AIO 0x0A47 */
- .matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
- DMI_MATCH(DMI_PRODUCT_SKU, "0A47"),
- },
- },
- {
- /* Dell AIO 0x0A48 */
- .matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
- DMI_MATCH(DMI_PRODUCT_SKU, "0A48"),
- },
- },
- {
- /* Dell AIO 0x0A49 */
- .matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
- DMI_MATCH(DMI_PRODUCT_SKU, "0A49"),
- },
- },
{ }
};
BugLink: https://bugs.launchpad.net/bugs/1910541 This reverts commit 00acdc20617df32e3dd50b95d3b8e1feeb198e50. Formally enable s0ix for all platform, then we can remove quirks that enable s0ix on the specific platform. Signed-off-by: Aaron Ma <aaron.ma@canonical.com> --- drivers/net/ethernet/intel/e1000e/param.c | 28 ----------------------- 1 file changed, 28 deletions(-)