<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/sonypi.h, branch tmp/leds/core</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=tmp%2Fleds%2Fcore</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=tmp%2Fleds%2Fcore'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2008-01-24T05:47:27Z</updated>
<entry>
<title>sony-laptop: add Type4 model</title>
<updated>2008-01-24T05:47:27Z</updated>
<author>
<name>Mattia Dongili</name>
<email>malattia@linux.it</email>
</author>
<published>2008-01-14T09:05:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3eb8749a37990b505ab94466038c067444bbd7eb'/>
<id>urn:sha1:3eb8749a37990b505ab94466038c067444bbd7eb</id>
<content type='text'>
Recent Vaio models (UX, SZ and presumably TZ and others) add more
events and a slightly different handling of Fn key events for
additional hotkeys (s1, s2, zoom-in/out, etc.).

Signed-off-by: Mattia Dongili &lt;malattia@linux.it&gt;
Signed-off-by: Len Brown &lt;len.brown@intel.com&gt;
</content>
</entry>
<entry>
<title>remove sonypi_camera_command()</title>
<updated>2007-07-16T16:05:46Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2007-07-16T06:40:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c289dca37917338fc8ab2e0d7e202a1c927e229e'/>
<id>urn:sha1:c289dca37917338fc8ab2e0d7e202a1c927e229e</id>
<content type='text'>
Remove the no longer used sonypi_camera_command().

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Acked-by: Mattia Dongili &lt;malattia@linux.it&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>include files: convert "include" subdirectory to UTF-8</title>
<updated>2007-05-09T06:58:21Z</updated>
<author>
<name>John Anthony Kazos Jr</name>
<email>jakj@j-a-k-j.com</email>
</author>
<published>2007-05-09T06:30:57Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=121e70b69aef898a3c02fa90d0a2108381bcf975'/>
<id>urn:sha1:121e70b69aef898a3c02fa90d0a2108381bcf975</id>
<content type='text'>
Convert the "include" subdirectory to UTF-8.

Signed-off-by: John Anthony Kazos Jr. &lt;jakj@j-a-k-j.com&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] sonypi SPIC initialisation fix</title>
<updated>2005-09-07T23:57:24Z</updated>
<author>
<name>Erik Waling</name>
<email>erikw@acc.umu.se</email>
</author>
<published>2005-09-06T22:17:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=d2052c1676a39cae101a81f3da8a4ade8b668c88'/>
<id>urn:sha1:d2052c1676a39cae101a81f3da8a4ade8b668c88</id>
<content type='text'>
Newer Sony VAIO models (VGN-S480, VGN-S460, VGN-S3XP etc) use a new method to
initialize the SPIC device.  The new way to initialize (and disable) the
device comes directly from the AML code in the _CRS, _SRS and _DIS methods
from the DSDT table.  This patch adds support for the new models.

Signed-off-by: Erik Waling &lt;erikw@acc.umu.se&gt;
Signed-off-by: Stelian Pop &lt;stelian@popies.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] sonypi: add fan and temperature status/control</title>
<updated>2005-02-10T01:48:07Z</updated>
<author>
<name>Stelian Pop</name>
<email>stelian@popies.net</email>
</author>
<published>2005-02-10T01:48:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=05d1949848c04ae112df363e7597dca4ac9c4160'/>
<id>urn:sha1:05d1949848c04ae112df363e7597dca4ac9c4160</id>
<content type='text'>
1. FAN Status/Control: you can now get the fan status (running or not) and
   also set the fan speed (for &lt;5 seconds only). The problem is that there
   is an auto regulator that kicks in within about 5 seconds after that to
   restart the fan if it is above a threshold temperature (39 Degree C in
   my Vaio). It is useful just to get the fan status (primarily). It also
   appears that you can change the speed by increasing the values (much
   like the LCD control) - there are effectively only about 6 speeds (it
   seems - not sure, but from what I've played with on my Vaio).

2. Temperature: you can get the current temperature (same as reported by
   ACPI). This is primarily useful for APM users (since ACPI already gives
   this). I have used this to detect when the fan comes on in my Vaio (39
   Degree C).

From: Narayanan R S &lt;nars@kadamba.org&gt;
Signed-off-by: Stelian Pop &lt;stelian@popies.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] sonypi: return an error from sonypi_camera_command() if the camera isn't enabled</title>
<updated>2004-11-19T07:00:07Z</updated>
<author>
<name>Stelian Pop</name>
<email>stelian@popies.net</email>
</author>
<published>2004-11-19T07:00:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=afc62cbf517c63aedd04037b92b7acd3dfa297d5'/>
<id>urn:sha1:afc62cbf517c63aedd04037b92b7acd3dfa297d5</id>
<content type='text'>
The sonypi_camera_command() used to fail without returning an error code if
the user fergot to enable the camera in the sonypi module (using the
camera=1 module parameter).  This caused the meye driver to apparently load
correctly but miserably fail later, when trying to access the camera for
getting some data out of it.

