Bug 60772

Summary: [TRIVIAL]i8k.c: add support for DMI_PRODUCT_NAME "XPS L421X"
Product: Drivers Reporter: Leho Kraav (leho)
Component: PlatformAssignee: Alan (alan)
Status: RESOLVED CODE_FIX    
Severity: normal CC: alan
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 3.10.7 Subsystem:
Regression: No Bisected commit-id:

Description Leho Kraav 2013-08-20 14:49:35 UTC
leho@xps14 ~ $ sudo dmidecode -t 1
# dmidecode 2.11
SMBIOS 2.7 present.

Handle 0x0001, DMI type 1, 27 bytes
System Information
	Manufacturer: Dell Inc.
	Product Name: XPS L421X
	Version: A13
	Serial Number: *snip*
	UUID: *snip*
	Wake-up Type: Power Switch
	SKU Number: xxx123x#ABA
	Family: 103C_5335KV

My goal was to get fan control. Had to force=1 it, but everything seems to be working nicely.

leho@xps14 ~ $ i8kfan 
-1 1

This model seems to only have a single fan.
Comment 1 Leho Kraav 2013-12-29 02:13:11 UTC
To all maintainers:

+		.ident = "Dell XPS421",

Official product name is actually "XPS 14".

http://www.dell.com/us/p/xps-14-l421x/pd?oc=dncwf27bw7

Not sure if it's worth another patch round, though..