Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8ba9db2 authored by Alexander Abrosimov's avatar Alexander Abrosimov Committed by Andy Shevchenko
Browse files

platform/x86: dell-laptop: Removed duplicates in DMI whitelist



Fixed a mistake in which several entries were duplicated in the DMI list
from the below commit
fe486138 platform/x86: dell-laptop: Add 2-in-1 devices to the DMI whitelist

Signed-off-by: default avatarAlexander Abrosimov <alexander.n.abrosimov@gmail.com>
Reviewed-by: default avatarPali Rohár <pali.rohar@gmail.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent eca39e7f
Loading
Loading
Loading
Loading
+0 −18
Original line number Original line Diff line number Diff line
@@ -126,24 +126,6 @@ static const struct dmi_system_id dell_device_table[] __initconst = {
			DMI_MATCH(DMI_CHASSIS_TYPE, "32"), /*Detachable*/
			DMI_MATCH(DMI_CHASSIS_TYPE, "32"), /*Detachable*/
		},
		},
	},
	},
	{
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
			DMI_MATCH(DMI_CHASSIS_TYPE, "30"), /*Tablet*/
		},
	},
	{
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
			DMI_MATCH(DMI_CHASSIS_TYPE, "31"), /*Convertible*/
		},
	},
	{
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
			DMI_MATCH(DMI_CHASSIS_TYPE, "32"), /*Detachable*/
		},
	},
	{
	{
		.ident = "Dell Computer Corporation",
		.ident = "Dell Computer Corporation",
		.matches = {
		.matches = {