)]}'
{
  "log": [
    {
      "commit": "cf2fa66055d718ae13e62451bb546505f63906a2",
      "tree": "e206d3f04e74a34e9aa88d21af6c26eea21d4121",
      "parents": [
        "4501a466f28788485604ee42641d7a5fe7258d16",
        "57f51dbc45f65f7ee1e8c8f77200bb8000e3e271"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 13 14:03:59 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 13 14:03:59 2008 -0700"
      },
      "message": "Merge branch \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6\n\n* \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (313 commits)\n  V4L/DVB (9186): Added support for Prof 7300 DVB-S/S2 cards\n  V4L/DVB (9185): S2API: Ensure we have a reasonable ROLLOFF default\n  V4L/DVB (9184): cx24116: Change the default SNR units back to percentage by default.\n  V4L/DVB (9183): S2API: Return error of the caller provides 0 commands.\n  V4L/DVB (9182): S2API: Added support for DTV_HIERARCHY\n  V4L/DVB (9181): S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSION_MODE\n  V4L/DVB (9180): S2API: Added support for DTV_CODE_RATE_HP/LP\n  V4L/DVB (9179): S2API: frontend.h cleanup\n  V4L/DVB (9178): cx24116: Add module parameter to return SNR as ESNO.\n  V4L/DVB (9177): S2API: Change _8PSK / _16APSK to PSK_8 and APSK_16\n  V4L/DVB (9176): Add support for DvbWorld USB cards with STV0288 demodulator.\n  V4L/DVB (9175): Remove NULL pointer in stb6000 driver.\n  V4L/DVB (9174): Allow custom inittab for ST STV0288 demodulator.\n  V4L/DVB (9173): S2API: Remove the hardcoded command limit during validation\n  V4L/DVB (9172): S2API: Bugfix related to DVB-S / DVB-S2 tuning for the legacy API.\n  V4L/DVB (9171): S2API: Stop an OOPS if illegal commands are dumped in S2API.\n  V4L/DVB (9170): cx24116: Sanity checking to data input via S2API to the cx24116 demod.\n  V4L/DVB (9169): uvcvideo: Support two new Bison Electronics webcams.\n  V4L/DVB (9168): Add support for MSI TV@nywhere Plus remote\n  V4L/DVB: v4l2-dev: remove duplicated #include\n  ...\n"
    },
    {
      "commit": "e758936e02700ff88a0b08b722a3847b95283ef2",
      "tree": "50c919bef1b459a778b85159d5929de95b6c4a01",
      "parents": [
        "239cfbde1f5843c4a24199f117d5f67f637d72d5",
        "4480f15b3306f43bbb0310d461142b4e897ca45b"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Oct 13 17:13:56 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Oct 13 17:13:56 2008 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6\n\nConflicts:\n\n\tinclude/asm-x86/statfs.h\n"
    },
    {
      "commit": "57f51dbc45f65f7ee1e8c8f77200bb8000e3e271",
      "tree": "64168bd7218f93dedf63e20956b724350adee505",
      "parents": [
        "a52f68c648585ff615175269d8f6cbcbb08d7f4d"
      ],
      "author": {
        "name": "Oleg Roitburd",
        "email": "oroitburd@gmail.com",
        "time": "Wed Oct 08 06:48:08 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:41:21 2008 -0200"
      },
      "message": "V4L/DVB (9186): Added support for Prof 7300 DVB-S/S2 cards\n\nAdded support for Prof 7300 DVB-S/S2 card. The card\nbased on cx24116 demodulator.\n\nSigned-off-by: Oleg Roitburd \u003coroitburd@gmail.com\u003e\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\n[mchehab@redhat.com: fixed CARDLIST.cx88 entry]\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b40d29e0afac38f4ce6cb1db400a60f36c5cabee",
      "tree": "263b3807dec57aa997475c8c9d656ba38af0d148",
      "parents": [
        "6068f5063850984fe6c2490bc8384a7afa2728dc"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@linuxtv.org",
        "time": "Tue Oct 07 13:10:12 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:28:29 2008 -0200"
      },
      "message": "V4L/DVB (9184): cx24116: Change the default SNR units back to percentage by default.\n\ncx24116: Change the default SNR units back to percentage by default.\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6068f5063850984fe6c2490bc8384a7afa2728dc",
      "tree": "7c7be063386d1aec8c3620f8d369b43f3826b066",
      "parents": [
        "ef526f4246f566370218bb6e639f7549244ca5a2"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@linuxtv.org",
        "time": "Mon Oct 06 22:46:08 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:28:21 2008 -0200"
      },
      "message": "V4L/DVB (9183): S2API: Return error of the caller provides 0 commands.\n\nS2API: Return error of the caller provides 0 commands.\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ef526f4246f566370218bb6e639f7549244ca5a2",
      "tree": "f9f4fd541cbfdfdafccc9f9e6197f1b0bb33e1ba",
      "parents": [
        "b87625f0ccbbc67efba356e73502fa9bbb784b1c"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@linuxtv.org",
        "time": "Mon Oct 06 22:01:47 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:28:12 2008 -0200"
      },
      "message": "V4L/DVB (9182): S2API: Added support for DTV_HIERARCHY\n\nA user tuning DVB-T via the S2API reports that this was not implemented,\nand his tuning was failing.\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b87625f0ccbbc67efba356e73502fa9bbb784b1c",
      "tree": "f438bae01178fc2696a767adf5df18830377266e",
      "parents": [
        "a4de91be46b73ec6743b9d76155550e49507723c"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@linuxtv.org",
        "time": "Mon Oct 06 21:56:59 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:28:05 2008 -0200"
      },
      "message": "V4L/DVB (9181): S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSION_MODE\n\nTuning DVB-T via the S2API was failing, missing some essential items.\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a4de91be46b73ec6743b9d76155550e49507723c",
      "tree": "c4ca583f7b6f107ade9459cc265c1a3e973df187",
      "parents": [
        "cc7d705e7a2c28ae1bd8b2fd29524277262967ab"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@linuxtv.org",
        "time": "Mon Oct 06 21:55:46 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:27:55 2008 -0200"
      },
      "message": "V4L/DVB (9180): S2API: Added support for DTV_CODE_RATE_HP/LP\n\nReports from users that using the new API for tuning DTV was failing,\nand the cache was missing some essential items.\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8953db793d5bdeea5ac92c9e97f57d3ff8a7dccf",
      "tree": "02749412a9e8556886a8194c8e772dd85c24a8b5",
      "parents": [
        "0a6393ae21d58e85882185ce1e6b0fe28ff2dfa6"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@linuxtv.org",
        "time": "Mon Oct 06 21:20:21 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:27:31 2008 -0200"
      },
      "message": "V4L/DVB (9178): cx24116: Add module parameter to return SNR as ESNO.\n\nI\u0027ve retained the older percentage code after discussing this with\nDarron Broad, but made the ESNO option default.\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0a6393ae21d58e85882185ce1e6b0fe28ff2dfa6",
      "tree": "658582ca377a3d41dd9717dcac9ae397411567dd",
      "parents": [
        "8a4949b7e98cbb9e304416ecf6da978e1fb1fb9e"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@linuxtv.org",
        "time": "Mon Oct 06 21:06:48 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:27:24 2008 -0200"
      },
      "message": "V4L/DVB (9177): S2API: Change _8PSK / _16APSK to PSK_8 and APSK_16\n\n... and cleanup any drivers using them.\nI\u0027ve also removed NBC_QPSK and modified the cx24116 driver to check\nthe delivery_type also, removing some excess namespace baggage.\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8a4949b7e98cbb9e304416ecf6da978e1fb1fb9e",
      "tree": "917c8b740a5a7bbfc63afe05869abeb956973ce8",
      "parents": [
        "ceab2fe84987a9b2dbe6107f83ac99c98040abcc"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@me.by",
        "time": "Sun Oct 05 09:11:21 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:27:03 2008 -0200"
      },
      "message": "V4L/DVB (9176): Add support for DvbWorld USB cards with STV0288 demodulator.\n\nAdd support for DvbWorld USB cards with STV0288 demodulator.\nThose cards use Earda EDS-1547 tuner.\n\nSigned-off-by: Igor M. Liplianin \u003cliplianin@me.by\u003e\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ceab2fe84987a9b2dbe6107f83ac99c98040abcc",
      "tree": "67527051483464a1c029ad0a4f366cf712ec3dea",
      "parents": [
        "de9be0eaae2a23b1782ae0d271961b83abc6e200"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@me.by",
        "time": "Sun Oct 05 08:57:11 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:26:25 2008 -0200"
      },
      "message": "V4L/DVB (9175): Remove NULL pointer in stb6000 driver.\n\nRemove NULL pointer in stb6000 driver,\nas it raises error for DvbWorld USB card.\n\nSigned-off-by: Igor M. Liplianin \u003cliplianin@me.by\u003e\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "de9be0eaae2a23b1782ae0d271961b83abc6e200",
      "tree": "45bd5e4d81e1a7988d762539c4c1eefb6f7f69a6",
      "parents": [
        "82d7669dc3c0e795c24111fed88e9d5d70f209e0"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@me.by",
        "time": "Sun Oct 05 08:52:18 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:26:01 2008 -0200"
      },
      "message": "V4L/DVB (9174): Allow custom inittab for ST STV0288 demodulator.\n\nAllow custom inittab for ST STV0288 demodulator,\nas it is needed for DvbWorld USB card.\n\nSigned-off-by: Igor M. Liplianin \u003cliplianin@me.by\u003e\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "82d7669dc3c0e795c24111fed88e9d5d70f209e0",
      "tree": "89b01d5e4613699de62ed32744f0f78bce2c433f",
      "parents": [
        "e5cefa82ce31b14574947e570d638a6d58225338"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@linuxtv.org",
        "time": "Mon Oct 06 20:44:04 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:25:35 2008 -0200"
      },
      "message": "V4L/DVB (9173): S2API: Remove the hardcoded command limit during validation\n\nThis means that when developers add new commands then they\u0027ll be see\nthe DTV_MAX_COMMAND define and will be more likely to modify it, without\nhaving to modify the command validation code.\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e5cefa82ce31b14574947e570d638a6d58225338",
      "tree": "cad60fee524e5fabc1c1722e9d91755e578acda3",
      "parents": [
        "4aae8efb4908fa3f80dc1177d093443bc09adf5f"
      ],
      "author": {
        "name": "Darron Broad",
        "email": "darron@kewl.org",
        "time": "Fri Oct 03 11:53:18 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:25:22 2008 -0200"
      },
      "message": "V4L/DVB (9172): S2API: Bugfix related to DVB-S / DVB-S2 tuning for the legacy API.\n\nFixes switching from S2API to legacy where legacy params given to S2API\naware demods are cached ones and not those implied in the legacy API.\n\nIt was found (on an S2API aware demod at least) that after using\nan S2API aware application and then switching to a legacy application\nthat prior S2API params were in effect were legacy has only\nimplied values. This fixes this.\n\nSigned-off-by: Darron Broad \u003cdarron@kewl.org\u003e\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4aae8efb4908fa3f80dc1177d093443bc09adf5f",
      "tree": "74af0e3af0db32f1da7ecd784607a63883f0c641",
      "parents": [
        "01a8f038c07c4119029c63f1ed1c6ac986665d48"
      ],
      "author": {
        "name": "Darron Broad",
        "email": "darron@kewl.org",
        "time": "Fri Oct 03 11:50:00 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:25:10 2008 -0200"
      },
      "message": "V4L/DVB (9171): S2API: Stop an OOPS if illegal commands are dumped in S2API.\n\nQuick fix to stop an OOPS if illegal commands are dumped in S2API.\n\nSigned-off-by: Darron Broad \u003cdarron@kewl.org\u003e\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "01a8f038c07c4119029c63f1ed1c6ac986665d48",
      "tree": "76ef29021042dbf28e4b316c1a2dec8fd944293a",
      "parents": [
        "e254a30154c87cc862ba94332a47dad818a8e640"
      ],
      "author": {
        "name": "Darron Broad",
        "email": "darron@kewl.org",
        "time": "Fri Oct 03 11:47:46 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:24:55 2008 -0200"
      },
      "message": "V4L/DVB (9170): cx24116: Sanity checking to data input via S2API to the cx24116 demod.\n\nAdd some sanity checking to data input via S2API to the cx24116 demod.\nThis patch is valid for both s2-mfe and s2.\n\nIt was found when testing KAFFEINE with S2API support that invalid\nmodulation modes amongst other parameters were being delivered to\nthe demod. In order to debug this sanity checking has been added.\n\nAn example session would involve kaffeine setting QAM_AUTO when\nquerying DVB-T, then later when trying to tune to DVB-S this\ncached value would be presented in error.\n\nSigned-off-by: Darron Broad \u003cdarron@kewl.org\u003e\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e254a30154c87cc862ba94332a47dad818a8e640",
      "tree": "e2a80c7aadac7ead6ef31d77067ca1a78f0e9a09",
      "parents": [
        "ba340b40a5f65261731583f67d7ec8cafbf5cfaa"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@skynet.be",
        "time": "Sun Sep 21 09:06:29 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 12:16:21 2008 -0200"
      },
      "message": "V4L/DVB (9169): uvcvideo: Support two new Bison Electronics webcams.\n\nThis adds required quirks for the Compaq Presario B1200 and Acer Travelmate\n7720 integrated webcams.\n\nSigned-off-by: Laurent Pinchart \u003claurent.pinchart@skynet.be\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ba340b40a5f65261731583f67d7ec8cafbf5cfaa",
      "tree": "b62243ecb18ccf1d38b60e5919e8ab7eeaa7d6f4",
      "parents": [
        "fa405d7094489828014315a34f0c21fba30be38c"
      ],
      "author": {
        "name": "Brian Rogers",
        "email": "brian_rogers@comcast.net",
        "time": "Mon Oct 13 08:37:06 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 09:57:34 2008 -0200"
      },
      "message": "V4L/DVB (9168): Add support for MSI TV@nywhere Plus remote\n\nThe IR controller has a couple quirks. It won\u0027t respond until some other\ndevice on the bus is probed. To work around that, probe 0x50 first.\nThen, since it won\u0027t respond to a zero-byte read, probe with a one-byte\nread.\n\nSigned-off-by: Brian Rogers \u003cbrian_rogers@comcast.net\u003e\n[mchehab.redhat.com: Fix merge conflicts and remove an unused var]\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "fa405d7094489828014315a34f0c21fba30be38c",
      "tree": "8df3e1c58ebe84fa8778adba86f3df9693cdbddb",
      "parents": [
        "2bd7ac55c31cb4f42e331d69dde9fc034a68944f"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Sun Oct 12 09:23:29 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 09:57:20 2008 -0200"
      },
      "message": "V4L/DVB: v4l2-dev: remove duplicated #include\n\nRemoved duplicated include \"media/cx2341x.h\" in\ndrivers/media/video/cx23885/cx23885-417.c.\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2bd7ac55c31cb4f42e331d69dde9fc034a68944f",
      "tree": "c2547fc93abd5e35a33ed6876faa3b3d724f4c23",
      "parents": [
        "ec9faa1cfac1dd64a2a865dc7c577f3d483656bd"
      ],
      "author": {
        "name": "Ian Armstrong",
        "email": "ian@iarmst.demon.co.uk",
        "time": "Thu Oct 09 12:04:23 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 09:08:30 2008 -0200"
      },
      "message": "V4L/DVB (9166): ivtv - Fix potential race condition in yuv handler\n\nModified yuv register update handling to remove a potential race condition\nwhich could occur with the first video frame.\n\nAlso removed a forced yuv position update, since changing the source video\ndimensions or interlace settings doesn\u0027t affect the frame already being\ndisplayed.\n\nSigned-off-by: Ian Armstrong \u003cian@iarmst.demon.co.uk\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ec9faa1cfac1dd64a2a865dc7c577f3d483656bd",
      "tree": "8f50ce6b5637fe28b75ec157f698066910fc0486",
      "parents": [
        "4ee0e42b31b282d0d0bb11effbbeb0610ee76d09"
      ],
      "author": {
        "name": "Ian Armstrong",
        "email": "ian@iarmst.demon.co.uk",
        "time": "Mon Oct 06 03:06:08 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 09:08:24 2008 -0200"
      },
      "message": "V4L/DVB (9165): ivtv: V4L2_FBUF_FLAG_OVERLAY status fix\n\nWhen the framebuffer format was queried via VIDIOC_G_FBUF,\nV4L2_FBUF_FLAG_OVERLAY would only be correctly returned for certain screen\ndepths.\n\nSigned-off-by: Ian Armstrong \u003cian@iarmst.demon.co.uk\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4ee0e42b31b282d0d0bb11effbbeb0610ee76d09",
      "tree": "78dd385452739f766ee0fcaa84c4b7af50a483d1",
      "parents": [
        "c777549fc9c5c704707394b0235a9a6794247b83"
      ],
      "author": {
        "name": "Ian Armstrong",
        "email": "ian@iarmst.demon.co.uk",
        "time": "Mon Oct 06 03:03:18 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 09:08:16 2008 -0200"
      },
      "message": "V4L/DVB (9164): ivtvfb: a small cosmetic change\n\nSigned-off-by: Ian Armstrong \u003cian@iarmst.demon.co.uk\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c777549fc9c5c704707394b0235a9a6794247b83",
      "tree": "3c77e6e1c54a8643b625297e62c184f449dc23c8",
      "parents": [
        "a8b864354e060dda1000e62d1fea7c1274581caf"
      ],
      "author": {
        "name": "Ian Armstrong",
        "email": "ian@iarmst.demon.co.uk",
        "time": "Sat Oct 04 10:28:24 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 09:08:08 2008 -0200"
      },
      "message": "V4L/DVB (9163): ivtvfb: fix sparse warnings and improve write function\n\nSigned-off-by: Ian Armstrong \u003cian@iarmst.demon.co.uk\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a8b864354e060dda1000e62d1fea7c1274581caf",
      "tree": "7b1e70dc49c1605a7cdad6b460ea9f602a24b161",
      "parents": [
        "3c7b933bea2ee380d54b57b99dee42b1726a4eaa"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Oct 04 08:05:30 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 09:08:01 2008 -0200"
      },
      "message": "V4L/DVB (9162): ivtv: fix raw/sliced VBI mixup\n\nThe service_set field was used in saa7115 and cx25840 to determine\nwhether raw or sliced VBI was desired. This is incorrect since it is\nperfectly valid to select sliced VBI with a service_set of 0.\n\nInstead these drivers should checked on VIDIOC_S_FMT whether the type\nfield matches the raw or sliced VBI type.\n\nUpdated ivtv accordingly.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3c7b933bea2ee380d54b57b99dee42b1726a4eaa",
      "tree": "484015cf225e16a272b6a0dfce47f33c03f85ce8",
      "parents": [
        "d4f59de43ee5dd632d4068b6486e45802e6e853d"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Oct 03 11:42:07 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 09:07:55 2008 -0200"
      },
      "message": "V4L/DVB (9160): v4l: remove vidioc_enum_fmt_vbi_cap\n\nRemove the vidioc_enum_fmt_vbi_cap ops: it was scheduled for removal in\n2.6.28 since the v4l2 specification says that V4L2_BUF_TYPE_VBI_CAPTURE should\nnot support VIDIOC_ENUM_FMT. It\u0027s also pretty pointless.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d4f59de43ee5dd632d4068b6486e45802e6e853d",
      "tree": "f3c170809968d51517ec8958e8085c1c89269fb6",
      "parents": [
        "741e1f3b81c22c81f4ef401856cd22cad0bbd554"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Sep 30 03:14:02 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 09:07:50 2008 -0200"
      },
      "message": "V4L/DVB (9159): saa5249: fix compile errors\n\nAdd missing include.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "741e1f3b81c22c81f4ef401856cd22cad0bbd554",
      "tree": "6df7a59f579f45b2af95e79bd503058f51f2c4da",
      "parents": [
        "46510b56ca56a25ce973d6a6e8490c1109ff94ef"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Sep 08 16:59:02 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 09:07:42 2008 -0200"
      },
      "message": "V4L/DVB (9157): cx18/ivtv: add \u0027PCI:\u0027 prefix to bus_info.\n\nSuggested by Martin Dauskardt. This is conform what the other drivers do.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "46510b56ca56a25ce973d6a6e8490c1109ff94ef",
      "tree": "c396ace7bd82573ca612a2ea2205e80e08efdd08",
      "parents": [
        "b4be2048ce62d05d93608f82d5e986612ed4fdf7"
      ],
      "author": {
        "name": "Thierry MERLE",
        "email": "thierry.merle@free.fr",
        "time": "Sat Oct 11 16:56:13 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 07:16:18 2008 -0200"
      },
      "message": "V4L/DVB (9155): em28xx-dvb: dvb_init() code factorization\n\nIn dvb_init(),\n        case EM2880_BOARD_TERRATEC_HYBRID_XS:\n        case EM2880_BOARD_KWORLD_DVB_310U:\ncan be put in the same case than EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900\nsince they do the same thing.\n\nSigned-off-by: Thierry MERLE \u003cthierry.merle@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b4be2048ce62d05d93608f82d5e986612ed4fdf7",
      "tree": "74695e055eaccbd16089801ecac40b32b888e1b2",
      "parents": [
        "90b698dd47f3929f20746f828e2cd648bc6539dd"
      ],
      "author": {
        "name": "Alexey Klimov",
        "email": "klimov.linux@gmail.com",
        "time": "Thu Oct 09 13:46:59 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 07:16:10 2008 -0200"
      },
      "message": "V4L/DVB (9152): radio-zoltrix: Add checking for frequency\n\nThis patch adds printk messages, adds checking if frequency is set,\nadds return -EINVAL in right places in zoltrix-radio.\n\nSigned-off-by: Alexey Klimov \u003cklimov.linux@gmail.com\u003e\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "90b698dd47f3929f20746f828e2cd648bc6539dd",
      "tree": "5589e471bd0894f1e4c89ba3bf21bb618dd187dc",
      "parents": [
        "adeeac3b7989ad9f03651e9224c9c63e221d4310"
      ],
      "author": {
        "name": "Alexey Klimov",
        "email": "klimov.linux@gmail.com",
        "time": "Thu Oct 09 13:42:32 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 07:16:03 2008 -0200"
      },
      "message": "V4L/DVB (9151): dsbr100: Add returns and fix codingstyle for vidioc_s_ctrl\n\nAdded return -EBUSY and fixed codingstyle issue\n\nSigned-off-by: Alexey Klimov \u003cklimov.linux@gmail.com\u003e\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "adeeac3b7989ad9f03651e9224c9c63e221d4310",
      "tree": "c969ddd4d4ff0c45f2d41e690f6290ca1e0e07fc",
      "parents": [
        "641015ab2c452e8e554625e2a8e95218182acb4b"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sat Apr 05 20:55:14 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 07:15:57 2008 -0200"
      },
      "message": "V4L/DVB (9149): hvr950q: led feedback based on snr\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "641015ab2c452e8e554625e2a8e95218182acb4b",
      "tree": "a4c7d677517872231828c6c55563b605980c553b",
      "parents": [
        "541dfa87f9285b2ff7e703a5eab81ad821de7f6e"
      ],
      "author": {
        "name": "Herbert Graeber",
        "email": "herbert@graeber-clan.de",
        "time": "Tue Oct 07 10:06:36 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 07:15:52 2008 -0200"
      },
      "message": "V4L/DVB (9147): af9015: Add USB ID for MSI DIGIVOX mini III\n\n- Add USB ID for MSI DIGIVOX mini III (1462:8807)\n\nSigned-off-by: Herbert Graeber \u003cherbert@graeber-clan.de\u003e\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "541dfa87f9285b2ff7e703a5eab81ad821de7f6e",
      "tree": "9bdc5232cfb2144da9c74b69b199411b47c7f98f",
      "parents": [
        "d4e80beae1eef31df5749516ecb36f0fb366daf1"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Mon Oct 06 13:57:45 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 07:15:48 2008 -0200"
      },
      "message": "V4L/DVB (9146): af901x: fix some compiler errors and warnings\n\n- cast firmware data to u8\n- remove cpu_to_le16 from switch-case label\n\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d4e80beae1eef31df5749516ecb36f0fb366daf1",
      "tree": "ccc62903397baace4a6b944858e01d7fa3108e02",
      "parents": [
        "a131077d57d0c52d0d481cb7c588752d0a211aa5"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Fri Sep 26 11:40:53 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 07:15:45 2008 -0200"
      },
      "message": "V4L/DVB (9145): af901x: clean-up\n\n- remove unnecessary #undef\u0027s\n\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a131077d57d0c52d0d481cb7c588752d0a211aa5",
      "tree": "dedd1437c91ef5044011eb7ae1147d5091302c84",
      "parents": [
        "2dcd4e4766697f3d15284c48d2ef5192bf58131e"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Mon Sep 22 13:59:25 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 07:15:41 2008 -0200"
      },
      "message": "V4L/DVB (9144): af9015: enable Maxlinear mxl5005s tuner RSSI\n\n- enable Maxlinear mxl5005s tuner RSSI\n\nThaks to Jose Alberto for finding this setting.\n\nThanks-to: Jose Alberto Reguero \u003cjareguero@telefonica.net\u003e\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2dcd4e4766697f3d15284c48d2ef5192bf58131e",
      "tree": "75238ad85b5fef0f646f7f0c855ef73d8fcbe030",
      "parents": [
        "0f77c3a4880f33127bc8d593e0e466f004a4adde"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Mon Sep 22 13:48:26 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 07:15:38 2008 -0200"
      },
      "message": "V4L/DVB (9143): af9015: fix wrong GPIO\n\n- fix wrong GPIO that causes 2nd FE not to work ater warmboot\n\nThanks to Andrew Williams \u003candrew.williams@joratech.com\u003e for reporting this.\n\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0f77c3a4880f33127bc8d593e0e466f004a4adde",
      "tree": "1b9f8f3f8481b0da0857b99a9e00bbf061cd2055",
      "parents": [
        "e613f8fa5432d4cacaf81615f62b6d25d77947c5"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Mon Aug 11 10:54:16 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 07:15:34 2008 -0200"
      },
      "message": "V4L/DVB (9141): anysee: support for Anysee E30 Combo Plus\n\n- add module parameter for selecting DVB-T / DVB-C mode\n\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e613f8fa5432d4cacaf81615f62b6d25d77947c5",
      "tree": "623b9aa85776fc904034e2dfed2553f25a53dd2b",
      "parents": [
        "45d011031d745d2c9a21c21d289428cb7f88a2d0"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Mon Aug 11 10:36:43 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Oct 13 07:15:30 2008 -0200"
      },
      "message": "V4L/DVB (9140): anysee: unlock I2C-mutex in error case\n\n- unlock I2C-mutex also in error case\n\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "45d011031d745d2c9a21c21d289428cb7f88a2d0",
      "tree": "f9d8cf3b8dd12541396b3a2b867d7ad8c8207490",
      "parents": [
        "19c309e383610453604092473287f77233f31e90"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu Oct 09 05:51:22 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:39:04 2008 -0200"
      },
      "message": "V4L/DVB (9129): zoran: move zoran sources into a zoran subdirectory\n\nPrevent the zoran driver sources from cluttering the video directory.\nThis changeset only moves the drivers and it does not fix any of the\ncheckpatch warnings/errors to keep the changeset clean.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "19c309e383610453604092473287f77233f31e90",
      "tree": "8e740eee0505c6512ad41b95242ac53a53aa40e1",
      "parents": [
        "dd89601d47e2eeab7c17b25f2549444751bcffe4"
      ],
      "author": {
        "name": "Tim Farrington",
        "email": "timf@iinet.net.au",
        "time": "Sat Oct 11 12:44:38 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:16 2008 -0200"
      },
      "message": "V4L/DVB (9135): cx88 Dvico FusionHDTV Pro\n\nWell, one thing you encouraged me to do was re-test some of my cards\nwhich contained the xc3028-zarlink combo.\n\nWhich led me to test a Dvico FusionHDTV Pro.\n\nAlmost a year ago, Chris Pascoe did a patch for this which can be found\nat his ~pascoe/xc-test at Linuxtv.\nThis worked very well, however that was using his version of firmware.\n\nAlas, someone attempted to use this and patch v4l-dvb, and messed it up.\nSo I\u0027ve fixed it.\nI enclose the patch against today\u0027s tree (containing your latest\ntuner-xc2028.c patch).\n\nThe card now works very well, well with DVB-T anyway.\n\nSigned-off-by: Tim Farrington \u003ctimf@iinet.net.au\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "dd89601d47e2eeab7c17b25f2549444751bcffe4",
      "tree": "da21e8b17e49d175f5b8cbd14a772bf00f7fb63a",
      "parents": [
        "e86a93dc3c870c412592c1f298c1425d80c58c6e"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Oct 04 08:36:54 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:16 2008 -0200"
      },
      "message": "V4L/DVB (9133): v4l: disconnect kernel number from minor\n\nThe v4l core creates four different video devices (video, vbi, radio, vtx)\nand each has its own range of minor numbers. However, modern devices keep\nincreasing the number of devices that they need so a maximum of 64 video\ndevices will not be enough in the future. In addition this scheme makes\nit very hard to add new device types.\n\nThis patch disconnects the kernel number allocation (e.g. video0, video1,\netc.) from the actual minor number (just pick the first free minor).\n\nThis allows for much more flexibility in the future. However, it does\nrequire the use of udev. For those who cannot use udev a new CONFIG option\nwas created that changes the allocation scheme back to the old behavior.\n\nThanks to Greg KH for suggesting this approach during the 2008 LPC.\n\nIn addition, several bugs were fixed in the ivtv and cx18 drivers: these\ndrivers try to allocate specific kernel numbers but that scheme contained\na bug which caused what should have been e.g. video17 to appear as e.g.\nvideo2.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e86a93dc3c870c412592c1f298c1425d80c58c6e",
      "tree": "72755cea2f2258c026c57fa54d36c9217b4f0ec7",
      "parents": [
        "9eee4fb69ecbe6a8a25378e801a3621ef0146fa3"
      ],
      "author": {
        "name": "Andy Walls",
        "email": "awalls@radix.net",
        "time": "Sat Oct 04 19:09:41 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:16 2008 -0200"
      },
      "message": "V4L/DVB (9132): cx18: Fix warning message for DMA done notification for inactive stream.\n\ncx18: Fix warning message for DMA done notification for inactive stream.  The\nwarning message would always gripe that the radio stream was to blame, which\nwas misleading and wrong (/dev/radioN nodes never transfer data).\n\nSigned-off-by: Andy Walls \u003cawalls@radix.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "9eee4fb69ecbe6a8a25378e801a3621ef0146fa3",
      "tree": "782c7c1995f2def4544eb082db0e9b1623e5f737",
      "parents": [
        "f1918fa284afaa46201b9c20a7bbeacd8db0c977"
      ],
      "author": {
        "name": "Andy Walls",
        "email": "awalls@radix.net",
        "time": "Sat Oct 04 20:28:40 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:16 2008 -0200"
      },
      "message": "V4L/DVB (9131): cx18: Add entries for the Leadtek PVR2100 and Toshiba Qosmio DVB-T/Analog\n\ncx18: Add entries for the Leadtek PVR2100 and Toshiba Qosmio DVB-T/Analog\ncapture cards.  Both cards are hybrids cards, but no digital capture\nfunctionality has been added yet.  These entries are a first guess at the card\nentries to get analog working, given the information available.  Terry Wu\n\u003cterrywu at leadtek.com.tw\u003e provided a pointer to information for the PVR2100.\nMartin Juhl \u003cmj at casalogic.dk\u003e, an owner of the Toshiba DVB-T/Analog tuner\ncard, provided the DDR timing information from his Windows inf file.\n\nSigned-off-by: Andy Walls \u003cawalls@radix.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f1918fa284afaa46201b9c20a7bbeacd8db0c977",
      "tree": "46168944da6a2e2dde8657fca7533c3e2c220905",
      "parents": [
        "fadc79935cdb74e744c72e25f739a4acc9efabf5"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Thu Oct 09 03:14:03 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:16 2008 -0200"
      },
      "message": "V4L/DVB (9126): gspca: Fix some compilation warnings in m5602.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "fadc79935cdb74e744c72e25f739a4acc9efabf5",
      "tree": "8bdf4f3a47eb17f97b110c9e1105186fd7723732",
      "parents": [
        "a2d7807788ff3213f540ba772f6c5c39548ae09f"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Wed Oct 08 08:06:08 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:15 2008 -0200"
      },
      "message": "V4L/DVB (9125): gspca: Big rewrite of t613 driver\n\n- separate functions for bridge and sensor exchanges\n- delays added after some exchanges\n- other sensor type\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a2d7807788ff3213f540ba772f6c5c39548ae09f",
      "tree": "3949b56ca2b90a90430c66d0bd74f33cfa00f0f7",
      "parents": [
        "18f8fae19840a05a3a567e1251cf852bec5928b4"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Tue Oct 07 08:42:30 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:15 2008 -0200"
      },
      "message": "V4L/DVB (9124): gspca: Bad name of the tv8532 subdriver in Kconfig.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "18f8fae19840a05a3a567e1251cf852bec5928b4",
      "tree": "8caa160e130c7013c6778377a5c416e75e8860d1",
      "parents": [
        "1abe4746ec11cff514c94fb11b3f3ac639fd200d"
      ],
      "author": {
        "name": "Erik Andren",
        "email": "erik.andren@gmail.com",
        "time": "Tue Oct 07 03:02:59 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:15 2008 -0200"
      },
      "message": "V4L/DVB (9123): gspca: Add some lost controls to the s5k83a sensor.\n\nSigned-off-by: Erik Andren \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1abe4746ec11cff514c94fb11b3f3ac639fd200d",
      "tree": "028508e7b49d38adf3d160c70f618adf73158cf6",
      "parents": [
        "491831260e94475d14d5465b424df955d1f20aac"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Mon Oct 06 03:16:08 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:15 2008 -0200"
      },
      "message": "V4L/DVB (9122): gspca: Bad name of the sunplus subdriver in Kconfig.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "491831260e94475d14d5465b424df955d1f20aac",
      "tree": "aa1e19a75a5e4460fd5ae3558e33a43d0f9aff61",
      "parents": [
        "e66c6419231cd61a1be04ef84bc6264556289e7d"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Sun Oct 05 04:55:24 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:15 2008 -0200"
      },
      "message": "V4L/DVB (9121): gspca: Add the subdriver finepix in Kconfig and Makefile.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e66c6419231cd61a1be04ef84bc6264556289e7d",
      "tree": "587d485fff5af0daa978412c173955e2ceb6a442",
      "parents": [
        "3145b8c1bfb96b02abf63dcd83ec7517c22cb574"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Sun Oct 05 04:46:11 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:15 2008 -0200"
      },
      "message": "V4L/DVB (9120): gspca: sd_desc-\u003estart returns a value and static functions in m5602.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3145b8c1bfb96b02abf63dcd83ec7517c22cb574",
      "tree": "27f218da8816b5ee6fff7c8a4ec8614d948450a0",
      "parents": [
        "79a9098ae47119fad54a3443e358f08e30b7d3a5"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Sun Oct 05 04:22:10 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:15 2008 -0200"
      },
      "message": "V4L/DVB (9119): gspca: Don\u0027t destroy the URBs on disconnect.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "79a9098ae47119fad54a3443e358f08e30b7d3a5",
      "tree": "d4c9d5b5580d6e1f3db1b9b4adfb0aa9cca22194",
      "parents": [
        "a482f327ff56bc3cf53176a7eb736cea47291a1d"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Sun Oct 05 04:21:24 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:15 2008 -0200"
      },
      "message": "V4L/DVB (9118): gspca: Set the vertical flip at streamon time in sonixj.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a482f327ff56bc3cf53176a7eb736cea47291a1d",
      "tree": "d9a603e7ffd5b718fa78a6988b2802d33324ba95",
      "parents": [
        "79025a9ed9132880d5197611dec6d8533c121ac7"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 10 05:08:23 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:14 2008 -0200"
      },
      "message": "V4L/DVB (9116): USB: remove info() macro from usb media drivers\n\nUSB should not be having it\u0027s own printk macros, so remove info() and\nuse the system-wide standard of dev_info() wherever possible.\n\nCc: Douglas Landgraf \u003cdougsland@gmail.com\u003e\nCc: Mike Isely \u003cisely@pobox.com\u003e\nCc: Thierry Merle \u003cthierry.merle@free.fr\u003e\nCc: Antoine Jacquet \u003croyale@zerezo.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "79025a9ed9132880d5197611dec6d8533c121ac7",
      "tree": "ace0f2271fe0342f513566684add9df9367a79fc",
      "parents": [
        "da703d6262b5d168a4ceb427255cfcf3771b8f96"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "devin.heitmueller@gmail.com",
        "time": "Mon Oct 06 12:07:48 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:14 2008 -0200"
      },
      "message": "V4L/DVB (9114): dib0700: fix bad assignment of dib0700_xc5000_tuner_callback after return call\n\nPut callback definition before function return and cleanup callback:\n\nFix a bug where the xc5000 callback was being set *after* the\nreturn call (essentially resulting in dead code).\n\nAlso cleanup the callback function to detect unknown commands.\n\nSigned-off-by: Devin Heitmueller \u003cdevin.heitmueller@gmail.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "da703d6262b5d168a4ceb427255cfcf3771b8f96",
      "tree": "0306b98bec677e82b322cea1c5944b7556f57796",
      "parents": [
        "028165a336ab7d097d23e2af936dea373e3d3afc"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Sep 02 19:00:21 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:14 2008 -0200"
      },
      "message": "V4L/DVB (8904): cx88: add missing unlock_kernel\n\nsparse found an unbalanced BKL usage.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "028165a336ab7d097d23e2af936dea373e3d3afc",
      "tree": "f7533a4a9acf59c379dd5ba34699b12cef4daf64",
      "parents": [
        "1e758265f4df731fcd20e559af3a8eb849db3b4d"
      ],
      "author": {
        "name": "Hermann Pitton",
        "email": "hermann-pitton@arcor.de",
        "time": "Sat Oct 04 21:37:36 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:14 2008 -0200"
      },
      "message": "V4L/DVB (9113): saa7134: fixes for the Asus Tiger Revision 1.00\n\nIn opposite to the P7131 Dual this early OEM card has a male\nradio antenna connector and also no remote.\n\nWe currently switch the DVB-T RF feed to the radio input, like\non the P7131 with female radio connector used also for DVB-T\nand should improve this.\n\nSigned-off-by: Hermann Pitton \u003chermann-pitton@arcor.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1e758265f4df731fcd20e559af3a8eb849db3b4d",
      "tree": "d896f9251a09af2f4b3e079ee9706c72d26d8b1c",
      "parents": [
        "d267d85101c509020a12686b96cbd179deaf4ecd"
      ],
      "author": {
        "name": "Andy Walls",
        "email": "awalls@radix.net",
        "time": "Fri Oct 03 13:49:05 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:14 2008 -0200"
      },
      "message": "V4L/DVB (9111): cx18: Up the version to 1.0.1\n\ncx18: Up the version to 1.0.1.  This will make it easy to tell if retries\nof MMIO access are implemented or not in trouble reports.  First course of\naction for I2C and other initialization problem reports will be to have user\nupgrade to v1.0.1 of driver.\n\nSigned-off-by: Andy Walls \u003cawalls@radix.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d267d85101c509020a12686b96cbd179deaf4ecd",
      "tree": "1a016966d11efb400ca310cd5726478053cd00a0",
      "parents": [
        "7f9876785276ac7f8606f8bf53a3dae4c10b8adb"
      ],
      "author": {
        "name": "Andy Walls",
        "email": "awalls@radix.net",
        "time": "Sun Sep 28 21:46:02 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:14 2008 -0200"
      },
      "message": "V4L/DVB (9110): cx18: Add default behavior of checking and retrying PCI MMIO accesses\n\ncx18: Add default behavior of checking and retrying PCI MMIO accesses.\nThe concept of checking and retrying PCI MMIO accesses for better reliability\nin older motherboards was suggested by Steve Toth \u003cstoth@linuxtv.org\u003e.  This\nchange implements MMIO retries and the retry_mmio module parameter that is\nenabled by default.  Limited experiments have shown this is more reliable than\nthe mmio_ndelay parameter.  mmio_ndelay has insignificant effect with retries\nenabled.\n\nSigned-off-by: Andy Walls \u003cawalls@radix.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7f9876785276ac7f8606f8bf53a3dae4c10b8adb",
      "tree": "fac5a2389014dc037098963321cb0a591e3fb3c0",
      "parents": [
        "986bd1e58b18c09b753f797df19251804bfe3e84"
      ],
      "author": {
        "name": "Thierry MERLE",
        "email": "thierry.merle@free.fr",
        "time": "Fri Sep 19 00:24:51 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:14 2008 -0200"
      },
      "message": "V4L/DVB (9108): cinergyT2: add remote key repeat feature\n\nImplement key repeat feature for the cinergyT2 remote controller.\n\nSigned-off-by: Thierry MERLE \u003cthierry.merle@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "986bd1e58b18c09b753f797df19251804bfe3e84",
      "tree": "35bef912485680a527d01339dccda3ce62fbf7a7",
      "parents": [
        "07c6bb9e6e5c9b8d0f697493cdd3978fc193ca90"
      ],
      "author": {
        "name": "Tomi Orava",
        "email": "tomimo@ncircle.nullnet.fi",
        "time": "Fri Sep 19 00:48:31 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:14 2008 -0200"
      },
      "message": "V4L/DVB (9107): Alternative version of Terratec Cinergy T2 driver\n\nAlternative version of the Terratec Cinergy T2 driver that uses the dvb framework.\n\nSigned-off-by: Tomi Orava \u003ctomimo@ncircle.nullnet.fi\u003e\nSigned-off-by: Thierry MERLE \u003cthierry.merle@free.fr\u003e\n[mchehab@redhat.com: fix dvb Makefile]\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "07c6bb9e6e5c9b8d0f697493cdd3978fc193ca90",
      "tree": "6e5274455eab57f8ba5caadfd6082ac376fd9958",
      "parents": [
        "2aa72f3b63e4b524e9e4b1438f6c0d50a214d836"
      ],
      "author": {
        "name": "Janne Grunau",
        "email": "janne-dvb@grunau.be",
        "time": "Tue Sep 30 13:57:42 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:14 2008 -0200"
      },
      "message": "V4L/DVB (9105): correct Makefile symbol for stv0288 frontend\n\nSigned-off-by: Janne Grunau \u003cjanne-dvb@grunau.be\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2aa72f3b63e4b524e9e4b1438f6c0d50a214d836",
      "tree": "41272dfa85a82e888c60a75e6bd0d49bed8f8d5e",
      "parents": [
        "695ebd125ade17101861c9eb99f74e6cc9a516ed"
      ],
      "author": {
        "name": "Alexey Klimov",
        "email": "klimov.linux@gmail.com",
        "time": "Wed Oct 01 09:40:59 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:13 2008 -0200"
      },
      "message": "V4L/DVB (9101): radio-mr800: Add driver for AverMedia MR 800 USB FM radio devices\n\nThis patch creates a new usb-radio driver, radio-mr800.c, that\nsupports the AverMedia MR 800 USB FM radio devices.\nThis device plugs into both the USB and an analog audio input, so this\nthing only deals with initialization and frequency setting, the audio\ndata has to be handled by a sound driver.\n\nSigned-off-by: Alexey Klimov \u003cklimov.linux@gmail.com\u003e\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "695ebd125ade17101861c9eb99f74e6cc9a516ed",
      "tree": "71ecf177f1dc1ca9e1fa594b7bebfd727dfa1965",
      "parents": [
        "803f9ccf50178af6cde7aec86db2d78db3d069e7"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Oct 04 14:18:37 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:13 2008 -0200"
      },
      "message": "V4L/DVB (9098): Whitespace cleanups\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "803f9ccf50178af6cde7aec86db2d78db3d069e7",
      "tree": "1ed7e298aba2026d89466a63239d1dc4a94e571e",
      "parents": [
        "eeb00c604ad203a51a0b92e124bcc4f98ba7e2c0"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Sat Oct 04 14:17:02 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:13 2008 -0200"
      },
      "message": "V4L/DVB (9097): gspca: Adjust control values and restore compilation of sonixj.\n\n- no compilation since last changeset\n- brightness is a signed value\n- better values of the color matrix\n\n[mchehab@redhat.com: fix a merge conflict]\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "eeb00c604ad203a51a0b92e124bcc4f98ba7e2c0",
      "tree": "102af67a82a110618ab3d62696ca70b203c94409",
      "parents": [
        "d2d7e9ae3138307284c815e1c37ea0b7b8834692"
      ],
      "author": {
        "name": "Erik Andren",
        "email": "erik.andren@gmail.com",
        "time": "Fri Oct 03 15:47:03 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:13 2008 -0200"
      },
      "message": "V4L/DVB (9096): gspca: Subdriver selection at config time.\n\nSigned-off-by: Erik Andren \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d2d7e9ae3138307284c815e1c37ea0b7b8834692",
      "tree": "2e4cfaa2010c34130c86f0a2d16e10950810b279",
      "parents": [
        "1b3345996c056a979cfabf96c0815b4843d9bbfc"
      ],
      "author": {
        "name": "Erik Andren",
        "email": "erik.andren@gmail.com",
        "time": "Fri Oct 03 15:29:02 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:13 2008 -0200"
      },
      "message": "V4L/DVB (9095): gspca: Moves some sensor initialization to each sensor in m5602.\n\nSigned-off-by: Erik Andren \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1b3345996c056a979cfabf96c0815b4843d9bbfc",
      "tree": "0170cee2d568af0d6cf787d4f1841db1a8cebd02",
      "parents": [
        "e293e599524f74532b0add53ddf80f10ff854598"
      ],
      "author": {
        "name": "Erik Andren",
        "email": "erik.andren@gmail.com",
        "time": "Fri Oct 03 09:28:45 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:13 2008 -0200"
      },
      "message": "V4L/DVB (9094): gspca: Frame counter in ALi m5602.\n\nSigned-off-by: Erik Andren \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e293e599524f74532b0add53ddf80f10ff854598",
      "tree": "ec8306de58b273b79e507df183f0d9cec835ef5d",
      "parents": [
        "c109f8168f259ea1f1ab7009c6b99dbe8ea0e2b2"
      ],
      "author": {
        "name": "Erik Andren",
        "email": "erik.andren@gmail.com",
        "time": "Fri Oct 03 08:46:50 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:13 2008 -0200"
      },
      "message": "V4L/DVB (9093): gspca: Cleanup code and small changes.\n\n- convert some #define to enum.\n- remove some comments.\n- return ENOMEM on memory allocation failure.\n\nSigned-off-by: Erik Andren \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c109f8168f259ea1f1ab7009c6b99dbe8ea0e2b2",
      "tree": "6dac06f9756469284dcc8c6dccb88ecdd4b10f9c",
      "parents": [
        "a3a58467db3c90a1e289970ef319c7abb90be617"
      ],
      "author": {
        "name": "Erik Andren",
        "email": "erik.andren@gmail.com",
        "time": "Wed Oct 01 04:51:53 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:13 2008 -0200"
      },
      "message": "V4L/DVB (9091): gspca: Subdriver m5602 (ALi) added.\n\nThis patch adds support for the ALi m5602 usb bridge and is based on\nthe gspca framework.\nIt contains code for communicating with 5 different sensors:\nOmniVision OV9650, Pixel Plus PO1030, Samsung S5K83A, S5K4AA and\nfinally Micron MT9M111.\n\nSigned-off-by: Erik Andren \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\n[mchehab@redhat.com: fix m5602/Makefile]\n[mchehab@redhat.com: extern debug caused conflicts. Renamed to m5602_debug]\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a3a58467db3c90a1e289970ef319c7abb90be617",
      "tree": "adf9a6c279483fa0b61cae7e8c6d20e74d1d5732",
      "parents": [
        "b1043e562ec9e5fe60af85b3a7eea43e77a35994"
      ],
      "author": {
        "name": "Frank Zago",
        "email": "frank@zago.net",
        "time": "Tue Sep 30 03:55:33 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:13 2008 -0200"
      },
      "message": "V4L/DVB (9090): gspca: Restart the state machine when no frame buffer in finepix.\n\nSigned-off-by: Frank Zago \u003cfrank@zago.net\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b1043e562ec9e5fe60af85b3a7eea43e77a35994",
      "tree": "fda2856677f5cc9a113f98b9432a25142b0bf777",
      "parents": [
        "97076859590ada76dc4bee46b6ccad86d89e82cf"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Mon Sep 29 07:03:06 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:12 2008 -0200"
      },
      "message": "V4L/DVB (9089): gspca: Remove the duplicated EOF (ff d9) in t613.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "97076859590ada76dc4bee46b6ccad86d89e82cf",
      "tree": "4bca2e35eef59d97d74ffd04ff0024785407b0a3",
      "parents": [
        "95d9142c8b250b2ce0e0a283fdf54d899dcc4f3e"
      ],
      "author": {
        "name": "Frank Zago",
        "email": "frank@zago.net",
        "time": "Mon Sep 29 06:59:36 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:12 2008 -0200"
      },
      "message": "V4L/DVB (9088): gspca: New subdriver \u0027finepix\u0027 added.\n\nSigned-off-by: Frank Zago \u003cfrank@zago.net\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "95d9142c8b250b2ce0e0a283fdf54d899dcc4f3e",
      "tree": "afd70aa9b5be5076e43d167dd9fe42784287ae51",
      "parents": [
        "6b060ffea0722cfe4f5156a73a6424130d3d804a"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Mon Sep 29 05:57:32 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:12 2008 -0200"
      },
      "message": "V4L/DVB (9087): gspca: Image transfer by bulk uses altsetting 0 with any buffer size.\n\n- gspca_dev field \u0027bulk_size\u0027 added.\n- when only one altsetting usable, do image transfer by bulk.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6b060ffea0722cfe4f5156a73a6424130d3d804a",
      "tree": "fa3351600d2fe6dd3ac955e2954c42d6675e78bf",
      "parents": [
        "6c49da7f169c25eb39b80ff168f5bdbacf8457e1"
      ],
      "author": {
        "name": "Frank Zago",
        "email": "frank@zago.net",
        "time": "Sun Sep 28 08:12:22 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:12 2008 -0200"
      },
      "message": "V4L/DVB (9086): gspca: Use a kref to avoid potentialy blocking forever in disconnect.\n\nSigned-off-by: Frank Zago \u003cfrank@zago.net\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6c49da7f169c25eb39b80ff168f5bdbacf8457e1",
      "tree": "48b3276d0a4e9ae9469f8d32331bfa5e4cdfa476",
      "parents": [
        "219423c147f6d4bc91ec904debfbc556887bd8fe"
      ],
      "author": {
        "name": "Frank Zago",
        "email": "frank@zago.net",
        "time": "Sun Sep 28 07:43:00 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:12 2008 -0200"
      },
      "message": "V4L/DVB (9085): gspca: URB_NO_TRANSFER_DMA_MAP is required for isoc and bulk transfers.\n\nSigned-off-by: Frank Zago \u003cfrank@zago.net\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "219423c147f6d4bc91ec904debfbc556887bd8fe",
      "tree": "a648ea44c3c5641a1fd30192d40b4912f687fb7f",
      "parents": [
        "3b11fa3a0651984af60cb8ff8faf0338552ece1f"
      ],
      "author": {
        "name": "Frank Zago",
        "email": "frank@zago.net",
        "time": "Fri Sep 26 07:43:54 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:12 2008 -0200"
      },
      "message": "V4L/DVB (9084): gspca: Fixed a few typos in comments.\n\nSigned-off-by: Frank Zago \u003cfrank@zago.net\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3b11fa3a0651984af60cb8ff8faf0338552ece1f",
      "tree": "22bef6c26c645456a4bee20fea6d433d952146cf",
      "parents": [
        "40e6ec129100041121aea2fb98590eaea4bb6ba2"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Fri Sep 26 05:52:52 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:12 2008 -0200"
      },
      "message": "V4L/DVB (9083): gspca: URB_NO_TRANSFER_DMA_MAP is not useful for isoc transfers.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "40e6ec129100041121aea2fb98590eaea4bb6ba2",
      "tree": "f5622113ed069c9baefa463991ad1acda30b208d",
      "parents": [
        "9f4c0617edcc676a5281c04bf48a305b80dd5397"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Mon Sep 22 03:14:25 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:12 2008 -0200"
      },
      "message": "V4L/DVB (9082): gspca: Vertical flip the image by default in sonixj.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "72ab97cecb7225a4c9f74cdd80268b50b74697bb",
      "tree": "3c942aa1c1538ad83c5f49fbc6ab01ea1a584789",
      "parents": [
        "1b60e1adc713e8d375dc117f5c3b5032d5b79abe"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Sat Sep 20 06:39:08 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:12 2008 -0200"
      },
      "message": "V4L/DVB (9079): gspca: Return error code from stream start functions.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1b60e1adc713e8d375dc117f5c3b5032d5b79abe",
      "tree": "d3488e97bc1311e84e14434f2a0720b3482b6279",
      "parents": [
        "9de436cfc4e966652f8804f0dda8d338ca7fe89c"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Sat Sep 20 05:44:21 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:11 2008 -0200"
      },
      "message": "V4L/DVB (9078): gspca: New exported function to retrieve the current frame buffer.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "9de436cfc4e966652f8804f0dda8d338ca7fe89c",
      "tree": "9a264809f550e89bd3926fc6f8e0f50448241383",
      "parents": [
        "117a45a85e8c250a45674f81aadd68d77281e57b"
      ],
      "author": {
        "name": "Frank Zago",
        "email": "frank@zago.net",
        "time": "Mon Sep 15 05:20:38 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:11 2008 -0200"
      },
      "message": "V4L/DVB (9077): gspca: Set the right V4L2_DEBUG values in the main driver.\n\nSigned-off-by: Frank Zago \u003cfrank@zago.net\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "117a45a85e8c250a45674f81aadd68d77281e57b",
      "tree": "900d8c285b5a0c9381f67d03567c71211172acb4",
      "parents": [
        "3c41cb77f4be3076fdbcf9a417052c3c6ce78094"
      ],
      "author": {
        "name": "Shane",
        "email": "gnome42@gmail.com",
        "time": "Mon Sep 15 04:18:51 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:11 2008 -0200"
      },
      "message": "V4L/DVB (9076): gspca: USB direction lacking in spca561.\n\nSigned-off-by: Shane \u003cgnome42@gmail.com\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3c41cb77f4be3076fdbcf9a417052c3c6ce78094",
      "tree": "e60f16f05e4c19f28f5644126d568188bd93b7f0",
      "parents": [
        "eacf8d8d6bc6798f6870a2cf2c159bfcde3759ac"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Wed Sep 10 02:57:09 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:11 2008 -0200"
      },
      "message": "V4L/DVB (9074): gspca: sonixj webcam 0c45:60fe added.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "eacf8d8d6bc6798f6870a2cf2c159bfcde3759ac",
      "tree": "b3c7d3d709a8754f22b6385c70b6ac4bfb4d4f88",
      "parents": [
        "d48cb402a1ba48c4ad4a36c3c561386027318459"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@linuxtv.org",
        "time": "Fri Sep 26 00:29:49 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:11 2008 -0200"
      },
      "message": "V4L/DVB (9072): S2API: Add DTV_API_VERSION command\n\nThis allows application developers to query the dvb-core API version\ndynamically, helping developers understand whether certain features\nwill be available.\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d48cb402a1ba48c4ad4a36c3c561386027318459",
      "tree": "ef41126f8718540d976e27819b39a1e31acf9a58",
      "parents": [
        "459702bf98ae2bd20bad1e271c615aca4972c609"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@linuxtv.org",
        "time": "Fri Sep 26 00:16:25 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:11 2008 -0200"
      },
      "message": "V4L/DVB (9071): S2API: Implement result codes for individual commands\n\nThis allows application developers to determine which particular\ncommand in a sequence is invalid, or failing with error.\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3e01084519a678b410df247581a51eeb1bbf11d5",
      "tree": "92f06fdab9d0570a2569a27eabc67d95626df8e5",
      "parents": [
        "f907c0207924dd598db37092d331738e3fcb9fbd"
      ],
      "author": {
        "name": "Darron Broad",
        "email": "darron@kewl.org",
        "time": "Thu Sep 25 16:51:11 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:11 2008 -0200"
      },
      "message": "V4L/DVB (9069): cx88: Bugfix: all client disconnects put the frontend to sleep.\n\nFrom the author:\n\n\"This fixes the problem where previously all client disconnects\nput the analogue frontend into standby.\n\nIn the following example, the first command is succesfully\nwatching TV but the second command which returns EBUSY\ndetunes the receiver by entering it into the standby state.\n\ntvtime -d /dev/video0 \u0026\ncat /dev/video0\n\"\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Darron Broad \u003cdarron@kewl.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f907c0207924dd598db37092d331738e3fcb9fbd",
      "tree": "7ca000cc03fb4ef5ce4a147036c5e4235dd65a3c",
      "parents": [
        "1dc7b76a89ea639a575c33710879c425d416dbdb"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@me.by",
        "time": "Wed Sep 24 23:18:27 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:11 2008 -0200"
      },
      "message": "V4L/DVB (9068): Kconfig dependency fix for DW2002 card with ST STV0288 demodulator.\n\nKconfig dependency fix for DW2002 card with ST STV0288 demodulator.\n\nSigned-off-by: Igor M. Liplianin \u003cliplianin@me.by\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1dc7b76a89ea639a575c33710879c425d416dbdb",
      "tree": "ddaed86ef956a82aae7b257d7d75b9b95623f94b",
      "parents": [
        "3f6014fc77c3630d2511302e19f4f02af1605947"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@me.by",
        "time": "Wed Sep 24 22:48:53 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:10 2008 -0200"
      },
      "message": "V4L/DVB (9067): Kconfig correction for USB card modification with SI2109/2110 demodulator.\n\nKconfig correction for USB card modification with SI2109/2110 demodulator.\n\nSigned-off-by: Igor M. Liplianin \u003cliplianin@me.by\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3f6014fc77c3630d2511302e19f4f02af1605947",
      "tree": "98f4cafcd95b9f1b71d671d45e05c2ce3c0da727",
      "parents": [
        "3de2ed127013219efc439c0d052d1cc825da88c2"
      ],
      "author": {
        "name": "Stéphane Voltz",
        "email": "stef.dev@free.fr",
        "time": "Fri Sep 05 14:33:54 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:10 2008 -0200"
      },
      "message": "V4L/DVB (9066): Pinnacle Hybrid PCTV Pro (pctv310c) DVB-T support\n\nThis patch against latest mercurial makes DVB-T working on Pinnacle\nHybrid PCTV Pro (pctv310c).\n\nIn cx88-dvb.c, a specific zl10353_config is created with the if2\ninferred from the old comment in the currently used config. It is then\nused for attach, and i2c_gate_ctrl is set to NULL.\n\nThe entry in cx88-cards.c is modified with GPIO gathered from windows\nwith regspy, and DVB enabled. The frontend is set to\nXC3028_FE_ZARLINK456 to match the zl10353_config.\n\nIt is working great with the freeview channels I can receive.\n\nSigned-off-by: Stéphane Voltz \u003cstef.dev@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3de2ed127013219efc439c0d052d1cc825da88c2",
      "tree": "87c7d7506664c4abd86b40ff988265a1abadacf4",
      "parents": [
        "f689d9083a3a46ae3801c37d0dbcb170fc6a9608"
      ],
      "author": {
        "name": "Dmitri Belimov",
        "email": "d.belimov@gmail.com",
        "time": "Mon Sep 29 02:25:40 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:10 2008 -0200"
      },
      "message": "V4L/DVB (9065): saa7134: fix I2C remote controls on saa7134\n\nThis is patch for solve this regression. Load ir-kbd-i2c module when remote is i2c type.\n\nSigned-off-by: Beholder Intl. Ltd. Dmitry Belimov \u003cd.belimov@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f689d9083a3a46ae3801c37d0dbcb170fc6a9608",
      "tree": "06473d401dc6987023a8494d2b401e72a343dd00",
      "parents": [
        "a31d2bb773f23f55cc6713f2d1a9b60977bb8f89"
      ],
      "author": {
        "name": "Adam Glover",
        "email": "aglover.v4l@mindspring.com",
        "time": "Tue May 06 03:20:27 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:10 2008 -0200"
      },
      "message": "V4L/DVB (9063): Add ADS Tech Instant HDTV PCI support\n\nAdd PCI ID and device specific tables for ADS Tech Instant HDTV.\n\n[mchehab@redhat.com: make checkpatch happy and fix merge conflicts]\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a31d2bb773f23f55cc6713f2d1a9b60977bb8f89",
      "tree": "084e602056f1730df1dba2165da902298a73b922",
      "parents": [
        "9b0001913983de65af17eee8baf02283160f5a69"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Sep 29 12:08:29 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:10 2008 -0200"
      },
      "message": "V4L/DVB (9062): Add support for Prolink Pixelview Global Extreme\n\nThanks to Sidney Matias \u003csidney.matias@gmail.com\u003e for getting GPIO\nvalues and testing on this device.\n\nCc: Sidney Matias \u003csidney.matias@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "9b0001913983de65af17eee8baf02283160f5a69",
      "tree": "925608ef892e1c2de87d9d5fc245e9a90d836f1c",
      "parents": [
        "36f6bb97caa772d7dc42250db74253e0867a444a"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Thu Jun 26 17:03:00 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:10 2008 -0200"
      },
      "message": "V4L/DVB (9061): saa7134: Add support for Real Audio 220\n\nThanks to Sistema Fenix (http://www.sistemafenix.com.br/) for sponsoring\nthis development.\n\nSigned-off-by: Gilberto \u003cgilberto@sistemafenix.com.br\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "36f6bb97caa772d7dc42250db74253e0867a444a",
      "tree": "995f45571dae16a24c8a6ace84dd2ad834f6324f",
      "parents": [
        "bf1ece6a4f30f05b227f2ec59fa0d45b5db186d2"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Thu Jun 26 17:03:00 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:10 2008 -0200"
      },
      "message": "V4L/DVB (9060): saa7134: Add support for Avermedia PCI pure analog (M135A)\n\nThanks to Sistema Fenix (http://www.sistemafenix.com.br/) for sponsoring\nthis development.\n\nSigned-off-by: Gilberto \u003cgilberto@sistemafenix.com.br\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "bf1ece6a4f30f05b227f2ec59fa0d45b5db186d2",
      "tree": "38dce049e8ed7b465cf210252212b188dcb9a07e",
      "parents": [
        "27cf8fd14e44d17b22f3591ef65d6920fb9e0409"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Thu Jun 26 17:03:00 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:10 2008 -0200"
      },
      "message": "V4L/DVB (9059): saa7134: Add support for Encore version 5.3 board\n\nThanks to Sistema Fenix (http://www.sistemafenix.com.br/) for sponsoring\nthis development.\n\nSigned-off-by: Gilberto \u003cgilberto@sistemafenix.com.br\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "27cf8fd14e44d17b22f3591ef65d6920fb9e0409",
      "tree": "eb07d5dd006e74004966866a9052acf83ba2bf13",
      "parents": [
        "8acdbcfd90a1954dcea36c2da4429c305813d470"
      ],
      "author": {
        "name": "Shane",
        "email": "gnome42@gmail.com",
        "time": "Thu Sep 11 16:14:09 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:10 2008 -0200"
      },
      "message": "V4L/DVB (9058): spca561: while balance -\u003e white balance typo\n\nCc: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nCc: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8acdbcfd90a1954dcea36c2da4429c305813d470",
      "tree": "03024e4103298fc1e9f022dc97313d3918dd93de",
      "parents": [
        "0975fc68719c75cbe14132c6f0dead57cd4d5210"
      ],
      "author": {
        "name": "David Bentham",
        "email": "db260179@hotmail.com",
        "time": "Sun Sep 28 16:29:51 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:10 2008 -0200"
      },
      "message": "V4L/DVB (9057): saa7134: Hauppauge HVR-1110, support for radio and analog audio in\n\nThe audio switch is at 0x100 and radio on gpio 21.\n\nTested-by: Thomas Genty \u003ctomlohave@gmail.com\u003e\nSigned-off-by: David Bentham \u003cdb260179@hotmail.com\u003e\nReviewed-by: Hermann Pitton \u003chermann-pitton@arcor.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0975fc68719c75cbe14132c6f0dead57cd4d5210",
      "tree": "7dedb552fb9e2e8d874ca2b66cefe39406fd7737",
      "parents": [
        "767f3b3bf23244d52be0492df20b0eaf14f501c5"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Sep 28 02:24:44 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:09 2008 -0200"
      },
      "message": "V4L/DVB (9055): tuner-xc2028: Do a better job selecting firmware type\n\nFirmware selection is very tricky on this device. This patch do a better\nselection of the proper firmware type, by using a code to hint if the\nfirmware to be loaded should be D2620 or D2633.\n\nIt also allows overriding the hint at the control structure.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "767f3b3bf23244d52be0492df20b0eaf14f501c5",
      "tree": "a53cb57f24b2ef8ac249eabc473130d52cb197f0",
      "parents": [
        "d7cba043d7ec840d67bd5143779d1febe7d83407"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu Sep 25 09:47:07 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:09 2008 -0200"
      },
      "message": "V4L/DVB (9051): dib0700: use dvb_frontend-\u003ecallback for xc5000 gpio reset\n\nThe tuner_callback function pointer from struct xc5000_config has been removed.\nUse dvb_frontend-\u003ecallback instead.\n\nAlso, mark function dib0700_xc5000_tuner_callback as static int.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    }
  ],
  "next": "d7cba043d7ec840d67bd5143779d1febe7d83407"
}
