<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/media, branch v2.6.13</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.13</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.13'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2005-08-02T02:13:59Z</updated>
<entry>
<title>[PATCH] V4L: Miscellaneous fixes</title>
<updated>2005-08-02T02:13:59Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@brturbo.com.br</email>
</author>
<published>2005-08-01T05:34:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=fd3113e84e188781aa2935fbc4351d64ccdd171b'/>
<id>urn:sha1:fd3113e84e188781aa2935fbc4351d64ccdd171b</id>
<content type='text'>
- Fixed some bttv card numbers.

- BTTV and SAA7134 version numbers incremented to reflect changes.

- pci_dma_supported() is called after pci_set_dma_mask() which
  already did check that for us. This patch removes the unneeded call to
  pci_dma_supported() at bttv-driver.c

- Ensure a sufficient I2C bus idle time between 2 messages for
  saa7134-i2c.c

- It is important to write at first to MO_GP3_IO for cx88-tvaudio.c

- Use try_to_freeze() instead of refrigerator at msp3400.c

- Recognizing the MFPE05-2 Tuner at tveeprom.c

- Add new parameter to help identify radio chipsets at tuner module:
  show_i2c=1 will show 16 reading bytes from detected tuners.

- BTTV does generate some Unimplemented IOCTL log at tuner module:
  0x40046d11(dir=1,tp=0x6d,nr=17,sz=4) means that it is sending
  MSP3400 calls to non-msp3400 tuners. Warning eliminated.
  VIDIOSAUDIO is also called, so debug messages updated. It is still
  requiring IOCTL implementation.

- Added two more tuners.

- Add support for the SVideo input on the GDI Black Gold.

Signed-off-by: Peter Missel &lt;peter.missel@onlinehome.de&gt;
Signed-off-by: Graham Bevan &lt;graham.bevan@ntlworld.com&gt;
Signed-off-by: Torsten Seeboth &lt;Torsten.Seeboth@t-online.de&gt;
Signed-off-by: Hartmut Hackmann &lt;hartmut.hackmann@t.online.de&gt;
Signed-off-by: Tobias Klauser &lt;tklauser@nuerscht.ch&gt;
Signed-off-by: Michael Krufky &lt;mkrufky@m1k.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&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] drivers/media/video/tveeprom.c: possible cleanups</title>
<updated>2005-07-27T23:26:15Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2005-07-27T18:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=82ee3e6fa347dcba19e36afb23a01020bc2e77e2'/>
<id>urn:sha1:82ee3e6fa347dcba19e36afb23a01020bc2e77e2</id>
<content type='text'>
This patch contains the following possible cleanups:
- make two needlessly global structs static
- #if 0 the EXPORT_SYMBOL'ed but unused function tveeprom_dump

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&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] v4l: I2C Tuner</title>
<updated>2005-07-12T23:01:06Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@brturbo.com.br</email>
</author>
<published>2005-07-12T20:58:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f7ce3cc67052de63a29bad90110640b687d12058'/>
<id>urn:sha1:f7ce3cc67052de63a29bad90110640b687d12058</id>
<content type='text'>
- Fixed a trouble on tuner-core that generates erros on computers with more
  than one TV card.
- Rename tuner structures fields.
- Tail spaces removed.
- I2C cleanups and converged to a basic reference structure.
- Removed unused structures.
- Fix setting frequency on tda8290.
- Added code for TEA5767 autodetection.
- Standby mode support implemented. It is used to disable
  a non used tuner. Currenlty implemented on tea5767.
- New macro: set_type disables other tuner when changing mode.
- Some cleanups.
- Use 50 kHz step when tunning radio for most tuners to improve precision.

Signed-off-by: Fabien Perrot &lt;perrot1983@yahoo.fr&gt;
Signed-off-by: Michael Krufky &lt;mkrufky@m1k.net&gt;
Signed-off-By: Nickolay V. Shmyrev &lt;nshmyrev@yandex.ru&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&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] v4l: I2C Miscelaneous</title>
<updated>2005-07-12T23:01:05Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@brturbo.com.br</email>
</author>
<published>2005-07-12T20:58:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ebe4c6fa535b0410e58e9c8352320896d07e2efb'/>
<id>urn:sha1:ebe4c6fa535b0410e58e9c8352320896d07e2efb</id>
<content type='text'>
- Removed unused structures.
- CodingStyle rules applied to comments.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&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] v4l: SAA7134 hybrid DVB</title>
<updated>2005-07-12T23:01:05Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@brturbo.com.br</email>
</author>
<published>2005-07-12T20:58:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=86ddd96fcd479ec4b718abaa661e5884f9dc9a33'/>
<id>urn:sha1:86ddd96fcd479ec4b718abaa661e5884f9dc9a33</id>
<content type='text'>
- Add new Typhoon DVB-T Cardbus.
- DVB-T support for MD7134 cardbus and the PCI variants
- initial DVB-T support for Lifeview Flydvb-t duo
- DVB-T support for Philips TOUGH reference design
- Don't turn off the xtal output of tda8274/75 in sleep mode
- Let Kconfig decide whether to include frontend-specific code in saa7134-dvb.
- Removed unused structures.

