Bug 60772 - [TRIVIAL]i8k.c: add support for DMI_PRODUCT_NAME "XPS L421X"
Summary: [TRIVIAL]i8k.c: add support for DMI_PRODUCT_NAME "XPS L421X"
Status: RESOLVED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Platform (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Alan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-20 14:49 UTC by Leho Kraav
Modified: 2014-01-20 18:06 UTC (History)
1 user (show)

See Also:
Kernel Version: 3.10.7
Subsystem:
Regression: No
Bisected commit-id:


Attachments

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..

Note You need to log in before you can comment on or make changes to this bug.