<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-stable.git/drivers/staging/easycap, branch linux-2.6.36.y</title>
<subtitle>Linux kernel stable tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/'/>
<entry>
<title>staging: Pushdown bkl to easycap ioctl handlers</title>
<updated>2010-08-09T01:28:40+00:00</updated>
<author>
<name>Frederic Weisbecker</name>
<email>fweisbec@gmail.com</email>
</author>
<published>2010-08-09T01:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=5ef06839f50c7e5e479d3595257131edf1f84f36'/>
<id>5ef06839f50c7e5e479d3595257131edf1f84f36</id>
<content type='text'>
These were amongst the last users of struct file_operations:ioctl

Signed-off-by: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were amongst the last users of struct file_operations:ioctl

Signed-off-by: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: Remove unnecessary casts of private_data</title>
<updated>2010-07-22T21:43:51+00:00</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2010-07-12T20:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=ba952d84e1d45df80e125d4abc64f3b778ae6dd7'/>
<id>ba952d84e1d45df80e125d4abc64f3b778ae6dd7</id>
<content type='text'>
Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: easycap: Upsample microphone audio</title>
<updated>2010-07-22T18:08:55+00:00</updated>
<author>
<name>Mike Thomas</name>
<email>rmthomas@sciolus.org</email>
</author>
<published>2010-07-11T09:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=7ebc8760b38bb00c35fcf43dad438c2adcd7c328'/>
<id>7ebc8760b38bb00c35fcf43dad438c2adcd7c328</id>
<content type='text'>
Upsampling from 8000 Hz mono to 32000 Hz stereo improves audio/video
synchronization when userspace programs adopt default buffering.  This
is an experimental feature.

Signed-off-by: Mike Thomas &lt;rmthomas@sciolus.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upsampling from 8000 Hz mono to 32000 Hz stereo improves audio/video
synchronization when userspace programs adopt default buffering.  This
is an experimental feature.

Signed-off-by: Mike Thomas &lt;rmthomas@sciolus.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: easycap: Replace some global variables</title>
<updated>2010-07-22T18:08:01+00:00</updated>
<author>
<name>Mike Thomas</name>
<email>rmthomas@sciolus.org</email>
</author>
<published>2010-07-11T09:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=3d423e91b498b71bfdf4bcfac52c3c27e0f2f39f'/>
<id>3d423e91b498b71bfdf4bcfac52c3c27e0f2f39f</id>
<content type='text'>
New members of struct easycap take the place of undesirable global variables.

Signed-off-by: Mike Thomas &lt;rmthomas@sciolus.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New members of struct easycap take the place of undesirable global variables.

Signed-off-by: Mike Thomas &lt;rmthomas@sciolus.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: easycap: Add dependencies to Kconfig</title>
<updated>2010-07-08T19:33:03+00:00</updated>
<author>
<name>Mike Thomas</name>
<email>rmthomas@sciolus.org</email>
</author>
<published>2010-06-26T19:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=53b4725e1f51d709f4c89821bd4a09f9a881a29f'/>
<id>53b4725e1f51d709f4c89821bd4a09f9a881a29f</id>
<content type='text'>
The "depends on" line was inadvertently omitted from the inaugural patch.

Signed-off-by: Mike Thomas &lt;rmthomas@sciolus.org&gt;
Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "depends on" line was inadvertently omitted from the inaugural patch.

Signed-off-by: Mike Thomas &lt;rmthomas@sciolus.org&gt;
Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: easycap: add easycap driver</title>
<updated>2010-06-18T19:34:42+00:00</updated>
<author>
<name>R.M. Thomas</name>
<email>rmthomas@sciolus.org</email>
</author>
<published>2010-06-18T19:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=702422bd2d3f44e454a97ca7054edde84cc18126'/>
<id>702422bd2d3f44e454a97ca7054edde84cc18126</id>
<content type='text'>
This adds the easycap USB video adapter driver to
the staging directory.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the easycap USB video adapter driver to
the staging directory.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