Signed-off-by: Juergen Orschiedt &lt;jorschiedt@web.de&gt;
Signed-off-by: Michael Krufky &lt;mkrufky@m1k.net&gt;
Signed-off-by: Hartmut Hackmann &lt;hartmut.hackmann@t-online.de&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&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] v4l: tuner improvements</title>
<updated>2005-06-29T04:20:36Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>maurochehab@gmail.com</email>
</author>
<published>2005-06-29T03:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=586b0cab2516640fec4dffc3049c4d8bca188f89'/>
<id>urn:sha1:586b0cab2516640fec4dffc3049c4d8bca188f89</id>
<content type='text'>
*tuner-core.c:
- some tuner_info msgs will be generated only if insmod opt
        tuner_debug enabled.
- Implemented tuner-core support for VIDIO_S_TUNER to allow
        changing mono/stereo mode
- Remove unneeded config options.
- I2C_CLIENT_MULTI option removed.
- support for Philips FMD12ME hybrid tuner
- allow to initialize with another tuner
- Move PHILIPS_FMD initialization code to set_type function,

* tda8290:

- Fix dumb error in tda8290 tunning.
- Radio tuner uses high-precision step instead of 62.5 KHz.

*tea5767.c:
- tuner_info msgs will be generated only if insmod tuner option
        tuner_debug enabled.
- some cleanups for better reading.
- Radio tuner uses high-precision step instead of 62.5 KHz.
- Changing radio mode stereo/mono for tea5767 working.

*tuner-simple.c:
- TNF9533-D/IF UHF fixup.
- Radio tuners now uses high-precision step instead of 62.5 KHz.

*mt20xx.c:
        - Radio tuner uses high-precision step instead of 62.5 KHz.

*tda9887.c:
        - tab and blank spaces corrections.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
Signed-off-by: Gerd Knorr &lt;kraxel@bytesex.org&gt;
Signed-off-by: Nickolay V Shmyrev &lt;nshmyrev@yandex.ru&gt;
Signed-off-by: Hartmut Hackmann &lt;hartmut.hackmann@t-online.de&gt;
Signed-off-by: Michael Krufky &lt;mkrufky@m1k.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] v4l: update for SAA7134 cards</title>
<updated>2005-06-24T07:06:39Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@brturbo.com.br</email>
</author>
<published>2005-06-24T05:05:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ac19ecc6fa57b0ea320f01831175ff163f47d6a2'/>
<id>urn:sha1:ac19ecc6fa57b0ea320f01831175ff163f47d6a2</id>
<content type='text'>
This patch adds support for various SAA7134 cards and brings some fixes.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
Signed-off-by: Fabrice Aeschbacher &lt;fabrice.aeschbacher@laposte.net&gt;
Signed-off-by: Hermann Pitton &lt;hermann.pitton@onlinehome.de&gt;.
Signed-off-by: Nickolay V Shmyrev &lt;nshmyrev@yandex.ru&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&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] v4l: update for tuner cards and some V4L chips</title>
<updated>2005-06-24T07:06:39Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@brturbo.com.br</email>
</author>
<published>2005-06-24T05:05:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=56fc08ca375491b965cb76fad65bfb98973e80d8'/>
<id>urn:sha1:56fc08ca375491b965cb76fad65bfb98973e80d8</id>
<content type='text'>
Tuner improvements and additions.  TEA5767 FM tuner added.  Several small
fixes.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
Signed-off-by: Nickolay V Shmyrev &lt;nshmyrev@yandex.ru&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] v4l: support tuner for Thomson DDT 7611 (ATSC/NTSC)</title>
<updated>2005-06-24T07:06:38Z</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@m1k.net</email>
</author>
<published>2005-06-24T05:04:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3c1d0185db6a44b6304c404f4da1a1a98746ca46'/>
<id>urn:sha1:3c1d0185db6a44b6304c404f4da1a1a98746ca46</id>
<content type='text'>
Add support for tuner#60: Thomson DDT 7611 (ATSC/NTSC) Change tuner in
card#28 (DViCO FusionHDTV3 Gold-T) from tuner=52 (Tuner Thomson DDT 7610)
to tuner=60 (Tuner Thomson DDT 7611)

Signed-off-by: Michael Krufky &lt;mkrufky@m1k.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] v4l: add support for PixelView Ultra Pro</title>
<updated>2005-06-24T07:06:38Z</updated>
<author>
<name>Manuel Capinha</name>
<email>mcapinha@gmail.com</email>
</author>
<published>2005-06-24T05:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=239df2e2b0e1f4f69fdf76fb67e865824029e8ab'/>
<id>urn:sha1:239df2e2b0e1f4f69fdf76fb67e865824029e8ab</id>
<content type='text'>
The following patch adds support for the PixelView Ultra Pro video capture
card in v4l.

- It removes the remote control key definitions from ir-kbd-gpio.c and
  moves them to ir-common.c so that they can be shared between bt878 and
  cx88 based cards.

- The patch also moves the FUSIONHDTV_3_GOLD_Q card from number 27 to 28
  to regain compatibility with the V4L cvs.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
