)]}'
{
  "log": [
    {
      "commit": "1864cfb1537e108c2fe7a8e178b28bffde5a5439",
      "tree": "f25083dd3fb3781670ee4a37b52240a34dbfb67f",
      "parents": [
        "cc33668b1eed1eac43f00cec639066047323b01d"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun Apr 02 03:14:11 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:56 2006 -0300"
      },
      "message": "V4L/DVB (3653h): Move usb v4l docs into Documentation/video4linux\n\n- Move documentation for usb v4l devices from\n  Documentation/usb to Documentation/video4linux.\n- Removed trailing whitespace.\n- Update Kconfig help text links to reflect the new file locations.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "d95b8942eed310759bc866a2a4c0f110578aaa69",
      "tree": "a428b1b46b996088598d37179171db99195a888e",
      "parents": [
        "2174eb9cc876e840bcfa6d44f22c7f816289bf21"
      ],
      "author": {
        "name": "Hartmut Hackmann",
        "email": "hartmut.hackmann@t-online.de",
        "time": "Mon Mar 27 19:39:30 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:22 2006 -0300"
      },
      "message": "V4L/DVB (3646): Added support for the new Lifeview hybrid cardbus modules\n\nThere seem to be many variants of this cards with different\nfeature sets. This entry supports\nanalog TV, CVBS and s-video input, FM radio and DVB-T\nif they are supported by the hardware.\n\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "42e6b3b476f89b08232d1c1efd2327665b9050c8",
      "tree": "2342cb4159c0ac109e62d1419ffb7673bcee2bcc",
      "parents": [
        "75bc8019e5f539b991ea5d68c3bddf797a825081"
      ],
      "author": {
        "name": "Hartmut Hackmann",
        "email": "hartmut.hackmann@t-online.de",
        "time": "Mon Mar 27 19:04:48 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:18 2006 -0300"
      },
      "message": "V4L/DVB (3644): Added PCI IDs of 2 LifeView Cards\n\nAdded ID entries for the Genius VideoWonder DVB-T\nand the LifeView FlyTV Platinum Gold\n\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "48773e685b118ef56dcf5258ef7388a4bea16137",
      "tree": "2d3755b848eafaa6dc70b7d3b68a9ffe8f5d458d",
      "parents": [
        "d56410e0a594150c5ca06319da7bc8901c4d455e"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Mar 25 09:21:43 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Mar 25 09:29:32 2006 -0300"
      },
      "message": "V4L/DVB (3599c): Whitespace cleanups under Documentation/video4linux\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ba3a5a81f79d16666e1b46ee9e4fe7f2bc8bd70f",
      "tree": "71e22f12307169af9a5ad96a51766b38736f3953",
      "parents": [
        "67ac9a40f90db57b09f7d98f72d8d0344acefbac"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Mar 14 19:02:12 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:33 2006 -0800"
      },
      "message": "V4L/DVB (3504): Medion 7134: Autodetect second bridge chip\n\nThe device, Medion 7134, has two saa7134 chips on it, but only one of them\nis functional in the current saa7134 driver.\nThis patch adds autodetection for the second, unsupported saa7134 chip,\nas SAA7134_BOARD_MD7134_BRIDGE_2, and displays a message to the user\n(in dmesg) indicating that the second chip isn\u0027t yet functional.\nThis is useful for users, since two instances of the saa7134 driver\nwill spawn. This patch will prevent confusion by warning the user that\nonly one of the chips on the board are functional.\nThere are other versions of the SAA7134_BOARD_MD7134 with only a single\nsaa7134 bridge/decoder -- those devices will not be affected by this patch.\nOnly devices containing the second chip will display the warning.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "68593af311aadb541b3b70acea175dea8e9cf7ca",
      "tree": "ec38cccc0099c961e539005dc42adc28447c3231",
      "parents": [
        "f3629be8388a679590eb919919ee63e2715ec25e"
      ],
      "author": {
        "name": "Rickard Osser",
        "email": "ricky@osser.se",
        "time": "Sat Mar 11 17:14:12 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:11 2006 -0800"
      },
      "message": "V4L/DVB (3446): Saa7134: add support for AVerMedia A169 Dual Analog tuner card\n\n- Added support for AVerMedia A169 Dual Analog tuner card\n  (dual saa7134 decoders - only 1 working right now)\n- Added autodetection for both parts of the card.\n  It shows up like 2 cards, B1 and B\n- Enabled tuner B1, SVIDEO on B1 and composite1 through SVIDEO,\n  FIXME: B is more or less dead at this point and I suspect the\n  FM-radio is on the B part of the board\n\nSigned-off-by: Rickard Osser \u003cricky@osser.se\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f3629be8388a679590eb919919ee63e2715ec25e",
      "tree": "d97efc61c0845959da4918041fec21c88b9df76a",
      "parents": [
        "fd2f26771b14a321f4003366fdf99a2484fa6b2a"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sat Mar 11 17:02:01 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:10 2006 -0800"
      },
      "message": "V4L/DVB (3445): LG TALN series: add PAL / SECAM support\n\n- added tuner_lg_taln_pal_secam_ranges\n- renamed tuner 66 from TUNER_LG_NTSC_TALN_MINI to TUNER_LG_TALN\n- updated FlyTV mini Asus Digimatrix with new tuner\n\nThanks-to: Rickard Osser \u003cricky@osser.se\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "7947a220e5fe1373f1830b41fb7376bef636f113",
      "tree": "86637a1019721539cef1c94050c806e50fb2e504",
      "parents": [
        "cef4e7af71ec16aba13ae291e41262a8913a56d8"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Thu Mar 09 16:09:20 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:52:58 2006 -0800"
      },
      "message": "V4L/DVB (3424): Updated CARDLIST.tuner with newer tenna string\n\nAlso Removed whitespaces introduced by previous tena patch\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "793f225b0d77dd6a53614f5e312a28b754144d86",
      "tree": "3a3e8abced9b0abb652616b322e662f28ff3b4f8",
      "parents": [
        "be787ace0139bc7ef0229606819bad64bb5d84f4"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Mar 08 10:50:06 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 12:04:28 2006 -0300"
      },
      "message": "V4L/DVB (3414): Saa7134: document that there\u0027s also a 220RF from KWorld\n\nI have the same card with the same PCI id, but from KWorld.\nThe patch documents that this is the same card.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "91ae3299d7d3493a25e5f26cbaceeb18e7760ef3",
      "tree": "13bda3f740a6dba89fb74351295279aabbed1dce",
      "parents": [
        "69b27e3dfebff8f59e979d57263e1cd83c4d8370"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 01 00:04:42 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 11:37:29 2006 -0300"
      },
      "message": "V4L/DVB (3411): FE6600 is a Thomson tuner\n\n- The tuner used in DViCO FusionHDTV DVB-T hybrid is made by Thomson\n- renamed tuner and dvb_pll structs accordingly\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "780dfef37e2c941985b708f67aa0074edc922bea",
      "tree": "c7db2fd63acfce369d2af871183da2cf0614db9a",
      "parents": [
        "db5d91eb36e1cc9d46016d1d44874376cfabf274"
      ],
      "author": {
        "name": "Chris Pascoe",
        "email": "c.pascoe@itee.uq.edu.au",
        "time": "Tue Feb 28 08:34:59 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 11:36:50 2006 -0300"
      },
      "message": "V4L/DVB (3408): DViCO FusionHDTV DVB-T Hybrid and ZL10353-based FusionHDTV DVB-T Plus support\n\nAdd support for the FE6600 tuner used on the DVB-T Hybrid board.\nAdd support for the Zarlink ZL10353 DVB-T demodulator, which supersedes the\nMT352, used on the DViCO FusionHDTV DVB-T Hybrid and later model Plus boards.\n\nSigned-off-by: Chris Pascoe \u003cc.pascoe@itee.uq.edu.au\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8cbe84f33a8d420d8c8228599bc042cb31c569fa",
      "tree": "041885dcbcb6db099fcd442e8d0f2c3c7f9c0883",
      "parents": [
        "d15549acfedd70b2bd97a5876ecd59527fa97671"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Feb 28 04:40:51 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 03 12:15:29 2006 -0300"
      },
      "message": "V4L/DVB (3399a): cpia2/cpia2_v4l.c cleanups\n\n- make 2 needlessly global functions static\n\n- remove cpia2_setup(): the driver already allows setting parameters\n  through module_param(), and there\u0027s no reason for having two different\n  ways for setting the same parameters\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9a7871ba111862b1515719994df66eeda9debbd1",
      "tree": "70272b8681010e6ccf5df443a8211316d8208a5e",
      "parents": [
        "ba52429cb4e9ccd2e6417205a3f7d1f78356e236"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Mon Feb 27 15:22:49 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 03 12:13:27 2006 -0300"
      },
      "message": "V4L/DVB (3399): ELSA EX-VISION 500TV: fix incorrect PCI subsystem ID\n\n- ELSA EX-VISION 500TV was incorrectly programmed to have the same\n  subsystem ID as ELSA EX-VISION 300TV, (1048:226b)\n- This changeset replaces the incorrect subsystem ID (1048:226b)\n  with the correct one (1048:226a) for the ELSA EX-VISION 500TV.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ba52429cb4e9ccd2e6417205a3f7d1f78356e236",
      "tree": "1573cf61c25e47daa66985766171606f6dece77a",
      "parents": [
        "420f32fe4e3eed466a6563e15a89f4688134cc98"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Mon Feb 27 14:38:17 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 03 12:12:39 2006 -0300"
      },
      "message": "V4L/DVB (3398): ELSA EX-VISION 700TV: fix incorrect PCI subsystem ID\n\n- Corrected autodetection for saa7130 card:\n  subsystem: 1048:226c, board: ELSA EX-VISION 700TV\n\nSigned-off-by: TAMUKI Shoichi \u003ctamuki@linet.gr.jp\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ab33d5071de7a33616842882c11b5eb52a6c26a1",
      "tree": "5484a1a0d671e7191a47a1b51d5e1ae67fc8916f",
      "parents": [
        "f05cce863fa399dd79c5aa3896d608b8b86d8030"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon Feb 27 00:09:05 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:09:05 2006 -0300"
      },
      "message": "V4L/DVB (3376): Add cpia2 camera support\n\nThere has been a CPIA2 driver out of kernel for a long time and it has\nbeen pretty clean for some time too. This is an import of the\nsourceforge driver which has been stripped of\n- 2.4 back compatibility\n- 2.4 old style MJPEG ioctls\nA couple of functions have been made static and the docs have been\nrepackaged into Documentation/video4linux.  The rvmalloc/free functions now\nmatch the cpia driver again.  Other than that this is the code as is.\nTested on x86-64 with a QX5 microscope.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ccb1ef199162754e80c27e5b7d20817eb73a0eab",
      "tree": "893bb08a38001cf5dff29854de200c681a5b0345",
      "parents": [
        "6ba509d7c73f6cea795a71ceed6cdb7e302fc4b7"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Mon Feb 27 00:08:36 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:08:36 2006 -0300"
      },
      "message": "V4L/DVB (3365): Kworld ATSC110: cleanups\n\n- There is no radio with this tuner card...\n  Thanks-to: Dwaine Garden \u003cDwaineGarden@rogers.com\u003e\n- fixed capitalization in card name.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3e1410adc7cc9e8511327179b5b86864be17b7f9",
      "tree": "6dcbe9209a306471cd34a52487e91a11a3ad2a6b",
      "parents": [
        "ecc0b94742014f21fd1ba331bb6815322800b6c8"
      ],
      "author": {
        "name": "Andrew Burri",
        "email": "andrew.burri@gmail.com",
        "time": "Mon Feb 27 00:08:23 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:08:23 2006 -0300"
      },
      "message": "V4L/DVB (3361): Add support for Kworld ATSC110\n\nSigned-off-by: Andrew Burri \u003candrew.burri@gmail.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "cb46e3c28ef8055e82dfbc64ba64dda123833036",
      "tree": "552b9b2c74be2faaf3c19601ca8eb8146aa35eb7",
      "parents": [
        "d0456d1d67044ff2987190d0d8148a88f1a775af"
      ],
      "author": {
        "name": "Karsten Suehring",
        "email": "ksuehring@gmx.net",
        "time": "Mon Feb 27 00:08:08 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:08:08 2006 -0300"
      },
      "message": "V4L/DVB (3347): Pinnacle PCTV 40i: add filtered Composite2 input\n\nThis patch adds another composite input to the Pinnacle PCTV 100i\ndefinition which filters the chrominace signal from the luma input. This\nimproves video quality for Composite signals on the S-Video connector of\nthe card.\nIn addition the name string of the card is changed to include PCTV 40i\nand 50i since these cards are identical.\n\nSigned-off-by: Karsten Suehring \u003cksuehring@gmx.net\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "d0456d1d67044ff2987190d0d8148a88f1a775af",
      "tree": "50f6838782d2c4abea8ed8af0298f0214829fe4b",
      "parents": [
        "24da4e4b8dbd443c205c4ec3b2a563421e6ca319"
      ],
      "author": {
        "name": "Tamuki Shoichi",
        "email": "tamuki@linet.gr.jp",
        "time": "Mon Feb 27 00:08:04 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:08:04 2006 -0300"
      },
      "message": "V4L/DVB (3346): Add saa713x card: ELSA EX-VISION 700TV (saa7130)\n\nAdd support for ELSA EX-VISION 700TV, which is the ELSA Japan\u0027s\nflagship model of the software encoding TV capture card.\nAll inputs (Television, Composite1 and S-Video) have been tested.\n\nSigned-off-by: Tamuki Shoichi \u003ctamuki@linet.gr.jp\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "0004fd59d57a5875db8897966c414a88b5dad481",
      "tree": "e0f28025301fb87125c38ed51a51f6f29456d1fa",
      "parents": [
        "1d519605f13dd2c51024060465a16ddd1abfb649"
      ],
      "author": {
        "name": "Markus Rechberger",
        "email": "mrechberger@gmail.com",
        "time": "Mon Feb 27 00:07:27 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:07:27 2006 -0300"
      },
      "message": "V4L/DVB (3291): Added support for xc3028 analogue tuner  (Hauppauge HVR900, Terratec Hybrid XS)\n\nAdded support for xc3028 to v4l which adds support for:\n * Terratec Hybrid XS (analogue)\n * Hauppauge HVR 900 (analogue)\n\n\nSigned-off-by: Markus Rechberger \u003cmrechberger@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "44256de13ecc72291b616fda5f2c7ca8b110feec",
      "tree": "c87412fa747aa33978a4d4c29cdc60974d786bef",
      "parents": [
        "3dfb729f4513184d06a0c618179489ac7bb277e0"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Feb 07 06:49:14 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Feb 07 06:49:14 2006 -0200"
      },
      "message": "V4L/DVB (3316): Add initial support for KWorld HardwareMpegTV XPert\n\n- Add initial support for KWorld HardwareMpegTV XPert.\n- uses silicon tuner: tda8290 + tda8275\n- standard video using cx88 broadcast decoder is working.\n- blackbird mpeg encoder support (cx23416) not yet working.\n- FM radio untested.\n- audio is only working correctly in television mode,\n  all other modes disabled.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3dfb729f4513184d06a0c618179489ac7bb277e0",
      "tree": "e31f89ca06c5ec10fa4a62fa07089d018f53254b",
      "parents": [
        "e5d4a56d5d824e4dfe7d065d0fedb02e63952710"
      ],
      "author": {
        "name": "Peter Hartshorn",
        "email": "p3r@users.sourceforge.net",
        "time": "Tue Feb 07 06:49:13 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Feb 07 06:49:13 2006 -0200"
      },
      "message": "V4L/DVB (3315): Added support for the Tevion DVB-T 220RF card\n\nThis is an analog / digital hybrid card.\n\nSigned-off-by: Peter Hartshorn \u003cp3r@users.sourceforge.net\u003e\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "df42eaf2b2f2c43969d879dbcafa698c666fe8a9",
      "tree": "7cbfeaf66d839d29f682cfc7356bd8cca0116965",
      "parents": [
        "0eb3de20a1cec67547951cebc4fcddc701e7428b"
      ],
      "author": {
        "name": "Hartmut Hackmann",
        "email": "hartmut.hackmann@t\\-online.de",
        "time": "Tue Feb 07 06:49:10 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:49:10 2006 -0200"
      },
      "message": "V4L/DVB (3305): Added support for the ADS Instant TV DUO Cardbus PTV331\n\nAnalog and DVB-T are working, Remote not yet.\nThis card is based on the new LifeView design, there should be many variants.\n\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3d8466ece44c70555a101da73845955c443f4d18",
      "tree": "9d7fe8df835b31c2365ec216c1ac47afad954d67",
      "parents": [
        "d97a11e091a0bf40f1cfb0bbf443ddd7b455b133"
      ],
      "author": {
        "name": "Giampiero Giancipoli",
        "email": "gianci@libero.it",
        "time": "Tue Feb 07 06:49:09 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:49:09 2006 -0200"
      },
      "message": "V4L/DVB (3302): Added support for the LifeView FlyDVB-T LR301 card\n\nAdditionally to the card support, this changeset adds the option\ntda10046lifeview to get_dvb_firmware to download tda10046 firmware\nfrom LifeView\u0027s site.\n\nSigned-off-by: Giampiero Giancipoli \u003cgianci@libero.it\u003e\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "33ccaa3feb2a6e09942b6f0af6fbb0451a2e1537",
      "tree": "12f293749bedbf1d875ebd341b504907ff2e1825",
      "parents": [
        "15207b2e73afb3aa6cd96a1b8c0b5016bcf90128"
      ],
      "author": {
        "name": "Markus Rechberger",
        "email": "mrechberger@gmail.com",
        "time": "Tue Feb 07 06:25:41 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:25:41 2006 -0200"
      },
      "message": "V4L/DVB (3280): Changed description of KWorld PVR TV 2800RF\n\nChanged description of KWorld PVR TV 2800RF\n\nSigned-off-by: Markus Rechberger \u003cmrechberger@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4d17d0834a2e6a5cba096ea09592a4a096183300",
      "tree": "fa39740c5694402941deb48b4f2688a8da68ccd2",
      "parents": [
        "f7d66e82c6df37043ddd41ec9ec893844d3a18be"
      ],
      "author": {
        "name": "Markus Rechberger",
        "email": "mrechberger@gmail.com",
        "time": "Tue Feb 07 06:25:39 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:25:39 2006 -0200"
      },
      "message": "V4L/DVB (3276): Added terratec hybrid xs and kworld 2800rf support\n\n- Added terratec hybrid xs product/vendorid\n- Added gpio audio initialization for kworld pvr 2800rf\n\nSigned-off-by: Markus Rechberger \u003cmrechberger@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "a78d0bfabda67dd40a5a97ba4c24265e1820e7ea",
      "tree": "9b35e9afdbbbd15cdc5cbe742da2743f6e97f317",
      "parents": [
        "17801f5fa2e31b60f26aadd7ba41395dd1b1093e"
      ],
      "author": {
        "name": "Jose Alberto Reguero",
        "email": "jareguero@telefonica.net",
        "time": "Tue Feb 07 06:25:14 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:25:14 2006 -0200"
      },
      "message": "V4L/DVB (3267): Add support for the Avermedia 777 DVB-T card\n\nSigned-off-by: Jose Alberto Reguero \u003cjareguero@telefonica.net\u003e\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "10b7a903072eb066b17cc9049d6ea55dd044f4c3",
      "tree": "9fe5f92e9ef6e9de5df5eeb3baa01961d89e7822",
      "parents": [
        "6ac48b458769059ee6147dd8bf2767e820407292"
      ],
      "author": {
        "name": "Peter Missel",
        "email": "peter.missel@onlinehome.de",
        "time": "Mon Jan 23 17:11:06 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 23 17:11:06 2006 -0200"
      },
      "message": "V4L/DVB (3409): Mark Typhoon cards as Lifeview OEM\u0027s\n\n- Mark Typhoon cards as OEM of Lifeview.\n\nSigned-off-by: Peter Missel \u003cpeter.missel@onlinehome.de\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f74a6b395a6dea5028a1604e721dfb2b5c18fc86",
      "tree": "b21de10f98fb076de42b1926ef993b9b1bd9e27a",
      "parents": [
        "3ee68c4af3fd7228c1be63254b9f884614f9ebb2"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Tue Jan 17 03:50:23 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Sun Jan 22 22:30:01 2006 -0200"
      },
      "message": "V4L/DVB (3392): Add PCI ID for DigitalNow DVB-T Dual, rebranded DViCO FusionHDTV DVB-T Dual.\n\n- Add PCI ID for DigitalNow DVB-T Dual,\nrebranded DViCO FusionHDTV DVB-T Dual.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "b3d37042d7d33baf0247d1df31031e64427f39b3",
      "tree": "c7463cf80fbdfd5d09d4af4fed95d87bdcfbef92",
      "parents": [
        "7b0ac9cdd42b254ae2ec0f6c1cc6389655e4ba96"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Jan 13 14:10:25 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Fri Jan 13 14:10:25 2006 -0200"
      },
      "message": "V4L/DVB (3363): Add support for Samsung tuner TCPN 2121P30A\n\n- Add support for Samsung tuner TCPN 2121P30A, used in\n  Hauppauge PVR-500 cards.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6bfb2e1f19a3fb68cf82f6ad44c34f4bcf9d4e9f",
      "tree": "ccb8f44d5022ffb80e902597030b89d56521aacb",
      "parents": [
        "b5fc71440f63f653d86c75c2930fe22ad84c909d"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jan 11 22:52:28 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Thu Jan 12 00:10:59 2006 -0200"
      },
      "message": "V4L/DVB (3349): Add PCI ID for UltraView DVB-T Plus, rebranded DViCO FusionHDTV DVB-T Plus\n\n- Add PCI ID for UltraView DVB-T Plus,rebranded DViCO FusionHDTV DVB-T Plus\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2d05ae6b5b77f063aa0f82cf0570f3e4b80b367c",
      "tree": "16c12212c57ae7def1c4b2bfe7acd4ea189b4343",
      "parents": [
        "30367bfda384ccb96c0fe35aaa001c7624e9fd01"
      ],
      "author": {
        "name": "Julian Calaby",
        "email": "julian.calaby@gmail.com",
        "time": "Wed Jan 11 19:40:09 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Wed Jan 11 19:40:09 2006 -0200"
      },
      "message": "\n\nV4L/DVB (3340): Add bttv card MagicTV (rebranded MachTV)\n\n\n- Add bttv card MagicTV (rebranded MachTV)\n\nSigned-off-by: Julian Calaby \u003cjulian.calaby@gmail.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "43eabb4e2284146f8bfae8730ae41c218b724b7d",
      "tree": "a085cd1a8045ec6516a9170da8a4f19b0e03cc7c",
      "parents": [
        "0029ee143d66ca89d0e8b074abb452cf4ca2c53c"
      ],
      "author": {
        "name": "Chris Pascoe",
        "email": "c.pascoe@itee.uq.edu.au",
        "time": "Mon Jan 09 18:21:28 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 18:21:28 2006 -0200"
      },
      "message": "V4L/DVB (3311): DViCO FusionHDTV DVB-T Dual Digital PCI support\n\n- Support for DVB reception on the PCI half of the DViCO DVB-T Dual Digital.\n\nSigned-off-by: Chris Pascoe \u003cc.pascoe@itee.uq.edu.au\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "4aa6ba513e28884b56bac529553a47a6b160c310",
      "tree": "0318ef6dfd3fa731febf67ee2eb11c3c56cd1222",
      "parents": [
        "f39624fda00d2a30d31f0fa06153e9b460295676"
      ],
      "author": {
        "name": "Peter Missel",
        "email": "peter.missel@onlinehome.de",
        "time": "Mon Jan 09 15:32:45 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:32:45 2006 -0200"
      },
      "message": "V4L/DVB (3295): Add analog support for LifeView FlyDVB Trio.\n\n- Add support for LifeView FlyDVB Trio.\n- all analog inputs are supported and working, including FM radio\n- TO DO: dvb \u0026 remote control\n\nSigned-off-by: Peter Missel \u003cpeter.missel@onlinehome.de\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "f39624fda00d2a30d31f0fa06153e9b460295676",
      "tree": "65d1637c0ee1b893c75bd18bef5d337d0bb836cf",
      "parents": [
        "b7f355d23c34399ccfd54fd613c306ab4a788234"
      ],
      "author": {
        "name": "Manenti Marco",
        "email": "marco_manenti@colman.it",
        "time": "Mon Jan 09 15:32:45 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:32:45 2006 -0200"
      },
      "message": "V4L/DVB (3294): Add Kworld/Vstream Xpert DVB-T card with cx22702 tuner.\n\n- Add Kworld/Vstream Xpert DVB-T card with cx22702 tuner.\n\nSigned-off-by: Manenti Marco \u003cmarco_manenti@colman.it\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "fc40b261db15d010455ad0a4e2ac59da2ced730f",
      "tree": "d91b96cb35c8b2e978d6ff1be5bdf3aad1993709",
      "parents": [
        "50c25fff5385c6baf3114f7c369b0f75a29ac1e8"
      ],
      "author": {
        "name": "Chris Pascoe",
        "email": "c.pascoe@itee.uq.edu.au",
        "time": "Mon Jan 09 15:25:35 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:35 2006 -0200"
      },
      "message": "V4L/DVB (3220): Add support for VP-3054 HDTV board\n\n\n- Added support for VP-3054 (aka DigitalNow DNTV Live! DVB-T Pro!).\n- This board has a secondary I2C bus and remote control.\n- Added a new module to handle secondary I2C bus on this board.\n\nSigned-off-by: Chris Pascoe \u003cc.pascoe@itee.uq.edu.au\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "41d70c26c615da5a42aea4655232c68c53b9e084",
      "tree": "9d2dc9428d3dcbe074c39eaba1e6bfb3f7830965",
      "parents": [
        "2a9a9a84f2ac6e4481f564c42a9268477465c359"
      ],
      "author": {
        "name": "Ricardo Cerqueira",
        "email": "v4l@cerqueira.org",
        "time": "Mon Jan 09 15:25:34 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:34 2006 -0200"
      },
      "message": "V4L/DVB (3216): saa7134 card #58 has a newer revision with a new subsystem ID\n\n\n- Added new ID for different revision of card #58. It\u0027s the same card,\nbut with a tda8275a instead of a tda8275\n\nSigned-off-by: Ricardo Cerqueira \u003cv4l@cerqueira.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "83ac8722be6d34b9bbcaabfff825d5847ce3a9d4",
      "tree": "2f5b1e111f7c988a0a5ce288e1c19e4159c31446",
      "parents": [
        "bc61b0102a53ee0ced3a8747cd4afe656a453756"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Mon Jan 09 15:25:29 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:29 2006 -0200"
      },
      "message": "V4L/DVB (3196): correct Thomson DTT 761x frequency ranges\n\n\n- Corrected Thomson DTT 7611 tuner programming, based on spec sheet\n- renamed to Thomson DTT 761x\n- applies to DTT 7611 7611A 7612 7613 7613A 7614 7615 7615A\n(DTT 7610 is similar, but slightly different programming)\n- corrected frequency ranges for analog and digital modes\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "5ea892f156310132a1bd37c45c3ca09663cfb9fb",
      "tree": "cde5f3cc62c9f2ddfccfa2ad32a0a13048af2d77",
      "parents": [
        "4abdfed5676e5ef7f2461bb76f5929068a9cc9cf"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Mon Jan 09 15:25:26 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:26 2006 -0200"
      },
      "message": "V4L/DVB (3166): \"Philips 1236D ATSC/NTSC dual in\" - fix typo.\n\n- \"Philips 1236D ATSC/NTSC dual in\" - fix typo.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "c432a072b6b597c7af138f2fee337d79261b44f4",
      "tree": "e55c9e0452d1b932abfdd6f16c6f0d05c32fcbd0",
      "parents": [
        "bcb17c421e8fa20d31a0b4a60686908b6d469ce7"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Mon Jan 09 15:25:13 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:13 2006 -0200"
      },
      "message": "V4L/DVB (3092): Add support for another Nova-T-PCI PCI subdevice 0x9001\n\n- Add support for another Nova-T-PCI PCI subdevice 0x9001\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "611900c1858747a87657eb405ebab5b1e72bb57c",
      "tree": "661e767af2ee8a655dae18cd8872cfcb897e3ebb",
      "parents": [
        "35dc0fefb18eea1b4180a8fafbb83db6a9b7c401"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Mon Jan 09 15:25:12 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:12 2006 -0200"
      },
      "message": "V4L/DVB (3089): Adding support for the Hauppauge HVR1100 and HVR1100-LP products.\n\n- Add support for the Hauppauge HVR1100 and HVR1100-LP products.\n- Add i2c_gate_ctrl callback function to dvb_frontend_ops struct.\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "0e0351e3709023dbd015d09880b04f0aa8818fcb",
      "tree": "204b97290bd663cf36171e4139c2ad470c7c6b41",
      "parents": [
        "fb56cb65e4b737c93727ea296050e8d24eb7cb42"
      ],
      "author": {
        "name": "Vadim Catana",
        "email": "skystar@moldova.cc",
        "time": "Mon Jan 09 15:25:02 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:02 2006 -0200"
      },
      "message": "V4L (1007): Add support for KWorld DVB-S 100\n\n- Add support for KWorld DVB-S 100, based on the same chips as Hauppauge\nNova-S Plus (CX23883/CX24123/CX24109), without the Intersil ISL6421,\nwhich is used for LNB control.\n- LNB voltage and tone are controled by LNBDC and LNBTone bits from\nregister 0x29 of the CX24123 demodulator.\n- The MO_GP0_IO register from CX23883 is used to turn LNB power on and off.\n\nSigned-off-by: Vadim Catana \u003cskystar@moldova.cc\u003e\nAcked-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "fb56cb65e4b737c93727ea296050e8d24eb7cb42",
      "tree": "0bd147b17c0ce44f3ab92913c6260e21a45bbe01",
      "parents": [
        "0fa14aa6214823bb013b598add866e277a7efe28"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Mon Jan 09 15:25:02 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:02 2006 -0200"
      },
      "message": "V4L (0990): Enable IR support for the Nova-S-Plus\n\n- Enable IR support for the Nova-S-Plus.\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "0fa14aa6214823bb013b598add866e277a7efe28",
      "tree": "ff037bc55e140ede3464ed9ed4cd6f9541799811",
      "parents": [
        "cd1257d860f6ee09b589723a5d3888b1fed46487"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Mon Jan 09 15:25:02 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:02 2006 -0200"
      },
      "message": "V4L (0979): Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products\n\n- Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products.\n- Basic DVB-S support is working, analog video inputs work.\n- It has one or two fixme comments, primarily analog GPIOs (audio) and eeprom parsing.\n- CX24123 code (in cx88-dvb.c) disabled until the\n- cx24123 module is added to dvb-kernel cvs.\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "cd1257d860f6ee09b589723a5d3888b1fed46487",
      "tree": "30bc2213bd319128647099a24f157ce596704553",
      "parents": [
        "f639c9b21b763441bd6bd76185be6d2504d83d54"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Mon Jan 09 15:25:01 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:01 2006 -0200"
      },
      "message": "V4L (1023): Added Hauppauge ImpactVCB board\n\n- Modifications to bttv to support the Hauppauge ImpactVCB product\n(Model #64900).\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "f639c9b21b763441bd6bd76185be6d2504d83d54",
      "tree": "9ab955d9a272211e1b68db17f50e67ceef979633",
      "parents": [
        "f3c5987a386300abea9854b32814d0eab7af7841"
      ],
      "author": {
        "name": "Jörg Schummer",
        "email": "joerg.schummer@web.de",
        "time": "Mon Jan 09 15:25:01 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:01 2006 -0200"
      },
      "message": "V4L (1019): Added basic support (tv + radio) for TerraTec Cinergy 250 PCI\n\n- Added \"TerraTec Cinergy 250 PCI\" board (tv and radio).\n- svideo not tested\n- IR yet not working\n\nSigned-off-by: Jörg Schummer \u003cjoerg.schummer@web.de\u003e\nSigned-off-by:  Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "17cbe2e5831c3df114c8d7b7d8bf07f2c35a6030",
      "tree": "b619bcb250596ffd85698f94a10c0d8df0d856af",
      "parents": [
        "925e699f26d2162553f7453dcacbac32f063a4c7"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:24:58 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:24:58 2006 -0200"
      },
      "message": "V4L (963): Explicit compat_ioctl32 handler to em28xx\n\n- Included explicit compat_ioctl32 handler.\n- removed extra line on cardlist.\n\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "98766fbe604bc198ced93c57220c2d4a78ad6c11",
      "tree": "964f630ea0ef6b7ad4c37468955526d09abe4ebd",
      "parents": [
        "6c52f1377d9cc4bedec5d4e1e3b22756b8978399"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Mon Nov 21 21:32:31 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 22 09:14:30 2005 -0800"
      },
      "message": "[PATCH] kernel Doc/ URL corrections\n\nCorrect lots of URLs in Documentation/ Also a few minor whitespace cleanups\nand typo/spello fixes.  Sadly there are still a lot of bad URLs remaining.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "80d2ad9259b04bc46556c1cd8cec558a02460a2d",
      "tree": "e88e5136a93aa7b7676365635959dff41a9a1f61",
      "parents": [
        "3717e170e1585d79a8ceced9161f18ceb796411e"
      ],
      "author": {
        "name": "Ricardo Cerqueira",
        "email": "v4l@cerqueira.org",
        "time": "Sun Nov 13 16:08:01 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Nov 13 18:14:19 2005 -0800"
      },
      "message": "[PATCH] v4l: (962) Added new saa7134 card (MSI TV@anywhere plus)\n\nAdded new saa7134 card (MSI TV@anywhere plus)\n\nSigned-off-by: Ricardo Cerqueira \u003cv4l@cerqueira.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "633323ffffae91c3f22a08e0185fbfd3fae2a825",
      "tree": "086f2767deefcd011aceffdd966c39ea0ea1aa18",
      "parents": [
        "8069695c9e7da7ab7cd8ee749e8d5aa9e6e0660b"
      ],
      "author": {
        "name": "Bill Pechter",
        "email": "pechter@gmail.com",
        "time": "Sun Nov 13 16:07:50 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Nov 13 18:14:18 2005 -0800"
      },
      "message": "[PATCH] v4l:: (936) Support for sabrent bt848 version\n\nSupport for Sabrent bt848 version.\n\nSigned-off-by: Bill Pechter \u003cpechter@gmail.com\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e2998e10a9ed47cb70a5be6207aa34b2f2f22c17",
      "tree": "bc75362099abaee8d6588406c8d2922d8082a21a",
      "parents": [
        "d6242f209984795644fb08b5410f405406c7104a"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Nov 08 21:38:49 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:31 2005 -0800"
      },
      "message": "[PATCH] V4L: 915: fixes compilation problems due removal of media/id.h and i2c-algo-bit\n\nFixes compilation problems due removal of media/id.h and I2C_ALGO_BIT\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "247b661f83ad9be317da2e3b0c254ba283f874ef",
      "tree": "4e7468f223c3e298749eef80db1150cb1fce5997",
      "parents": [
        "d4b0aba47d48a339572744cb23ba925f04e3cda9"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Tue Nov 08 21:38:45 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:30 2005 -0800"
      },
      "message": "[PATCH] V4L: 909: updated cardlist and strip trailing whitespace\n\nUpdated CARDLIST and strip trailing whitespace.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c3d931929f1d11f9d198567850247ae1754dfc06",
      "tree": "2b212bbda7cfb82d11d9aa57a799439e41d29eb5",
      "parents": [
        "90e9df7f186876584b938e01fcf7f40a50c950b9"
      ],
      "author": {
        "name": "Pavel Mihaylov",
        "email": "bin@bash.info",
        "time": "Tue Nov 08 21:38:43 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:30 2005 -0800"
      },
      "message": "[PATCH] V4L: 906: remote and more info for pctv cardbus whitespace cleanup\n\nRemote and more info for PCTV Cardbus. Whitespace cleanup.\n\nSigned-off-by: Pavel Mihaylov \u003cbin@bash.info\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7418f3462aedf6fb962a44c8fa7259dd94530ff5",
      "tree": "97e8f42d3a11d8c4d2aaf2e89061e621a25a3550",
      "parents": [
        "6e45f5d8d27cb619cf7e94c78a67fb61a4f3dd5e"
      ],
      "author": {
        "name": "Lubomir Bulej",
        "email": "bulej@nenya.ms.mff.cuni.cz",
        "time": "Tue Nov 08 21:38:34 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:29 2005 -0800"
      },
      "message": "[PATCH] v4l: 895: new avermedia 303 card without radio\n\n- New Avermedia 303 card (without radio).\n\nSigned-off-by: Lubomir Bulej \u003cbulej@nenya.ms.mff.cuni.cz\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "45632c4f835e74f937d8632f7ba2dd49aa39c476",
      "tree": "ae1ca8ba91db30a74188a91746a09a2e0641e414",
      "parents": [
        "07eef6ce1558b21ebed9c95ad9c2b4879decf2a8"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:38:15 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:25 2005 -0800"
      },
      "message": "[PATCH] v4l: 863: added pinnacle dazzle dvc 90\n\n- Added Pinnacle Dazzle DVC 90\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b228ede44c1cded7f3dadbb8bfaeaec97f7885e8",
      "tree": "e2b2106bfc4d487015985ca7f2207eee586468c9",
      "parents": [
        "52c02fcd00cf6fb6f5b2c8beae3b283c63cf1210"
      ],
      "author": {
        "name": "Nickolay V. Shmyrev",
        "email": "nshmyrev@yandex.ru",
        "time": "Tue Nov 08 21:38:11 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:24 2005 -0800"
      },
      "message": "[PATCH] v4l: 851: fixed broken api link and indentation\n\n- Fixed broken API link and indentation.\n\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5d5c9904e56ae39ff71b86dc5046e24601bff00f",
      "tree": "fdaacdb246cd79f68e64557577fab3b3f6871ae3",
      "parents": [
        "791b403f5f8b2bb9ecaefc6dacfd4b96cb282274"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Tue Nov 08 21:38:08 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:24 2005 -0800"
      },
      "message": "[PATCH] v4l: 847: fix bug 5484 asus digimatrix card doesnt work with pal tuner\n\n- Fix bug 5484: ASUS digimatrix card doesnt work with PAL tuner\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "08eca13dc407c389f04ce295144bb3fcd996a10d",
      "tree": "5641a340debffad85f0f82bef480bc413c26dd3e",
      "parents": [
        "fe2e36c8cdc81bea8edf7d0408a1f49da01e16ee"
      ],
      "author": {
        "name": "Markus Rechberger",
        "email": "mrechberger@gmail.com",
        "time": "Tue Nov 08 21:38:05 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:23 2005 -0800"
      },
      "message": "[PATCH] v4l: 838: modified settings for msi vox usb 2.0\n\n- Modified settings for MSI VOX USB 2.0\n\nSigned-off-by: Markus Rechberger \u003cmrechberger@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fe2e36c8cdc81bea8edf7d0408a1f49da01e16ee",
      "tree": "8743260a5fbdd5fcfeb5b31f24451dbd0b1a9e65",
      "parents": [
        "28f0224170c4d8115383f56985575a42ed8b4dc1"
      ],
      "author": {
        "name": "Paul T Zalac",
        "email": "pzalac@gmail.com",
        "time": "Tue Nov 08 21:38:04 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:23 2005 -0800"
      },
      "message": "[PATCH] v4l: 834: add card pctv cardbus tv radio ito25 rev 2b\n\n- Add card: PCTV Cardbus TV/Radio (ITO25 Rev:2B)\n\nSigned-off-by: Paul T Zalac \u003cpzalac@gmail.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "28f0224170c4d8115383f56985575a42ed8b4dc1",
      "tree": "dabe814416e91fe7b0523d65d44dabb94061b07f",
      "parents": [
        "67678360c8b8b15b05d730eb8f1b02411891417f"
      ],
      "author": {
        "name": "Hermann Pitton",
        "email": "hermann.pitton@onlinehome.de",
        "time": "Tue Nov 08 21:38:03 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:23 2005 -0800"
      },
      "message": "[PATCH] v4l: 833: analog support for asus p7131 dual tda8275a\n\n- Analog support for Asus P7131 Dual - TDA8275A\n\nSigned-off-by: Hermann Pitton \u003chermann.pitton@onlinehome.de\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c2f6f9d866d3ea25eebe32c6c51e47e5141669cf",
      "tree": "1c24ee3bc78c06b625f2eaa87a7ff8bc9c05ee5d",
      "parents": [
        "9a741ec9b87ac13f13a1dfcb05979d7c785d0755"
      ],
      "author": {
        "name": "Ricardo Cerqueira",
        "email": "v4l@cerqueira.org",
        "time": "Tue Nov 08 21:37:51 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:21 2005 -0800"
      },
      "message": "[PATCH] v4l: 812: supports the pinnacle pctv 110i board video inputs and remote\n\n- Supports the Pinnacle PCTV 110i board, video inputs, and remote.\n\nSigned-off-by: Ricardo Cerqueira \u003cv4l@cerqueira.org\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f2421ca3383ed35bc634aa29416a3229dc603fa4",
      "tree": "60fccd8a1542ebfe36761d01d2b1994c0c378485",
      "parents": [
        "4ac97914c6c35f6bf132071c718e034d0846b9f5"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:37:45 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:21 2005 -0800"
      },
      "message": "[PATCH] v4l: 801: whitespaces cleanups\n\n- Whitespaces Cleanups.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4ac97914c6c35f6bf132071c718e034d0846b9f5",
      "tree": "98c7eb827bb8ba99730ed89d32703a30448fd813",
      "parents": [
        "a8900fc242406f25f315190a6d650f1d54617c2f"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:37:43 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:20 2005 -0800"
      },
      "message": "[PATCH] v4l: 800: whitespace cleanups\n\n- Whitespace Cleanups.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cf1c5d1d58793bb9320467226ffc850c75c20902",
      "tree": "9906502f4f8ff0517fc70eff392f1216f5112ca3",
      "parents": [
        "3ae1adc6ed93d55a27523f395284940fbe056401"
      ],
      "author": {
        "name": "Pieter Palmers",
        "email": "pieterp@joow.be",
        "time": "Tue Nov 08 21:37:40 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:19 2005 -0800"
      },
      "message": "[PATCH] v4l: 796: add sknet monster tv mobile card\n\n- Add SKNet Monster TV Mobile card.\n\nSigned-off-by: Pieter Palmers \u003cpieterp@joow.be\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "71633c05724d85f1afb87629bb96fdf2ef18b41f",
      "tree": "87161ddf167b8f04be4d3de0650a2a9ae2157af0",
      "parents": [
        "16f2e6229f6f7b89cb42f4942cb46dc645faae2a"
      ],
      "author": {
        "name": "nshmyrev@yandex.ru",
        "email": "nshmyrev@yandex.ru",
        "time": "Tue Nov 08 21:37:38 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:19 2005 -0800"
      },
      "message": "[PATCH] v4l: 794: added asound skyeye bttv card\n\n- Added Asound Skyeye bttv card.\n\nSigned-off-by: Nickolay V. Shmyrev \u003c\u003cnshmyrev@yandex.ru\u003e\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "994914ea7aecea3d8bc30e6283dacea1f157353c",
      "tree": "cb7cbe83182f860ad1a8907b4236a261f8c2a207",
      "parents": [
        "76bc3a3933de50559fdd4081f26867f1d25cd5a6"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Tue Nov 08 21:37:28 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:18 2005 -0800"
      },
      "message": "[PATCH] v4l: 777: updated script to function in new tree layout\n\n- Whitespace cleanups\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "76bc3a3933de50559fdd4081f26867f1d25cd5a6",
      "tree": "d544eaa7ffd9193dd1fb14a8b21763e3def8f667",
      "parents": [
        "67081a46116e6d9a47f4621ccd63b2fdcd1f45f1"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Tue Nov 08 21:37:27 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:18 2005 -0800"
      },
      "message": "[PATCH] v4l: 776: added card 75 avermedia avertvhd mce a180\n\n- Added card 75 AVerMedia AVerTVHD MCE A180\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "596d92d5128d308b5a79f21c3e72c87f5fc7e58b",
      "tree": "3957529296b0765e7979f205a9dd0bce7de1eb7a",
      "parents": [
        "2b5200a7b19a53969db68c97d379339592ca6a4f"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:37:24 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:17 2005 -0800"
      },
      "message": "[PATCH] v4l: 767: included support for em2800\n\n- Included support for em2800.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2b5200a7b19a53969db68c97d379339592ca6a4f",
      "tree": "55611b729d1285b046c9128dce53835c3c50a5e9",
      "parents": [
        "40c717ff48b2c91091a69de0e28c02a43e9b0c7c"
      ],
      "author": {
        "name": "David Shirley",
        "email": "David.Shirley@team.telstra.com",
        "time": "Tue Nov 08 21:37:22 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:17 2005 -0800"
      },
      "message": "[PATCH] v4l: 766: add dvb card winfast dtv1000-t\n\n- Add DVB card WinFast DTV1000-T\n\nSigned-off-by: David Shirley \u003cDavid.Shirley@team.telstra.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3c1904a997153b17861bd331c9075017ba34b901",
      "tree": "113bfd7980a22c7132261f3bfb2f0b06ba388c55",
      "parents": [
        "a6c2ba283565dbc9f055dcb2ecba1971460bb535"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:37:08 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:15 2005 -0800"
      },
      "message": "[PATCH] v4l: 717: added scripts and cardlist for em2820\n\n- Added scripts and CARDLIST for em2820.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e976f93725ce16b4a493d40a6dd3bccbd74b9a8a",
      "tree": "a50459ae4835b8371469a918deb5f93a65594114",
      "parents": [
        "cf583ac40d06825bc850dc4f47627d7661aaa4f8"
      ],
      "author": {
        "name": "Kirk Lapray",
        "email": "kirk.lapray@gmail.com",
        "time": "Tue Nov 08 21:37:04 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:14 2005 -0800"
      },
      "message": "[PATCH] v4l: 712: added analog support for ati hdtv wonder\n\n- Added analog support for ATI HDTV Wonder\n\nSigned-off-by: Kirk Lapray \u003ckirk.lapray@gmail.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cf583ac40d06825bc850dc4f47627d7661aaa4f8",
      "tree": "dd1686df5df4a99db8ae071475950cc3a883ad3a",
      "parents": [
        "f718e6e7a2c402195f3d2944605ef4b01e8e3347"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Tue Nov 08 21:37:03 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:14 2005 -0800"
      },
      "message": "[PATCH] v4l: 711: changed pll 1 to pll pll 28\n\n- Changed { .pll \u003d 1, } to { .pll \u003d PLL_28, }\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "10c2c8b18a9cd29fc3f5faa5ad8e825dcc8b58e6",
      "tree": "ae37a863159f37bd2f1321f4e5a6d6492bea07b4",
      "parents": [
        "90a7ed47a37297bee1f4ce11484190ccac29ae7c"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:36:56 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:13 2005 -0800"
      },
      "message": "[PATCH] v4l: 703: added new card prolink pixelview playtv mpeg2 pv m4900\n\n- Added new card: Prolink PixelView PlayTV MPEG2 PV-M4900\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6589d36a07864aa110dd4f1065c02f5bc7cc29a1",
      "tree": "1b3b93e78b25b4d586e4d363b5bedceaf0230233",
      "parents": [
        "da57a5d9050d83441769e275d54d88fbd768be49"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:36:54 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:13 2005 -0800"
      },
      "message": "[PATCH] v4l: 695: added more pci id\n\n- Added more PCI ID.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "da57a5d9050d83441769e275d54d88fbd768be49",
      "tree": "6f3032b90fcabb1d1f4be56b4dd2853e340ba7c7",
      "parents": [
        "5a25e84b3ca053f240dc8fa3320bc843a0a394f5"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:36:53 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:12 2005 -0800"
      },
      "message": "[PATCH] v4l: 694: updated an entry to reflect changes on tuner-simple.c\n\n- Updated an entry to reflect changes on tuner-simple.c\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "058afaf80932445fb33f957d29758479a65932ce",
      "tree": "af57c3039bd162a891e9824c7356e957edf4f88d",
      "parents": [
        "5ea246862863d712bacf3f2c0cb43de7bf1feeba"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:36:49 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:12 2005 -0800"
      },
      "message": "[PATCH] v4l: 690: added support for lifeview flytv platinum mini2\n\n- Added support for LifeView FlyTV Platinum Mini2.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5ea246862863d712bacf3f2c0cb43de7bf1feeba",
      "tree": "3fd9ecef0f5548f7731d3a31ea161585122569c5",
      "parents": [
        "fea095fe4c8f7f615472ee8036fe511b47eec53d"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:36:48 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:12 2005 -0800"
      },
      "message": "[PATCH] v4l: 689: cx88 cardlist updated now it also includes pci subsystem ids\n\n- Cx88 cardlist updated. Now, it also includes PCI subsystem IDs.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "caa812e4a5d77703f4839b5d25139aa05615ddb3",
      "tree": "ed70f5bb101586a0995877d27508aab88939b7d3",
      "parents": [
        "699a40690b5facb3aa1256304cd6b97691eb5fdc"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:36:39 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:10 2005 -0800"
      },
      "message": "[PATCH] v4l: 670: cardlist update\n\n- Cardlist update.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bb881f142465a7a70bc9a364786e39aa4aaba4d2",
      "tree": "20774accd9d33e072946ab0cb802dd02dda84c5e",
      "parents": [
        "fd1c388125d713b403569d96d9845470142884a2"
      ],
      "author": {
        "name": "Nickolay V. Shmyrev",
        "email": "nshmyrev@yandex.ru",
        "time": "Tue Nov 08 21:36:35 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:10 2005 -0800"
      },
      "message": "[PATCH] v4l: 663: add new rtd cards\n\n- Add new RTD cards\n\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "84a5e55c70d881451208ec56609ccd75053c08fa",
      "tree": "dc9d7cec1b70ce6af1564d1b73733169d4d26221",
      "parents": [
        "2cf36ac447308046d1c1d50b9f662bddbba56b33"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Tue Nov 08 21:36:33 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:10 2005 -0800"
      },
      "message": "[PATCH] v4l: 657: update documentation\n\n- Update tuner documentation\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6b96144026e27b9250713f86355e83095204d5f2",
      "tree": "bddf687c9eb864aef2c86782eddf7d5e70c2c14f",
      "parents": [
        "7c08fb02f1a1b86292aa144cc876a95fbe2a5606"
      ],
      "author": {
        "name": "Nickolay V. Shmyrev",
        "email": "nshmyrev@yandex.ru",
        "time": "Tue Nov 08 21:36:22 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:07 2005 -0800"
      },
      "message": "[PATCH] v4l: 639: added new card gotview pci 7135\n\n- Added new card GoTView PCI 7135\n\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cc9d8d49bb13fdcea521f907e120d3a7c7ce94f8",
      "tree": "6e032140664ea6822675749963ad2ea743d27ccf",
      "parents": [
        "87f0783159783a315c68a00e50706cd01aa10511"
      ],
      "author": {
        "name": "Ricardo Cerqueira",
        "email": "v4l\\@cerqueira.org",
        "time": "Tue Nov 08 21:36:20 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:07 2005 -0800"
      },
      "message": "[PATCH] v4l: 635: add bttv card 137 conceptronic ctvfmi v2\n\n- Add bttv card 137 - Conceptronic CTVFMi v2\n\nSigned-off-by: Ricardo Cerqueira \u003cv4l\\@cerqueira.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7df64e8c9cee596c2609c99b0ca1ebb6ae2d5b1d",
      "tree": "6b4fef588ca351ac26b678bbaff8fa56873d79a4",
      "parents": [
        "a8ff417e7310c63b890cbd94c67043ec153f8709"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Tue Nov 08 21:36:16 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:07 2005 -0800"
      },
      "message": "[PATCH] v4l: 630: capitalized hex a f changed to lowercase in pci subsystem id constants\n\n- Capitalized hex A-F changed to lowercase in pci subsystem id constants\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a8ff417e7310c63b890cbd94c67043ec153f8709",
      "tree": "62a237ed0a8d27a9b8f9e7bec5828f310e4871fe",
      "parents": [
        "d45170ed6731a55885386f0e8d04578f77d3045d"
      ],
      "author": {
        "name": "Nickolay V. Shmyrev",
        "email": "nshmyrev@yandex.ru",
        "time": "Tue Nov 08 21:36:16 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:06 2005 -0800"
      },
      "message": "[PATCH] v4l: 629: added behold tv 409 fm\n\n- Added Behold TV 409 FM\n\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d45170ed6731a55885386f0e8d04578f77d3045d",
      "tree": "aaccc6a21b2b66d61bcf4de7c317ab7e271be612",
      "parents": [
        "2d14f78e4bfa55e5a534cc4c03ddab8841a1b32e"
      ],
      "author": {
        "name": "Nickolay V. Shmyrev",
        "email": "nshmyrev@yandex.ru",
        "time": "Tue Nov 08 21:36:15 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:06 2005 -0800"
      },
      "message": "[PATCH] v4l: 628: added new avermedia card 550\n\n- Added new Avermedia card 550\n\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2d14f78e4bfa55e5a534cc4c03ddab8841a1b32e",
      "tree": "64c02875395c4a8f52c7944b9bc90486da39d61a",
      "parents": [
        "cc952d03c0c36ec9a4c2a683015dbb98e8a889df"
      ],
      "author": {
        "name": "Glen Gray",
        "email": "glen@lincor.com",
        "time": "Tue Nov 08 21:36:12 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:06 2005 -0800"
      },
      "message": "[PATCH] v4l: 627: added support for oem version of flytv platinum mini with a\n\n- Added support for OEM version of FlyTV Platinum mini with a subvendor id\n  of 0x4e42.\n\n- Added the OEM PCI id\u0027s to the docs/CARDLIST.saa7134 for item 39\n\n- Modified the vmux in the SAA7134_BOARD_FLYTVPLATINUM_MINI driver data from\n  0 (Composite over S-Video) to 3 (Composite).\n\nSigned-off-by: Glen Gray \u003cglen@lincor.com\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "62a07e6e9e93eda88a6eeb5009fc46d44ca60281",
      "tree": "6e5a0891a46b1d9864d5591a5961c63e1b818bea",
      "parents": [
        "55032eacdb3acf54f5ba2e4dd9205db2c5c0bce2"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Mon Nov 07 01:01:03 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:53:54 2005 -0800"
      },
      "message": "[PATCH] ksymoops related docs update\n\nUpdate ksymoops related documentation to reflect current 2.6 reality.\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d533f671852cc4e481ea7070aa1a3b6fc75b8e44",
      "tree": "970419f90c377dbcfb4d8726460d62ad8c8fbac4",
      "parents": [
        "9de75d110c9681d4aaa7fe87b8db99d5562012a2"
      ],
      "author": {
        "name": "Tobias Klauser",
        "email": "tklauser@nuerscht.ch",
        "time": "Sat Sep 10 00:26:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 10 10:06:28 2005 -0700"
      },
      "message": "[PATCH] Spelling fixes for Documentation/\n\nThe attached patch fixes the following spelling errors in Documentation/\n        - double \"the\"\n        - Several misspellings of function/functionality\n        - infomation\n        - memeory\n        - Recieved\n        - wether\nand possibly others which I forgot ;-)\nTrailing whitespaces on the same line as the typo are also deleted.\n\nSigned-off-by: Tobias Klauser \u003ctklauser@nuerscht.ch\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "10c35cf8fd89e166d13bc93175f2b05d9cb85e07",
      "tree": "08947740ac556faa9acf8458a94daccb4267f567",
      "parents": [
        "4279f02478c2c4f106ec9efb80ca152e8d406844"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Fri Sep 09 13:03:52 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:51 2005 -0700"
      },
      "message": "[PATCH] v4l: cx88-dvb incorrect reporting fixed and remove bad PCI ID for Sabrent\n\n- cx88-dvb has been incorrectly reporting the card name instead of frontend name\n- Removes a bad PCI subsystem ID for saa713x Sabrent card\n- Renames DVICO --\u003e DViCO for bttv.\n- #include \u003clinux/config.h\u003e no longer needed.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4279f02478c2c4f106ec9efb80ca152e8d406844",
      "tree": "c057acc0ea1e799aa87f343337e99f9420351e80",
      "parents": [
        "260784dcca44b5a526cece1f275cb81ccd186a3e"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Fri Sep 09 13:03:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:51 2005 -0700"
      },
      "message": "[PATCH] v4l: add saa713x card #66: Yuan TUN-900 (saa7135)\n\n- Add saa713x card #66: Yuan TUN-900 (saa7135)\n\nSigned-off-by: De Greef Sebastien \u003csebdg@hotmail.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "260784dcca44b5a526cece1f275cb81ccd186a3e",
      "tree": "5617e2d03ef3c653866dfed25b76deabb04bea65",
      "parents": [
        "5adc1c306b1ce5b297bd8ee010a62f39cd32b9e4"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Fri Sep 09 13:03:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:50 2005 -0700"
      },
      "message": "[PATCH] v4l: add saa713x card #65 Kworld V-Stream Studio TV Terminator\n\n- Add saa713x card #65 Kworld V-Stream Studio TV Terminator\n\nSigned-off-by: James R Webb \u003cjrwebb@qwest.net\u003e\nSigned-off-by: Peter Missel \u003cpeter.missel@onlinehome.de\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2f1807102a3a5c9b9782b6e8d271fc8ccef91f0a",
      "tree": "b5dc428977c9d9baa5df5b0fb3654ab1536d65a6",
      "parents": [
        "e52e98a7eccfb0e7e91630d01690fb11d77db77d"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Fri Sep 09 13:03:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:50 2005 -0700"
      },
      "message": "[PATCH] v4l: SAA7134 updates and board additions\n\n- Remove $Id CVS logs for V4L files\n- linux/version.h replaced by linux/utsname.h\n- Add new Digimatrix card and LG TAPC Mini tuner for it\n\nSigned-off-by: Hermann Pitton \u003chermann.pitton@onlinehome.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "24a70fdce872d70171b1f49dcd1a7c3a4e8396b2",
      "tree": "b640622565ce6a49befd142ca6770d20caafea82",
      "parents": [
        "793cf9e6a54c698e109a599c8b8e303658fcaae6"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Fri Sep 09 13:03:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:49 2005 -0700"
      },
      "message": "[PATCH] v4l: BTTV updates and card additions\n\n- Remove $Id CVS logs for V4L files\n- Added DVICO FusionHDTV 5 Lite card.\n- Added Acorp Y878F.\n- CodingStyle fixes.\n- Added tuner_addr to bttv cards structure.\n- linux/version.h replaced by linux/utsname.h on bttvp.h\n- kernel module for acquiring RDS data from a SAA6588.\n- Allow multiple open() and reading calls to /dev/radio on bttv-driver.c\n- added i2c address for lgdt330x.\n\nSigned-off-by: Hans J. Koch \u003ckoch@hjk-az.de\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "793cf9e6a54c698e109a599c8b8e303658fcaae6",
      "tree": "522a88bad46df318b04888bad91c49504d3565eb",
      "parents": [
        "a1938038dd7e4188a8663e49242fa77dd2adb7ed"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Fri Sep 09 13:03:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:49 2005 -0700"
      },
      "message": "[PATCH] v4l: common part Updates and tuner additions\n\n- Remove $Id CVS logs for V4L files\n- Included newer cards.\n- Added a new NEC protocol for ir based on pulse distance.\n- Enable ATSC support for DViCO FusionHDTV5 Gold.\n- Added tuner LG NTSC (TALN mini series).\n- Fixed tea5767 autodetection.\n- Resolve more tuner types.\n- Commented debug function removed from mainstream.\n- Remove comments from mainstream. Still on development tree.\n- linux/version dependencies removed.\n- BTSC Lang1 now is set to auto_stereo mode.\n- New tuner standby API.\n- i2c-core.c uses hexadecimal for the i2c address, so it should stay consistent.\n\nSigned-off-by: Uli Luckas \u003cluckas@musoft.de\u003e\nSigned-off-by: Mac Michaels \u003cwmichaels1@earthlink.net\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Hermann Pitton \u003chermann.pitton@onlinehome.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4dcef52400fa6b9eb2de589300ae0151a1c65b3b",
      "tree": "f8023c75eb4ce1fad2e22560aaf1e52a27254046",
      "parents": [
        "75eedfed3e2d05563f44d2f69efb991fad95d7f1"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Thu Aug 04 12:53:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Aug 04 13:00:54 2005 -0700"
      },
      "message": "[PATCH] v4l: oopsfix for BTTV on badly behaved PCI chipsets\n\nno_overlay bttv parameter implemented to fix OOPS on some PCI chipsets\n(like some VIA) with these behaviors:\n\n1) If pci_quicks does identify the chip as having troubles to\n   handle PCI2PCI transfers, no_overlay defaults to 1. The user may force\n   it to 0, to reenable (not recommended).\n\n2) For newer chipsets not blacklisted, no_overlay\u003d1 is provided as a\n   workaround until PCI chipset included on /drivers/pci/quirks.c\n\nThanks to Bodo Eggert \u003c7eggert@gmx.de\u003e\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9fef07ca8574bff104d506c07f9161fe7fbaba57",
      "tree": "a9cdd2b3673144f983f3b203ace4e0a4973cfe85",
      "parents": [
        "fd3113e84e188781aa2935fbc4351d64ccdd171b"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Sun Jul 31 22:34:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Aug 01 19:14:00 2005 -0700"
      },
      "message": "[PATCH] v4l: cx88 card support and documentation finishing touches\n\nPeter Missel:\n- Add support for the SVideo input on the GDI Black Gold.\n\nMauro Carvalho Chehab:\n- Linux/version.h removed. Replaced by linux/utsname.h\n\nMichael Krufky:\n- Added analog support for DViCO FusionHDTV5 Gold.\n\nCC: Peter Missel \u003cpeter.missel@onlinehome.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fd3113e84e188781aa2935fbc4351d64ccdd171b",
      "tree": "7db491fdc25d938ea51be3f85a91161a95fdd67f",
      "parents": [
        "cdf32eaa4e601b15146e21b6470de00f149ce37f"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Sun Jul 31 22:34:43 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Aug 01 19:13:59 2005 -0700"
      },
      "message": "[PATCH] V4L: Miscellaneous fixes\n\n- Fixed some bttv card numbers.\n\n- BTTV and SAA7134 version numbers incremented to reflect changes.\n\n- pci_dma_supported() is called after pci_set_dma_mask() which\n  already did check that for us. This patch removes the unneeded call to\n  pci_dma_supported() at bttv-driver.c\n\n- Ensure a sufficient I2C bus idle time between 2 messages for\n  saa7134-i2c.c\n\n- It is important to write at first to MO_GP3_IO for cx88-tvaudio.c\n\n- Use try_to_freeze() instead of refrigerator at msp3400.c\n\n- Recognizing the MFPE05-2 Tuner at tveeprom.c\n\n- Add new parameter to help identify radio chipsets at tuner module:\n  show_i2c\u003d1 will show 16 reading bytes from detected tuners.\n\n- BTTV does generate some Unimplemented IOCTL log at tuner module:\n  0x40046d11(dir\u003d1,tp\u003d0x6d,nr\u003d17,sz\u003d4) means that it is sending\n  MSP3400 calls to non-msp3400 tuners. Warning eliminated.\n  VIDIOSAUDIO is also called, so debug messages updated. It is still\n  requiring IOCTL implementation.\n\n- Added two more tuners.\n\n- Add support for the SVideo input on the GDI Black Gold.\n\nSigned-off-by: Peter Missel \u003cpeter.missel@onlinehome.de\u003e\nSigned-off-by: Graham Bevan \u003cgraham.bevan@ntlworld.com\u003e\nSigned-off-by: Torsten Seeboth \u003cTorsten.Seeboth@t-online.de\u003e\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t.online.de\u003e\nSigned-off-by: Tobias Klauser \u003ctklauser@nuerscht.ch\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "db036a07ac42fbc410b14ae69f0c5440a8a417cb",
      "tree": "ee971d67087e5facb9a3fa501fe0ac82ac0431de",
      "parents": [
        "86ddd96fcd479ec4b718abaa661e5884f9dc9a33"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Jul 12 13:58:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 12 16:01:05 2005 -0700"
      },
      "message": "[PATCH] v4l: Documentation\n\n- Card definitions updated.\n- Tail spaces removed.\n- Mark all 7135 cards as 7133.\n- Correct info about sync byte for MPEG-2 transport stream packets.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: hermann pitton \u003chermann.pitton@onlinehome.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6623e6205e36c310367009f3b01f5cbe7cc0005d",
      "tree": "780e94f1426c1a4368f819f7e5656a075cc39b71",
      "parents": [
        "115d6f3fd25991f2a7de1ff4d758086209b1ed12"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Jun 28 20:45:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 28 21:20:37 2005 -0700"
      },
      "message": "[PATCH] V4L: documentation changes - mostly new cards included\n\nNew cards included.\nV4L1 api renamed. Message included informing it is obsoleted by V4L2 API.\nV4L2 api included.\nMark all 7135 cards as 7133.\n\nSigned-off-by: Luc Saillard \u003cluc@saillard.org\u003e.\nSigned-off-by: Nickolay V Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Hermann Pitton \u003chermann.pitton@onlinehome.de\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "80d34362f391840dcb10c0ec261f765871a586f7",
      "tree": "0a269ba05f0a72f044fd714096ec852d57f49a16",
      "parents": [
        "239df2e2b0e1f4f69fdf76fb67e865824029e8ab"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Thu Jun 23 22:04:55 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Fri Jun 24 00:06:38 2005 -0700"
      },
      "message": "[PATCH] DViCO FusionHDTV3 Gold-T documentation fix\n\nEven though it says DViCO FusionHDTV3 Gold-Q on the box, Gold-T is printed\non the card.  This fix corrects the error in all places, and corrects the\ntuner name Thomson DDT 7611 (ATSC/NTSC) in the documentation.\n\nThis applies against 2.6.12-rc5-mm2 after applying Manueal Capinha\u0027s\npatch \"Add support for PixelView Ultra Pro in v4l\" (because of the\nchange from card\u003d27 to card\u003d28)\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ],
  "next": "d81ef559daf2a8afa9292035d58b00e7cb23dd1a"
}
