<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lwn.git/drivers, branch v2.6.31.12</title>
<subtitle>Linux kernel documentation tree maintained by Jonathan Corbet</subtitle>
<id>http://mirrors.hust.edu.cn/git/lwn.git/atom?h=v2.6.31.12</id>
<link rel='self' href='http://mirrors.hust.edu.cn/git/lwn.git/atom?h=v2.6.31.12'/>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/'/>
<updated>2010-01-18T18:28:54+00:00</updated>
<entry>
<title>ACPI: DMI init_set_sci_en_on_resume for HP-Compaq C700</title>
<updated>2010-01-18T18:28:54+00:00</updated>
<author>
<name>Len Brown</name>
<email>len.brown@intel.com</email>
</author>
<published>2009-11-23T16:44:12+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=e7da4bd9b74e0afd0d30a9fb40c336b8261462be'/>
<id>urn:sha1:e7da4bd9b74e0afd0d30a9fb40c336b8261462be</id>
<content type='text'>
commit 87c687be055e67bc04189ce476690be73d16063e upstream.

...else ACPI thermal controls fail after resume.

http://bugzilla.kernel.org/show_bug.cgi?id=13745

Signed-off-by: Len Brown &lt;len.brown@intel.com&gt;
Cc: Stefan Bader &lt;stefan.bader@canonical.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>ACPI: sleep: another HP/Compaq DMI entries for init_set_sci_en_on_resume</title>
<updated>2010-01-18T18:28:54+00:00</updated>
<author>
<name>Vaibhav Verma</name>
<email>vaibhav.verma86@gmail.com</email>
</author>
<published>2009-11-06T04:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=fc6382496f19887d152af61171130c390433a913'/>
<id>urn:sha1:fc6382496f19887d152af61171130c390433a913</id>
<content type='text'>
commit 2839d396e3ae0891c1fdd87aa1cea218e6f5c4df upstream.

http://bugzilla.kernel.org/show_bug.cgi?id=13745

Signed-off-by: Len Brown &lt;len.brown@intel.com&gt;
Cc: Stefan Bader &lt;stefan.bader@canonical.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>ACPI: add DMI entry for SCI_EN resume quirk on HP dv4</title>
<updated>2010-01-18T18:28:53+00:00</updated>
<author>
<name>Gustavo Maciel Dias Vieira</name>
<email>gustavo@sagui.org</email>
</author>
<published>2009-10-19T11:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=8f942982e2dba45d6a2e869d02931d5bea45e0cb'/>
<id>urn:sha1:8f942982e2dba45d6a2e869d02931d5bea45e0cb</id>
<content type='text'>
commit 8a1cbf64977f89e9e9bc1d80dd01503337424f96 upstream.

Fixes the missing battery on sleep problem for yet another HP laptop
("HP Pavilion dv4").

Fixes:
	http://bugzilla.kernel.org/show_bug.cgi?id=13449

Signed-off-by: Gustavo Maciel Dias Vieira &lt;gustavo@sagui.org&gt;
Signed-off-by: Len Brown &lt;len.brown@intel.com&gt;
Cc: Stefan Bader &lt;stefan.bader@canonical.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>ACPI: sleep: another HP DMI entry for init_set_sci_en_on_resume</title>
<updated>2010-01-18T18:28:53+00:00</updated>
<author>
<name>Len Brown</name>
<email>len.brown@intel.com</email>
</author>
<published>2009-08-30T02:39:06+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=fa8c5971274d9c389369b16712486a7e0506d4f2'/>
<id>urn:sha1:fa8c5971274d9c389369b16712486a7e0506d4f2</id>
<content type='text'>
commit eb0ca849863ecdc593ba7faa95fda5695af891c8 upstream.

DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv3 Notebook PC")

http://bugzilla.kernel.org/show_bug.cgi?id=13745

Signed-off-by: Len Brown &lt;len.brown@intel.com&gt;
Cc: Stefan Bader &lt;stefan.bader@canonical.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>hwmon: (adt7462) Fix pin 28 monitoring</title>
<updated>2010-01-18T18:28:47+00:00</updated>
<author>
<name>Roger Blofeld</name>
<email>blofeldus@yahoo.com</email>
</author>
<published>2010-01-10T19:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=fb99d026f4d9392ff9979beb26b5800188a56891'/>
<id>urn:sha1:fb99d026f4d9392ff9979beb26b5800188a56891</id>
<content type='text'>
commit bb595c923bc51dff9cdd112de18deb57ac7945d2 upstream.

The ADT7462_PIN28_VOLT value is a 4-bit field, so the corresponding
shift must be 4.