This patch adds an error code to sonypi_camera_command() and makes the meye
driver check for it in the PCI probe routine.  If the function fails, a
message is printed in the kernel logs reminding the user it should better
RTFM.

The patch also removes some sonypi_camera_command() commands (those
supposed to return the current camera settings) which are unreliable.  The
meye driver does not use them anyway.

Signed-off-by: Stelian Pop &lt;stelian@popies.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] sonypi: whitespace and coding style fixes</title>
<updated>2004-10-28T02:14:19Z</updated>
<author>
<name>Stelian Pop</name>
<email>stelian@popies.net</email>
</author>
<published>2004-10-28T02:14:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ee96aa8b856aa06839eb3d44436af67cb03650de'/>
<id>urn:sha1:ee96aa8b856aa06839eb3d44436af67cb03650de</id>
<content type='text'>
Signed-off-by: Stelian Pop &lt;stelian@popies.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] sonypi: rework input support</title>
<updated>2004-10-28T02:13:42Z</updated>
<author>
<name>Stelian Pop</name>
<email>stelian@popies.net</email>
</author>
<published>2004-10-28T02:13:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=4aa49eb23230af5a3c328902aa2fc8dcb47570b0'/>
<id>urn:sha1:4aa49eb23230af5a3c328902aa2fc8dcb47570b0</id>
<content type='text'>
 * feed most of special keys through the input subsystem
 * initialize two separate input devices: a mouse like one for
   the jogdial and a keyboard like one for the special keys
 * add support for SONYPI_EVENT_FNKEY_RELEASED

Many people participated in a way or another to this patch, 
including Daniel K. &lt;daniel@cluded.net&gt;, Bastien Nocera &lt;hadess@hadess.net&gt;,
Dmitry Torokhov &lt;dtor@mail.ru&gt; and Vojtech Pavlik &lt;vojtech@suse.cz&gt;.

Signed-off-by: Stelian Pop &lt;stelian@popies.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] sonypi driver update</title>
<updated>2003-08-31T07:01:15Z</updated>
<author>
<name>Stelian Pop</name>
<email>stelian@popies.net</email>
</author>
<published>2003-08-31T07:01:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7c2a1fdf1ff85cbfb0a057f78a95e7bf147f73c1'/>
<id>urn:sha1:7c2a1fdf1ff85cbfb0a057f78a95e7bf147f73c1</id>
<content type='text'>
This updates the sonypi driver to the latest version:
        * document the fact that FX501/FX702 laptops are not supported

        * add battery insert/remove events (thanks to Daniel K.)

        * improve the event detection using a different port offset
          on 'type2' models (thanks to Daniel K.)
</content>
</entry>
<entry>
<title>[PATCH] sonypi and input subsystem</title>
<updated>2003-02-21T05:52:12Z</updated>
<author>
<name>Stelian Pop</name>
<email>stelian@popies.net</email>
</author>
<published>2003-02-21T05:52:12Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=90c25ebb7401d236a49c6d964fe755e5687cfb07'/>
<id>urn:sha1:90c25ebb7401d236a49c6d964fe755e5687cfb07</id>
<content type='text'>
This makes the sonypi driver forward the VAIO jog-dial events directly
to the input subsystem as mouse wheel events.  This way one is not
required anymore to have an external daemon polling /dev/sonypi if
interested only in jogdial events.
</content>
</entry>
</feed>
