<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/platform, branch v3.1</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/platform?h=v3.1</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/platform?h=v3.1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2011-08-05T19:21:52Z</updated>
<entry>
<title>acer-wmi: support Lenovo ideapad S205 wifi switch</title>
<updated>2011-08-05T19:21:52Z</updated>
<author>
<name>Lee, Chun-Yi</name>
<email>joeyli.kernel@gmail.com</email>
</author>
<published>2011-07-30T09:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=15b956a0b5651bbb1217ec374fdd67291dabb2af'/>
<id>urn:sha1:15b956a0b5651bbb1217ec374fdd67291dabb2af</id>
<content type='text'>
The AMW0 function in acer-wmi works on Lenovo ideapad S205 for control
the wifi hardware state. We also found there have a 0x78 EC register
exposes the state of wifi hardware switch on the machine.

So, add this patch to support Lenovo ideapad S205 wifi hardware switch
in acer-wmi driver.

Reference: bko#37892
	https://bugzilla.kernel.org/show_bug.cgi?id=37892

Cc: Carlos Corbacho &lt;carlos@strangeworlds.co.uk&gt;
Cc: Matthew Garrett &lt;mjg@redhat.com&gt;
Cc: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Cc: Corentin Chary &lt;corentincj@iksaif.net&gt;
Cc: Thomas Renninger &lt;trenn@suse.de&gt;
Tested-by: Florian Heyer &lt;heyho@flanto.de&gt;
Signed-off-by: Lee, Chun-Yi &lt;jlee@suse.com&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
<entry>
<title>acerhdf.c: spaces in aliased changed to *</title>
<updated>2011-08-05T19:21:51Z</updated>
<author>
<name>Anton V. Boyarshinov</name>
<email>boyarsh@altlinux.org</email>
</author>
<published>2011-07-28T14:05:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2c3422d9c475c62adae82743d8507651342925ae'/>
<id>urn:sha1:2c3422d9c475c62adae82743d8507651342925ae</id>
<content type='text'>
It seems that aliases shouldn't contain spaces, as
module-init-tools uses them as delimeters in module.alias file

Signed-off-by: Anton V. Boyarshinov &lt;boyarsh@altlinux.org&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
<entry>
<title>platform-drivers-x86: ideapad-laptop: add missing ideapad_input_exit in ideapad_acpi_add error path</title>
<updated>2011-08-05T19:21:50Z</updated>
<author>
<name>Axel Lin</name>
<email>axel.lin@gmail.com</email>
</author>
<published>2011-07-27T07:27:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7451a55af08d40fd6b28802f4e26a13264114430'/>
<id>urn:sha1:7451a55af08d40fd6b28802f4e26a13264114430</id>
<content type='text'>
In the case of ideapad_backlight_init() failure,
we need to free the resources allocated by ideapad_input_init().

Aslo drop __devexit annotation for ideapad_input_exit() because
we also call it in ideapad_acpi_add() error path.

Signed-off-by: Axel Lin &lt;axel.lin@gmail.com&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
<entry>
<title>x86 driver: fix typo in TDP override enabling</title>
<updated>2011-08-05T19:21:49Z</updated>
<author>
<name>Jesse Barnes</name>
<email>jbarnes@virtuousgeek.org</email>
</author>
<published>2011-07-22T16:21:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=70fda70a724c737b0df4195763f9124d181fe64d'/>
<id>urn:sha1:70fda70a724c737b0df4195763f9124d181fe64d</id>
<content type='text'>
When enabling turbo, we need to set both the TDC and TDP bits.  IIRC
only the TDC one actually matters, but fix it up anyway since the
current code is confusing.

