<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/drivers/staging/speakup/kobjects.c, branch v3.8</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kobert.dev/pm24.git/atom?h=v3.8</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom?h=v3.8'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2011-11-27T02:12:56Z</updated>
<entry>
<title>Staging: speakup: Use kmemdup rather than duplicating its implementation</title>
<updated>2011-11-27T02:12:56Z</updated>
<author>
<name>Thomas Meyer</name>
<email>thomas@m3y3r.de</email>
</author>
<published>2011-11-12T12:11:18Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=1aa5eb67d70fa1f801b8b988d7e48e264c283c5e'/>
<id>urn:sha1:1aa5eb67d70fa1f801b8b988d7e48e264c283c5e</id>
<content type='text'>
Use kmemdup rather than duplicating its implementation

The semantic patch that makes this change is available
in scripts/coccinelle/api/memdup.cocci.

Signed-off-by: Thomas Meyer &lt;thomas@m3y3r.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: speakup: &amp;&amp;/|| confusion in silent_store()</title>
<updated>2011-01-20T20:06:07Z</updated>
<author>
<name>roel kluin</name>
<email>roel.kluin@gmail.com</email>
</author>
<published>2011-01-03T19:59:48Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=e7bf352fcd85c33b0805da891fc97fea8b5e996e'/>
<id>urn:sha1:e7bf352fcd85c33b0805da891fc97fea8b5e996e</id>
<content type='text'>
Fix test: the branch is always taken.

Signed-off-by: Roel Kluin &lt;roel.kluin@gmail.com&gt;
Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Cc: stable &lt;stable@kernel.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: speakup: fix failure handling</title>
<updated>2011-01-10T20:26:10Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2010-12-16T19:26:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=7959d55679e4360205c9ebc89d40a5503c53bae2'/>
<id>urn:sha1:7959d55679e4360205c9ebc89d40a5503c53bae2</id>
<content type='text'>
fix the failure handling in kobjects and the main function so that we
release the virtual keyboard if we exit due to another failure.

Signed-off-by: William Hubbs &lt;w.d.hubbs@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: speakup: fix leaks of sysfs groups</title>
<updated>2010-10-19T17:10:13Z</updated>
<author>
<name>Vasiliy Kulikov</name>
<email>segooon@gmail.com</email>
</author>
<published>2010-10-17T14:51:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=6a56486716d54d2c16c46cde6a5cf10062cd6719'/>
<id>urn:sha1:6a56486716d54d2c16c46cde6a5cf10062cd6719</id>
<content type='text'>
speakup_kobj_init() and speakup_kobj_exit() didn't remove
i18n_attr_group and main_attr_group sysfs groups.

Signed-off-by: Vasiliy Kulikov &lt;segooon@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: speakup: kobjects.c: style fixes</title>
<updated>2010-10-12T17:50:42Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2010-10-12T16:39:30Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=f1c6b7fb708e3cb6f5e7b46916e9def728c15345'/>
<id>urn:sha1:f1c6b7fb708e3cb6f5e7b46916e9def728c15345</id>
<content type='text'>
clean upd this file based on reports from checkpatch.pl

Signed-off-by: William Hubbs &lt;w.d.hubbs@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: add speakup to the staging directory</title>
<updated>2010-10-08T02:22:31Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2010-10-07T18:20:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=c6e3fd22cd538365bfeb82997d5b89562e077d42'/>
<id>urn:sha1:c6e3fd22cd538365bfeb82997d5b89562e077d42</id>
<content type='text'>
Speakup is a kernel based screen review package for the linux operating
system.  It allows blind users to interact with applications on the
linux console by means of synthetic speech.

The authors and maintainers of this code include the following:

Kirk Reiser, Andy Berdan, John Covici, Brian and
David Borowski, Christopher Brannon, Samuel Thibault and William Hubbs.

Signed-off-by: William Hubbs &lt;w.d.hubbs@gmail.com&gt;
Signed-off-by: Samuel Thibault &lt;samuel.thibault@ens-lyon.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
