<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/video4linux, branch v2.6.34</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.34</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.34'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2010-02-26T18:11:09Z</updated>
<entry>
<title>V4L/DVB: Documentation: gspca.txt: update known mr97310a cams</title>
<updated>2010-02-26T18:11:09Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2010-02-10T09:49:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=606f8428ca1c2fbc665f726b4f810b8d50b87954'/>
<id>urn:sha1:606f8428ca1c2fbc665f726b4f810b8d50b87954</id>
<content type='text'>
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB: gscpa Documentation: add cpia1 cameras</title>
<updated>2010-02-26T18:11:07Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2010-01-17T13:45:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4f3a89e48a9975ab3f777ea15ac161267e4b8794'/>
<id>urn:sha1:4f3a89e48a9975ab3f777ea15ac161267e4b8794</id>
<content type='text'>
gscpa Documentation: add cpia1 cameras

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB: tuner-types: Add Sony BTF-Pxn01Z tuner type used on GigaPocket cards</title>
<updated>2010-02-26T18:11:07Z</updated>
<author>
<name>Andy Walls</name>
<email>awalls@radix.net</email>
</author>
<published>2010-02-10T22:02:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dbb9de9bc137e08dc47db960d5730e3251932e2b'/>
<id>urn:sha1:dbb9de9bc137e08dc47db960d5730e3251932e2b</id>
<content type='text'>
Sony makes custome tuners for its GigaPocket line of ivtv based capture
cards.  This adds an entry to the tuner-types list for such tuners.
Parameters are based on experiments by Eric Anderson &lt;rico99@sbcglobal.net&gt;.

Signed-off-by: Andy Walls &lt;awalls@radix.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB: V4L2 docs: replace spaces by tabs</title>
<updated>2010-02-26T18:11:05Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2010-02-22T21:55:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7cae112ebe10e186c3bdae1f20865941717e37a2'/>
<id>urn:sha1:7cae112ebe10e186c3bdae1f20865941717e37a2</id>
<content type='text'>
CC: Jonathan Corbet &lt;corbet@lwn.net&gt;
CC: Reviewed-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB: V4L2: Add a document describing the videobuf layer</title>
<updated>2010-02-26T18:11:05Z</updated>
<author>
<name>Jonathan Corbet</name>
<email>corbet@lwn.net</email>
</author>
<published>2010-02-22T20:47:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4b586a38b048b0d78874721e5b26cb6476fafb60'/>
<id>urn:sha1:4b586a38b048b0d78874721e5b26cb6476fafb60</id>
<content type='text'>
Videobuf is a moderately complex API which most V4L2 drivers should use,
but its documentation is...sparse.  This document attempts to improve the
situation.

Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Reviewed-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB: tlg2300: remove the country code for analog tv and radio</title>
<updated>2010-02-26T18:10:58Z</updated>
<author>
<name>Huang Shijie</name>
<email>shijie8@gmail.com</email>
</author>
<published>2010-02-11T06:53:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=007ad830364e795316d2825f1ab68b3a53a3d56c'/>
<id>urn:sha1:007ad830364e795316d2825f1ab68b3a53a3d56c</id>
<content type='text'>
video :
	use the V4L2_STD macros to select the proper audio setting.

radio :
	add preemphasis ctr.
	test it by the command:
	v4l2-ctl -d /dev/radio0 --set-ctrl=pre_emphasis_settings=1

[mchehab@redhat.com: folded documentation patch]
Signed-off-by: Huang Shijie &lt;shijie8@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB: Add driver for Telegent tlg2300</title>
<updated>2010-02-26T18:10:58Z</updated>
<author>
<name>Huang Shijie</name>
<email>shijie8@gmail.com</email>
</author>
<published>2010-02-02T07:07:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5b3f03f044ad6dffc8cd8c9c50bc5d7769cbd89f'/>
<id>urn:sha1:5b3f03f044ad6dffc8cd8c9c50bc5d7769cbd89f</id>
<content type='text'>
pd-common.h contains the common data structures, while
vendorcmds.h contains the vendor commands for firmware.

[mchehab@redhat.com: Folded the 10 patches with the driver]
Signed-off-by: Huang Shijie &lt;shijie8@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB: cx23885: Add support for LEADTEK WinFast PxTV1200</title>
<updated>2010-02-26T18:10:52Z</updated>
<author>
<name>Kusanagi Kouichi</name>
<email>slash@ac.auone-net.jp</email>
</author>
<published>2010-01-22T07:55:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0b32d65cd7938d31eebd9c62aab6a59a3c4cf0f8'/>
<id>urn:sha1:0b32d65cd7938d31eebd9c62aab6a59a3c4cf0f8</id>
<content type='text'>
I tested only tv and composite. Video works fine but no audio.

Signed-off-by: Kusanagi Kouichi &lt;slash@ac.auone-net.jp&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (13993): gspca.txt: add cams supported by mr97310a, sq905(c) and sn9c2028 drivers</title>
<updated>2010-02-26T18:10:39Z</updated>
<author>
<name>Theodore Kilgore</name>
<email>kilgota@banach.math.auburn.edu</email>
</author>
<published>2009-12-25T08:19:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9336960d075839b41bef89a0c68899c4025e8289'/>
<id>urn:sha1:9336960d075839b41bef89a0c68899c4025e8289</id>
<content type='text'>
gspca.txt: add cams supported by mr97310a, sq905(c) and sn9c2028 drivers

Signed-off-by: Theodore Kilgore &lt;kilgota@banach.math.auburn.edu&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (13916): gspca - ov534/ov534_9: Split the ov534 subdriver.</title>
<updated>2010-02-26T18:10:35Z</updated>
<author>
<name>Jean-Francois Moine</name>
<email>moinejf@free.fr</email>
</author>
<published>2010-01-07T08:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c52af79916028f9d15638519b54a80ed1c10bce5'/>
<id>urn:sha1:c52af79916028f9d15638519b54a80ed1c10bce5</id>
<content type='text'>
The two sensors ov772x and ov965x have too much differences.

Signed-off-by: Jean-Francois Moine &lt;moinejf@free.fr&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
</feed>