Signed-off-by: Roger Blofeld &lt;blofeldus@yahoo.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Revert "rt2x00: Disable powersaving for rt61pci and rt2800pci."</title>
<updated>2010-01-07T15:21:10+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2010-01-07T15:21:10+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=8140e5b46ab0b4cc6d3f7f7efa311b348aff7f1d'/>
<id>urn:sha1:8140e5b46ab0b4cc6d3f7f7efa311b348aff7f1d</id>
<content type='text'>
This reverts commit f1850a5783908f6528c305e321119e7aa6641151.

It broke the build :(

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Input: atkbd - add force relese key quirk for Samsung R59P/R60P/R61P</title>
<updated>2010-01-06T22:26:50+00:00</updated>
<author>
<name>Moiseev Vladimir</name>
<email>cdb@linkycat.com</email>
</author>
<published>2009-12-07T09:26:54+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=0bce92b05a81bb290ae58f689b14a283a87db6d7'/>
<id>urn:sha1:0bce92b05a81bb290ae58f689b14a283a87db6d7</id>
<content type='text'>
This patch is not upstream. Since 2.6.32, there is an interface in
/sys for handling the force_release events from userspace, so such
quirk patches are no longer accepted upstream now. But this patch is
valid for version 2.6.31 downwards.

OriginalAuthor:
    Moiseev Vladimir &lt;cdb@linkycat.com&gt;
    Alexander Huhlaev &lt;sancheolz@gmail.com&gt;

BugLink: http://bugs.launchpad.net/bugs/253874

Signed-off-by: Keng-Yu Lin &lt;keng-yu.lin@canonical.com&gt;
Cc: Moiseev Vladimir &lt;cdb@linkycat.com&gt;
Cc: Alexander Huhlaev &lt;sancheolz@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>rt2x00: Disable powersaving for rt61pci and rt2800pci.</title>
<updated>2010-01-06T22:26:47+00:00</updated>
<author>
<name>Gertjan van Wingerde</name>
<email>gwingerde@gmail.com</email>
</author>
<published>2009-12-14T19:33:55+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=f1850a5783908f6528c305e321119e7aa6641151'/>
<id>urn:sha1:f1850a5783908f6528c305e321119e7aa6641151</id>
<content type='text'>
commit 93b6bd26b74efe46b4579592560f9f1cb7b61994 upstream.

We've had many reports of rt61pci failures with powersaving enabled.
Therefore, as a stop-gap measure, disable powersaving of the rt61pci
until we have found a proper solution.
Also disable powersaving on rt2800pci as it most probably will show
the same problem.

Signed-off-by: Gertjan van Wingerde &lt;gwingerde@gmail.com&gt;
Acked-by: Ivo van Doorn &lt;IvDoorn@gmail.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>V4L/DVB (13596): ov511.c typo: lock =&gt; unlock</title>
<updated>2010-01-06T22:26:43+00:00</updated>
<author>
<name>Dan Carpenter</name>
<email>error27@gmail.com</email>
</author>
<published>2009-12-10T19:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=2bdc1c6942693c9ab1c17b82bc374966133963f3'/>
<id>urn:sha1:2bdc1c6942693c9ab1c17b82bc374966133963f3</id>
<content type='text'>
commit 50e9d31183ed61c787b870cb3ee8f6c3db8c8a1e upstream.

This was found with a static checker and has not been tested, but it seems
pretty clear that the mutex_lock() was supposed to be mutex_unlock()

Signed-off-by: Dan Carpenter &lt;error27@gmail.com&gt;
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
Cc: Brandon Philips &lt;brandon@ifup.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>S390: dasd: support DIAG access for read-only devices</title>
<updated>2010-01-06T22:26:42+00:00</updated>
<author>
<name>Stefan Weinhuber</name>
<email>wein@de.ibm.com</email>
</author>
<published>2009-12-07T11:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=238659281dab178c457e16b515582f0b4f4019b7'/>
<id>urn:sha1:238659281dab178c457e16b515582f0b4f4019b7</id>
<content type='text'>
commit 22825ab7693fd29769518a0d25ba43c01a50092a upstream.

When a DASD device is used with the DIAG discipline, the DIAG
initialization will indicate success or error with a respective
return code. So far we have interpreted a return code of 4 as error,
but it actually means that the initialization was successful, but
the device is read-only. To allow read-only devices to be used with
DIAG we need to accept a return code of 4 as success.

Re-initialization of the DIAG access is also part of the DIAG error
recovery. If we find that the access mode of a device has been
changed from writable to read-only while the device was in use,
we print an error message.

Signed-off-by: Stefan Weinhuber &lt;wein@de.ibm.com&gt;
Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
Cc: Stephen Powell &lt;zlinuxman@wowway.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
