<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lwn.git/drivers/hid/hid-roccat-savu.c, branch v4.14-rc4</title>
<subtitle>Linux kernel documentation tree maintained by Jonathan Corbet</subtitle>
<id>http://mirrors.hust.edu.cn/git/lwn.git/atom?h=v4.14-rc4</id>
<link rel='self' href='http://mirrors.hust.edu.cn/git/lwn.git/atom?h=v4.14-rc4'/>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/'/>
<updated>2013-10-30T13:17:31+00:00</updated>
<entry>
<title>HID: roccat: generalize some common code</title>
<updated>2013-10-30T13:17:31+00:00</updated>
<author>
<name>Stefan Achatz</name>
<email>erazor_de@users.sourceforge.net</email>
</author>
<published>2013-10-28T17:52:05+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=71304f5a269abc25b9277744dfd6925f3e29e26a'/>
<id>urn:sha1:71304f5a269abc25b9277744dfd6925f3e29e26a</id>
<content type='text'>
Reduced some duplicate code by moving it to hid-roccat-common.

Signed-off-by: Stefan Achatz &lt;erazor_de@users.sourceforge.net&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>hid: roccat-savu: convert class code to use bin_attrs in groups</title>
<updated>2013-08-20T04:46:53+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2013-08-20T04:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=080795482566ecaf599bfa8cb5656ff13ca4a4ce'/>
<id>urn:sha1:080795482566ecaf599bfa8cb5656ff13ca4a4ce</id>
<content type='text'>
Now that attribute groups support binary attributes, use them instead of
the dev_bin_attrs field in struct class, as that is going away soon.

Cc: Jiri Kosina &lt;jkosina@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>HID: roccat: enable Savu device reset</title>
<updated>2012-11-05T12:17:39+00:00</updated>
<author>
<name>Stefan Achatz</name>
<email>erazor_de@users.sourceforge.net</email>
</author>
<published>2012-11-04T08:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=9e78eb8fbba5b00678d3d20e8e435cd0500716f3'/>
<id>urn:sha1:9e78eb8fbba5b00678d3d20e8e435cd0500716f3</id>
<content type='text'>
Device can be reset to factory state by sending a command via info sysfs attr.
Changed from ro to rw to enable this feature.

Signed-off-by: Stefan Achatz &lt;erazor_de@users.sourceforge.net&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: roccat: added sensor sysfs attribute for Savu</title>
<updated>2012-07-20T07:50:42+00:00</updated>
<author>
<name>Stefan Achatz</name>
<email>erazor_de@users.sourceforge.net</email>
</author>
<published>2012-07-04T16:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=11a5c818ae2b7f8ffa7734fa096ca7e9d37b1216'/>
<id>urn:sha1:11a5c818ae2b7f8ffa7734fa096ca7e9d37b1216</id>
<content type='text'>
The sensor attr can be used to tweak the optical sensor of the Savu.

Signed-off-by: Stefan Achatz &lt;erazor_de@users.sourceforge.net&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: roccat: rename roccat_common functions to roccat_common2</title>
<updated>2012-06-28T08:34:01+00:00</updated>
<author>
<name>Stefan Achatz</name>
<email>erazor_de@users.sourceforge.net</email>
</author>
<published>2012-05-20T20:45:04+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=7392d73be2b3c907d65126f072c313215e1907b3'/>
<id>urn:sha1:7392d73be2b3c907d65126f072c313215e1907b3</id>
<content type='text'>
Did this to illustrate my understanding of the firmware generations:
Valo and Kone were 1st generation
Arvo was externaly developed and lies in the middle
All others until now are considered 2nd generation

Signed-off-by: Stefan Achatz &lt;erazor_de@users.sourceforge.net&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: roccat: move functionality to roccat-common</title>
<updated>2012-06-28T08:34:01+00:00</updated>
<author>
<name>Stefan Achatz</name>
<email>erazor_de@users.sourceforge.net</email>
</author>
<published>2012-05-20T20:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=4728f2dc9f8e32ce898223fb863316ed7fa2d224'/>
<id>urn:sha1:4728f2dc9f8e32ce898223fb863316ed7fa2d224</id>
<content type='text'>
Reduced code duplication by moving functions from individual drivers
to roccat-common module.

Signed-off-by: Stefan Achatz &lt;erazor_de@users.sourceforge.net&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>HID: roccat: add support for Roccat Savu</title>
<updated>2012-06-28T08:34:01+00:00</updated>
<author>
<name>Stefan Achatz</name>
<email>erazor_de@users.sourceforge.net</email>
</author>
<published>2012-05-20T20:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=6a2a6390cf098b899a30146ef5c1fb85c9fefb3c'/>
<id>urn:sha1:6a2a6390cf098b899a30146ef5c1fb85c9fefb3c</id>
<content type='text'>
This patch adds rupport for Roccat Savu gaming mouse.

In comparison to the other Roccat modules I tried to move even more
functionality to userland.

Userland tools can soon be found at http://sourceforge.net/projects/roccat

Signed-off-by: Stefan Achatz &lt;erazor_de@users.sourceforge.net&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
</feed>