Signed-off-by: Jesse Barnes &lt;jbarnes@virtuousgeek.org&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
<entry>
<title>Platform: fix samsung-laptop DMI identification for N150/N210/220/N230</title>
<updated>2011-08-05T19:21:48Z</updated>
<author>
<name>Thomas Courbon</name>
<email>thcourbon@gmail.com</email>
</author>
<published>2011-07-20T20:57:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=78a7539b881eb557494a7c810625c0307b27296c'/>
<id>urn:sha1:78a7539b881eb557494a7c810625c0307b27296c</id>
<content type='text'>
Some samsung latop of the N150/N2{10,20,30} serie are badly detected by the samsung-laptop platform driver, see bug # 36082.
It appears that N230 identifies itself as N150/N210/N220/N230 whereas the other identify themselves as N150/N210/220.
This patch attemtp fix #36082 allowing correct identification for all the said netbook model.

Reported-by: Daniel Eklöf &lt;daniel@ekloef.se&gt;
Signed-off-by: Thomas Courbon &lt;thcourbon@gmail.com&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
<entry>
<title>dell-wmi: Add keys for Dell XPS L502X</title>
<updated>2011-08-05T19:21:47Z</updated>
<author>
<name>Seth Forshee</name>
<email>seth.forshee@canonical.com</email>
</author>
<published>2011-08-01T20:46:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f1566f0dc07ec9b5409b348070f5a700032d7881'/>
<id>urn:sha1:f1566f0dc07ec9b5409b348070f5a700032d7881</id>
<content type='text'>
All of these keys are being reported on the keyboard
controller but are also generating WMI events. Add them
to the legacy keymap to silence the noise.

BugLink: http://bugs.launchpad.net/bugs/815914
Signed-off-by: Seth Forshee &lt;seth.forshee@canonical.com&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
<entry>
<title>platform-drivers-x86: samsung-q10: make dmi_check_callback return 1</title>
<updated>2011-08-05T19:21:47Z</updated>
<author>
<name>Axel Lin</name>
<email>axel.lin@gmail.com</email>
</author>
<published>2011-07-18T08:08:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=046f828b410837d304137cec9e4e0d72e50fc454'/>
<id>urn:sha1:046f828b410837d304137cec9e4e0d72e50fc454</id>
<content type='text'>
We only care about if there is any successful match from the dmi table
or no match at all, we can make dmi_check_system return immediately if
we have a successful match instead of iterate thorough the whole table.

Signed-off-by: Axel Lin &lt;axel.lin@gmail.com&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
<entry>
<title>Platform: Samsung Q10 backlight driver</title>
<updated>2011-08-05T18:46:17Z</updated>
<author>
<name>Frederick van der Wyck</name>
<email>fvanderwyck@gmail.com</email>
</author>
<published>2011-07-07T21:05:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=78542e18335e35136c2dcb6c904f3f554241ae97'/>
<id>urn:sha1:78542e18335e35136c2dcb6c904f3f554241ae97</id>
<content type='text'>
This adds backlight control on the Samsung Q10 laptop, which does not support
the SABI interface. Also tested successfully on the Dell Latitude X200.

Signed-off-by: Frederick van der Wyck &lt;fvanderwyck@gmail.com&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
<entry>
<title>platform-drivers-x86: intel_scu_ipc: convert to DEFINE_PCI_DEVICE_TABLE</title>
<updated>2011-08-05T18:46:15Z</updated>
<author>
<name>Axel Lin</name>
<email>axel.lin@gmail.com</email>
</author>
<published>2011-07-07T02:22:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=daa7769641019e9a0da180170cc1cd1b8ebd1641'/>
<id>urn:sha1:daa7769641019e9a0da180170cc1cd1b8ebd1641</id>
<content type='text'>
Signed-off-by: Axel Lin &lt;axel.lin@gmail.com&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
<entry>
<title>platform-drivers-x86: intel_rar_register: convert to DEFINE_PCI_DEVICE_TABLE</title>
<updated>2011-08-05T18:46:14Z</updated>
<author>
<name>Axel Lin</name>
<email>axel.lin@gmail.com</email>
</author>
<published>2011-07-07T02:21:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b73210aec44ddf73ca856cbca2d25daeccf47025'/>
<id>urn:sha1:b73210aec44ddf73ca856cbca2d25daeccf47025</id>
<content type='text'>
And also remove unused variable 'my_id_table'.

Signed-off-by: Axel Lin &lt;axel.lin@gmail.com&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
</feed>
