)]}'
{
  "log": [
    {
      "commit": "f90c3c0bdd7a3f16eecf1b077f5e031c44ddb605",
      "tree": "b7300b97e8e6f44fa63e588a9bce9a9f32e427e6",
      "parents": [
        "3e478c06e83efc365e8351bff7b4c569f22e642d"
      ],
      "author": {
        "name": "Simon Harrison",
        "email": "si1356@yahoo.co.uk",
        "time": "Fri Jan 09 09:07:07 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Jan 29 08:35:37 2009 -0200"
      },
      "message": "V4L/DVB (10210): Fix a bug on v4lgrab.c\n\nv4lgrab  breaks the fputc macro on some systems, because of #defined\nFILE.\n\nAlso, I also added comments because it was not at all clear that to get gspca\ncameras to work with this application you need v4l1compat.\n\nSigned-off-by: Simon Harrison \u003csi1356@yahoo.co.uk\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "5e6de7d9a1a373414a41a7441100f90b71c6119f",
      "tree": "dd84f2b24be31c9b10dee6bce578e52bb09cba2f",
      "parents": [
        "6a2d802ca01bd83b860145e7497a7a049c354cd7"
      ],
      "author": {
        "name": "Mark Lord",
        "email": "mlord@pobox.com",
        "time": "Wed Dec 03 15:26:15 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Jan 02 17:13:56 2009 -0200"
      },
      "message": "V4L/DVB (10157): Add USB ID for the Sil4701 radio from DealExtreme\n\nSigned-off-by: Mark Lord \u003cmlord@pobox.com\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n[tobias.lorenz@gmx.net: Code beautifications and documentation added]\nSigned-off-by: Tobias Lorenz \u003ctobias.lorenz@gmx.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6a2d802ca01bd83b860145e7497a7a049c354cd7",
      "tree": "3300576cac3c67e23017646c77e1d3e0b6ff34c3",
      "parents": [
        "46a60cfef581307d8273919182ae939d44ff7cca"
      ],
      "author": {
        "name": "Pham Thanh Nam",
        "email": "phamthanhnam.ptn@gmail.com",
        "time": "Tue Dec 30 23:26:09 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Jan 02 17:13:44 2009 -0200"
      },
      "message": "V4L/DVB (10156): saa7134: Add support for Avermedia AVer TV GO 007 FM Plus\n\nThis patch adds support for Avermedia AVer TV GO 007 FM Plus (M15C) on\nsaa7134 driver (PCI ID 1461:f31d).\n\nSigned-off-by: Pham Thanh Nam \u003cphamthanhnam.ptn@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "aecde8b53b8ee1330a5a8206200f0d6b8845a6e0",
      "tree": "53a1aef6597a9d829864c054230b312010abc3a7",
      "parents": [
        "da1b5c95e49bb564ae8c61ed135d34ed09acbb66"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Dec 30 07:14:19 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Jan 02 17:11:52 2009 -0200"
      },
      "message": "V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.\n\nSince the i2c driver ID will be removed in the near future we have to\nmodify the v4l2 debugging API to use the driver name instead of driver ID.\n\nNote that this API is not used in applications other than v4l2-dbg.cpp\nas it is for debugging and testing only.\n\nShould anyone use the old VIDIOC_G_CHIP_IDENT, then this will be logged\nwith a warning that it is deprecated and will be removed in 2.6.30.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c7dd09dabc278b03980c8e93d0eee3843b5ad514",
      "tree": "c03ba0b990e588da7b34365dc8efe4300e55408a",
      "parents": [
        "bec43661b1dc0075b7445223ba775674133b164d"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Dec 23 13:42:25 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Jan 02 17:11:19 2009 -0200"
      },
      "message": "V4L/DVB (10136): v4l2 doc: update v4l2-framework.txt\n\nMention the new v4l2_file_operations struct.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "dfa9a5ae679ff2d23caa995d0f55a19abaf0596e",
      "tree": "4cfa951fd0dcc281881b5499f4ecdca29ea22de1",
      "parents": [
        "50a2a8b35edec09aff900a9b1c629776e11c5c88"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Dec 23 12:17:23 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Jan 02 17:10:56 2009 -0200"
      },
      "message": "V4L/DVB (10134): v4l2 doc: set v4l2_dev instead of parent.\n\nUpdate the documentation now that the v4l2_dev field is in.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "50a2a8b35edec09aff900a9b1c629776e11c5c88",
      "tree": "03a012b8f2ccdd73d37820b0f1ef1d371e1bb61c",
      "parents": [
        "7943ecf161753ae92af74e7587c8438f221d55a5"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Dec 22 09:13:11 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Jan 02 17:10:50 2009 -0200"
      },
      "message": "V4L/DVB (10133): v4l2-framework: use correct comment style.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "aa16c10a347e887ec9505de9eacf3675938be722",
      "tree": "a8ec8f448b17e33e6f64d275ed783503353b0e44",
      "parents": [
        "1970f14fde9640cc2e238c031498900edbd8ff94"
      ],
      "author": {
        "name": "Németh Márton",
        "email": "nm127@freemail.hu",
        "time": "Mon Dec 29 16:37:14 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:40:39 2008 -0200"
      },
      "message": "V4L/DVB (10128): modify V4L documentation to be a valid XHTML\n\nModify Documentation/video4linux/API.html to be a valid XHTML 1.0 Strict.\nThe result was verified using the http://validator.w3.org/ service.\n\nSigned-off-by: Márton Németh \u003cnm127@freemail.hu\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7ed3a7a3113a5399a4591fdf1f2a07c9cd954853",
      "tree": "ef6861287ec5df08bf6a98e44e01c6b889785f0f",
      "parents": [
        "e890759220759dfe4f3bea91a2deafb565ec10e9"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Mon Dec 29 22:39:42 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:40:36 2008 -0200"
      },
      "message": "V4L/DVB (10121): em28xx: remove worthless Pinnacle PCTV HD Mini 80e device profile\n\nThe Pinnacle 80e cannot be supported since Micronas yanked their driver\nsupport for the drx-j chipset at the last minute.  Remove the device profile\nsince it cannot work without the drx driver and it being there is only likely\nto confuse people into thinking the device is supported but not working.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e890759220759dfe4f3bea91a2deafb565ec10e9",
      "tree": "c5fd26feb94269c91ab0392bf88b577cc96cd0b5",
      "parents": [
        "ed14e1c2f419a380c7a1a3483ac2443d20a24355"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Mon Dec 29 22:34:35 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:40:36 2008 -0200"
      },
      "message": "V4L/DVB (10120): em28xx: remove redundant Pinnacle Dazzle DVC 100 profile\n\nThe DVC 100 profile is redundant since we already have an existing identical\nprofile named \"Pinnacle Dazzle DVC 90/DVC 100\"\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1e1addd57bdf56c51dbc292d7760ea3d207fe833",
      "tree": "bd005d38df97ad8fd3eaaeaeff729a2b611b9d66",
      "parents": [
        "3a0efc3200386b9288e1d3d3be0a9f5d6f286906"
      ],
      "author": {
        "name": "Douglas Schilling Landgraf",
        "email": "dougsland@redhat.com",
        "time": "Sat Dec 27 21:38:14 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:40:09 2008 -0200"
      },
      "message": "V4L/DVB (10055): em28xx: Add entry for PixelView PlayTV Box 4\n\nAdded board PixelView PlayTV Box 4\nThanks to Vildenei Negrao Pereira \u003cneodarkaman@brturbo.com.br\u003e for testing and data collection.\n\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "da3bcb5d909925397715dff4a7584f21f9857bfa",
      "tree": "1bef707fefd0ec85ef859320d41625c36d046f2e",
      "parents": [
        "cc611b8aef7a8a9a2e614f1bdf3e2b8f066c8c8d"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Mon Dec 29 09:06:09 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:40:07 2008 -0200"
      },
      "message": "V4L/DVB (10050): gspca - vc032x: Webcam 046d:0897 added.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4c98834addfee3fdd42c505c37569261bf669d94",
      "tree": "71ca38fcaef06e5a854bfdf1ff13168d500ca4aa",
      "parents": [
        "15f64864e392612b230bc71d84e4537b80c607b1"
      ],
      "author": {
        "name": "Erik Andren",
        "email": "erik.andren@gmail.com",
        "time": "Mon Dec 29 07:35:23 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:40:06 2008 -0200"
      },
      "message": "V4L/DVB (10048): gspca - stv06xx: New subdriver.\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": "71d50f30724c901c3d8cc7a19bdb3c33e1ee5463",
      "tree": "88287de1764430f57d61c86227229e27faf66afd",
      "parents": [
        "27b1e4ca21d6322a16978127b9f227c432f10ae6"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Sat Dec 27 03:43:53 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:40:05 2008 -0200"
      },
      "message": "V4L/DVB (10044): gspca - pac7311: Webcam 093a:2620 added.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "88a40cfbf25d82758237250a04d9bed51266215c",
      "tree": "5117a5550cb2675d1a2c9f62248ceed1a4f0956f",
      "parents": [
        "c6b6c75e206a4da19ff139ea6b34c80306ebbf06"
      ],
      "author": {
        "name": "Fabio Rossi",
        "email": "rossi.f@inwind.it",
        "time": "Fri Dec 26 14:41:48 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:39:44 2008 -0200"
      },
      "message": "V4L/DVB (9999): gspca - zc3xx: Webcam 046d:089d added.\n\nSigned-off-by: Fabio Rossi \u003crossi.f@inwind.it\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "87945895bf14b0b4dacbcef6dc08f284177affc8",
      "tree": "aa9554f8fb270d45251fcaaf6defc7c10c9f2e55",
      "parents": [
        "1edabe71277a394b306fcb9a28a1977f345c8a20"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Sat Dec 20 14:30:58 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:39:42 2008 -0200"
      },
      "message": "V4L/DVB (9992): gspca - pac207: Webcam 093a:2461 added.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ca8959bb07f27514f811200b4f71669b1783dc54",
      "tree": "eae241aeabe69e331079a8644904b3278adcbd1a",
      "parents": [
        "dc1fe157dd679c7b3036a4808db40862a01d53fe"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Mon Dec 15 04:12:57 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:39:39 2008 -0200"
      },
      "message": "V4L/DVB (9984): gspca - pac7311: Webcam 093a:262c added.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a47ddf1425554ca0b1e9b16b20a9d631e5daaaa8",
      "tree": "a1573c9fce0ec06dfa04ca148b875a8ce2e7fed3",
      "parents": [
        "806e5b7cfa96195baadc4cc4663266aaac92e22b"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Dec 19 10:20:22 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:39:26 2008 -0200"
      },
      "message": "V4L/DVB (9943): v4l2: document video_device.\n\nAdd the missing video_device documentation to v4l2-framework.txt.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c665f4dd99a584036c2bd79a6baa25b06cae42f8",
      "tree": "3ef1d1874a43e910374b7ff33097556c1d326859",
      "parents": [
        "b1fa26c66c975bbd3173a45ef673870fd1d52dea"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Tue Dec 16 23:35:23 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:39:18 2008 -0200"
      },
      "message": "V4L/DVB (9922): em28xx: don\u0027t assume every eb1a:2820 reference design is a Prolink PlayTV USB2\n\nDon\u0027t operate under the assumption that every device that uses the em2820\ndefault USB ID is a Prolink PlayTV USB.  We have an eeprom hash, so use that,\nsince otherwise we cannot support other devices with the 2820 default USB ID\n(such as the ADS Tech Instant TV USB USBAV-704)\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8852153548b31abb99c1c0772d03f92054f1f80d",
      "tree": "86dffa8be98a6ee08e8463705b249a852c8219c9",
      "parents": [
        "7320d6bf300262b05116309ecf0c6655c818a5da"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Wed Dec 10 05:06:13 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:39:00 2008 -0200"
      },
      "message": "V4L/DVB (9870): gspca - vc032x: Webcam 15b8:6002 and sensor po1200 added.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a9da98a4336df020e5f089b963295373c6c3e6b9",
      "tree": "88a4d9146cde9336bf450e9ffe9b6f5f2ae0e24f",
      "parents": [
        "121520a7084b48cb26437c6e89d4b491c3e4d4d5"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Wed Dec 03 07:29:26 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:38:52 2008 -0200"
      },
      "message": "V4L/DVB (9854): gspca: Add the webcam 0c45:60fe in the gspca documentation.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "121520a7084b48cb26437c6e89d4b491c3e4d4d5",
      "tree": "46adcdb7577f8adc22f3446c42ab9a45d628d2f7",
      "parents": [
        "daa5cb42f12684173e2cfd7d062527ca24916791"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Wed Dec 03 07:19:22 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:38:52 2008 -0200"
      },
      "message": "V4L/DVB (9853): gspca: Webcam 093a:2622 added in pac7311.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d7bb7317d4caca55de72e5bd2229d68ed7cce7af",
      "tree": "27dfaf7176d7a2442537bc0f654e6b0b71bd7623",
      "parents": [
        "3319dc98a742d445a660268a6ce3426ad0922e2a"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Tue Dec 02 06:56:47 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:38:50 2008 -0200"
      },
      "message": "V4L/DVB (9849): gspca: Add the webcam 0c45:613a in the gspca documentation.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3319dc98a742d445a660268a6ce3426ad0922e2a",
      "tree": "d6634b27ca07395db6805b549f7c9b51eb49709b",
      "parents": [
        "2ed9f81680432e3dc42b41d4738d443bc516b8c9"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Mon Dec 01 14:44:02 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:38:50 2008 -0200"
      },
      "message": "V4L/DVB (9848): gspca: Webcam 06f8:3004 added 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": "2a1fcdf08230522bd5024f91da24aaa6e8d81f59",
      "tree": "03781d767920d0569e6441ff9c74186d50f70a23",
      "parents": [
        "07b1747c8d0bb463311f9dd05d4c013765abe2eb"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Nov 29 21:36:58 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:38:37 2008 -0200"
      },
      "message": "V4L/DVB (9820): v4l2: add v4l2_device and v4l2_subdev structs to the v4l2 framework.\n\nStart implementing a proper v4l2 framework as discussed during the\nLinux Plumbers Conference 2008.\n\nIntroduces v4l2_device (for device instances) and v4l2_subdev (representing\nsub-device instances).\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nReviewed-by: Laurent Pinchart \u003claurent.pinchart@skynet.be\u003e\nReviewed-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nReviewed-by: Andy Walls \u003cawalls@radix.net\u003e\nReviewed-by: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a5525685eeaec8e720323180530181ffe69a24f5",
      "tree": "133954dce8fd86e82a6f868e714a7f6a917a8891",
      "parents": [
        "ea023df5f8a6f2f788247a4d8a7d5483c0d9266b"
      ],
      "author": {
        "name": "Hermann Pitton",
        "email": "hermann-pitton@arcor.de",
        "time": "Fri Dec 05 19:49:34 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:38:27 2008 -0200"
      },
      "message": "V4L/DVB (9798): saa7134: add analog and DVB-T support for Medion/Creatix CTX946\n\nHow to enable the mpeg encoder is not found yet.\nThe card comes up with gpio 0x0820000 for DVB-T.\n\nSigned-off-by: Hermann Pitton \u003chermann-pitton@arcor.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "9bb1b7e879091f09fc677dca10c5e132b68a9da3",
      "tree": "346dd4bacfb59f16f325a93efb5ef93da8d2e1eb",
      "parents": [
        "f89bc32974a4376e8393001484af28d8c3350ab4"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@me.by",
        "time": "Sun Nov 23 14:11:16 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:38:25 2008 -0200"
      },
      "message": "V4L/DVB (9795): Add Compro VideoMate E650F (DVB-T part only).\n\nAdd Compro VideoMate E650F (DVB-T part only).\nThe card based on cx23885 PCI-Express chip, xc3028 tuner and ce6353 demodulator.\n\nCc: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Igor M. Liplianin \u003cliplianin@me.by\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f89bc32974a4376e8393001484af28d8c3350ab4",
      "tree": "3366ca74f077a645055808ea034a94adc63db19f",
      "parents": [
        "2a48fc739df213b8f98b4effd95ce5ec93bca3da"
      ],
      "author": {
        "name": "Douglas Schilling Landgraf",
        "email": "dougsland@linuxtv.org",
        "time": "Mon Dec 01 21:01:04 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:38:25 2008 -0200"
      },
      "message": "V4L/DVB (9793): em28xx: Add specific entry for WinTV-HVR 850\n\nAdded specific entry for WinTV-HVR 850\n\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "26d5f3a3fe917232cb77e2e3450f7d7f8698259c",
      "tree": "48199cf712ebead3c717bae21b4b75b32f3a40ce",
      "parents": [
        "10f201af1bedd39a88913f472b33698c4a3b0680"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Dec 07 13:19:29 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:38:17 2008 -0200"
      },
      "message": "V4L/DVB (9772): saa7134: Add support for Kworld Plus TV Analog Lite PCI\n\nThanks to Sistema Fenix (http://www.sistemafenix.com.br/) for sponsoring\nthis\ndevelopment.\n\nSigned-off-by: Gilberto \u003cgilberto@sistemafenix.com.br\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6e4ae872c580d6a388a52ddfdfc93b4215af1180",
      "tree": "d72c6030c258b234d35aed7b0591ebef47b209e9",
      "parents": [
        "fbb4c6d20f29f2b10daad31cc6238d91f93d70d4"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Sat Nov 22 05:35:49 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Dec 29 17:53:40 2008 -0200"
      },
      "message": "V4L/DVB (9713): gspca: Add the ov534 webcams in the gspca documentation.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "05583625710dfd75880a6cbb68292929d1d4c33c",
      "tree": "083887a11f76042c5003c9565c14342c493d141c",
      "parents": [
        "31e0530c32701fc14b845ef84fe61b66e9c5398c"
      ],
      "author": {
        "name": "Dirk Heer",
        "email": "D.Heer@phytec.de",
        "time": "Fri Nov 21 19:00:55 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Dec 29 17:53:37 2008 -0200"
      },
      "message": "V4L/DVB (9677): bttv: fix some entries on Phytec boards and add missing ones\n\nThis Patch does modify the bttv-cards.c and bttc.h so that the driver\nsupports VD-011, VD-012, VD-012-X1 and VD-012-X2 Framegrabber from\nPhytec Messtechnik GmbH.\n\nSigned-off-by: Dirk Heer \u003cd.heer@phytec.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "864ec0b7a03c8401e6e49f9e480489478ea14cb5",
      "tree": "d623a69c33f5e37311c4d6d4ac91fcbcef891a6c",
      "parents": [
        "ebef13d480f0223512963ee785bd93770d404fe3"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "devin.heitmueller@gmail.com",
        "time": "Wed Nov 12 02:05:28 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Dec 29 17:53:32 2008 -0200"
      },
      "message": "V4L/DVB (9590): Add registration for Pinnacle 80e ATSC tuner\n\nAdd registration for Pinnacle 80e ATSC tuner\n\nRegister the em2874 based Pinnacle 80e device.  Note that support for this\ndevice also requires the new drx-j driver (which is not available yet)\n\nThanks for Ray Lu from Empia for providing the em2874 datasheet.\nThanks to Joerg Schindler from Pinnacle for providing sample hardware.\nThanks to Rainer Miethling from Pinnacle for providing engineering support.\n\nSigned-off-by: Devin Heitmueller \u003cdevin.heitmueller@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "917118745a610765e98621c4a81d7744806e4954",
      "tree": "83c9bba6ca2d2de7fde7c1b4fc43c261d305b55d",
      "parents": [
        "2e0903b00131e751ac91720162d62415613e9bc5"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Tue Oct 28 08:00:23 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Dec 29 17:53:29 2008 -0200"
      },
      "message": "V4L/DVB (9553): gspca: Webcam 145f:013a added in pac207.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "cd3cde1271c6c597c16e4c22810449949c675092",
      "tree": "70dbe4a80706d7173219b5b475be2205f6eccd90",
      "parents": [
        "4b29631db33292d416dc395c56122ea865e7635c"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@me.by",
        "time": "Sun Nov 09 15:26:25 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Dec 29 17:53:28 2008 -0200"
      },
      "message": "V4L/DVB (9534): cx88: Add support for Prof 6200 DVB-S PCI card\n\nThe card based on stv0299 or stv0288 demodulators.\n\nSigned-off-by: Igor M. Liplianin \u003cliplianin@me.by\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4b29631db33292d416dc395c56122ea865e7635c",
      "tree": "1e0e6b034148e2d78c73f4d3e85a242884707dbe",
      "parents": [
        "1f6340bd431921f9b6dc995973eb065d6c14f024"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@me.by",
        "time": "Sun Nov 09 15:25:31 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Dec 29 17:53:28 2008 -0200"
      },
      "message": "V4L/DVB (9533): cx88: Add support for TurboSight TBS8910 DVB-S PCI card\n\nThe card based on stv0299 or stv0288 demodulators.\n\nSigned-off-by: Igor M. Liplianin \u003cliplianin@me.by\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "bc13ae11227b06d2397cea1a8eb22fc2ca64e22f",
      "tree": "88b4d2fa5082f3cd29dd4caaeda45dda4979734b",
      "parents": [
        "163e9cd074c2471695c5c79da0022f46fa53ce40"
      ],
      "author": {
        "name": "Patrice Levesque",
        "email": "video2linux.wayne@ptaff.ca",
        "time": "Sun Nov 02 16:37:35 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Dec 29 17:53:27 2008 -0200"
      },
      "message": "V4L/DVB (9529): cx88: add a second PCI ID for ATI TV Wonder Pro\n\nThere\u0027s a second PCI identifier for the ATI TV WONDER PRO card\n(0x1002:0x00f9).\n\nAttached is a patch to kernel 2.6.27 that adds autodetection for this\nversion.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2b1b945f88537a110f018f6a50b1f01bbb23fb7e",
      "tree": "0d9f012b4e2f2efcdcb39799f7b7c6a731831c53",
      "parents": [
        "f71f11ed46df2f29daf928eb5fd8c6c2d1455f36"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Oct 24 23:13:57 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Dec 29 17:53:13 2008 -0200"
      },
      "message": "V4L/DVB (9370): Update README.cx88 with the current status\n\nREADME.cx88 were outdated since a long time. Update it with the current\nstatus.\n\nCc: Rafael Diniz \u003cdiniz@wimobilis.com.br\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6aadf82eb830cf2622f8803fd7f0414299e246d3",
      "tree": "63db1ce0a95328bab230326aa252c57ee98b0356",
      "parents": [
        "f3a3e881b81ae33b786759c7042de974c1e0bbf7"
      ],
      "author": {
        "name": "Tobias Lorenz",
        "email": "tobias.lorenz@gmx.net",
        "time": "Tue Oct 28 08:48:27 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Nov 11 08:11:24 2008 -0200"
      },
      "message": "V4L/DVB (9482): Documentation, especially regarding audio and informational links\n\nThis patch adds a recommendation to select SND_USB_AUDIO for listing and\nadds a documentation file for si470x.\n\nSigned-off-by: Tobias Lorenz \u003ctobias.lorenz@gmx.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0d0f1e0a1d6ef2d0ea249930c5ea71d990fc0b6e",
      "tree": "97508fe02d97d1ad2f16864642cfe270edfd7a99",
      "parents": [
        "b058e3f39508a3876a4fbf4a92398c817cf82809"
      ],
      "author": {
        "name": "Rafael Diniz",
        "email": "diniz@wimobilis.com.br",
        "time": "Wed Oct 22 18:02:09 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Nov 11 08:11:23 2008 -0200"
      },
      "message": "V4L/DVB (9369): Documentation update for cx88\n\nAttached is a patch that updates the cx88 documentation to add the fact the\nclosed caption works for at least NTSC capture.\n\nps: I also updated the wiki at:\nhttp://www.linuxtv.org/v4lwiki/index.php/Text_capture#cx88_devices\n\nSigned-off-by: Rafael Diniz \u003cdiniz@wimobilis.com.br\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "89a056df78b113fcab21d71cd24aa1893c09225b",
      "tree": "1cbe58529c142dacf6cb80c84bc85d1aae2bd755",
      "parents": [
        "bcc378e777514832c11b09d194a7f946e7ad803a"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Wed Oct 29 14:01:14 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 30 11:38:47 2008 -0700"
      },
      "message": "Rationalise Randy\u0027s address a bit\n\nAcked-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c17dad6905fc82d8f523399e5c3f014e81d61df6",
      "tree": "9e28f9f77dd80b2b89d4760d56c2106a3255cdcb",
      "parents": [
        "75b7edfdc12c213402b17a62e5cfe7a802a4ab57"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Wed Oct 29 14:00:50 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 30 11:38:45 2008 -0700"
      },
      "message": ".gitignore updates\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "953cafc04e9ef9d2fd9f8afb3b3bbde1f8bb9317",
      "tree": "caf26f9874cf448608276423c2d6b5f325322b81",
      "parents": [
        "649e13a95bb2aec489cc3194034a15a6e2916448"
      ],
      "author": {
        "name": "Darron Broad",
        "email": "darron@kewl.org",
        "time": "Wed Oct 15 14:14:30 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Oct 17 17:29:09 2008 -0300"
      },
      "message": "V4L/DVB (9268): tuner: add FMD1216MEX tuner\n\nThis tuner was already supported by proxy as an FMD1216ME, however,\nthe MEX uses a different FM Radio IF so this addition is now required.\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": "a636da6bab3307fc8c6e6a22a63b0b25ba0687be",
      "tree": "e87c57c1f44c48495f0c2fe6590717ac74a5f051",
      "parents": [
        "073afdd793243fff9f342c2606b9864052e9e3e5"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Oct 15 17:00:31 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Oct 17 17:26:39 2008 -0300"
      },
      "message": "V4L/DVB (9247): au0828: add support for another USB id for Hauppauge HVR950Q\n\nAdd autodetection support for a new revision of the Hauppauge HVR950Q (2040:721e)\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\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": "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": "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": "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": "9f4c0617edcc676a5281c04bf48a305b80dd5397",
      "tree": "c64d74897b9c2d09fdc31412752aeab5ba8ab76f",
      "parents": [
        "72ab97cecb7225a4c9f74cdd80268b50b74697bb"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Mon Sep 22 02:57:56 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:12 2008 -0200"
      },
      "message": "V4L/DVB (9081): gspca: Bad webcam name of 046d:092f in documentation.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\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": "301e9d64e0bb00c557d9385474cc9d79db0485d9",
      "tree": "4b198e9dc7c454908fa14dd49d7c9997b4f51ad5",
      "parents": [
        "e4aab64cb78a42e45e1d387f272712e06cf89a66"
      ],
      "author": {
        "name": "hermann pitton",
        "email": "hermann-pitton@arcor.de",
        "time": "Sun Sep 14 17:49:14 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:07 2008 -0200"
      },
      "message": "V4L/DVB (9028): saa7134: add support for the triple Asus Tiger 3in1\n\nafter looking it up, all rants about the 80 columns restriction seem to\nbe in vain. After changing the card\u0027s name it are now \"only\" seven new\nlines in the tiny DVB-T/DVB-S switch function.\n\nsaa7130/34: v4l2 driver version 0.2.14 loaded\nsaa7133[0]: found at 0000:02:08.0, rev: 209, irq: 18, latency: 32, mmio: 0xfdef7000\nsaa7133[0]: subsystem: 1043:4878, board: Asus Tiger 3in1 [card\u003d147,autodetected]\nsaa7133[0]: board init: gpio is 200000\ntuner\u0027 2-004b: chip found @ 0x96 (saa7133[0])\nsaa7133[0]: i2c eeprom 00: 43 10 78 48 54 20 1c 00 43 43 a9 1c 55 d2 b2 92\nsaa7133[0]: i2c eeprom 10: ff ff ff 0f ff 20 ff ff ff ff ff ff ff ff ff ff\nsaa7133[0]: i2c eeprom 20: 01 40 01 02 03 01 01 03 08 ff 00 d7 ff ff ff ff\nsaa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\nsaa7133[0]: i2c eeprom 40: ff 28 00 c2 96 16 03 02 c0 1c ff ff ff ff ff ff\nsaa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\nsaa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\nsaa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\nsaa7133[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\nsaa7133[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\nsaa7133[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\nsaa7133[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\nsaa7133[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\nsaa7133[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\nsaa7133[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\nsaa7133[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\nsaa7133[0]: i2c scan: found device @ 0x10  [???]\nsaa7133[0]: i2c scan: found device @ 0x16  [???]\nsaa7133[0]: i2c scan: found device @ 0x1c  [???]\nsaa7133[0]: i2c scan: found device @ 0x96  [???]\nsaa7133[0]: i2c scan: found device @ 0xa0  [eeprom]\ntda829x 2-004b: setting tuner address to 61\ntda829x 2-004b: type set to tda8290+75a\nsaa7133[0]: registered device video0 [v4l2]\nsaa7133[0]: registered device vbi0\nsaa7133[0]: registered device radio0\n\nDVB: registering new adapter (saa7133[0])\nDVB: registering frontend 0 (Philips TDA10086 DVB-S)...\n\nThe board init gpio is 0x0, 0x200000 is from previously unloading with\nantenna_switch \u003d 1.\n\nIt needs firmware for the tda10046 and analog sound needs saa7134-alsa.\n\nI have support for one more board and need to fix the first revision of\nthe Asus Tiger DVB-T hybrid. DVB-T currently hangs on the male radio\nantenna input, also some small other stuff.\n\nPlease report any issues with this patch, the next are depending on this\none.\n\nsaa7134: add support for the triple Asus Tiger 3in1\n\nSigned-off-by: Hermann Pitton \u003chermann-pitton@arcor.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "5bacea3b9db1b88eeae5427f41efe65138f056da",
      "tree": "d6c67aec40f7b377d4be3be93b49fad61dcbcc2f",
      "parents": [
        "ee73042c002b435cc8bc49414d466cc3f31af123"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@linuxtv.org",
        "time": "Mon Sep 22 01:45:01 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:07 2008 -0200"
      },
      "message": "V4L/DVB (9021): S2API: Add Kconf dependency\n\nPatch provided by Darron Broad\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2cf801e3e38f649d25fe3b4e236976f45e26289f",
      "tree": "dbb926e7798792fc980eb2daf561d71b740f1fea",
      "parents": [
        "af832623c2a44525df6e4ae0142fb0385479546c"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@linuxtv.org",
        "time": "Mon Sep 08 12:07:06 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:04 2008 -0200"
      },
      "message": "V4L/DVB (8990): S2API: DVB-S/S2 voltage selection bug fix\n\nThanks to Hans Werner for finding the problem.\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "5bd1b66359437864e6b46420ba6770c2b1c4362c",
      "tree": "610860306d4a0c40456ef6b7b12904251880ddbd",
      "parents": [
        "0d46748c3f874defbbbf98bcf40c7b18964abbc0"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@linuxtv.org",
        "time": "Thu Sep 04 01:17:33 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:37:03 2008 -0200"
      },
      "message": "V4L/DVB (8987): cx88: Add support for the Hauppauge HVR4000 and HVR4000-LITE (S2) boards\n\nAdding support for Hauppauge\u0027s cx88 S2 based products, based on the\ncx24116 DVB-S2 demodulator.\n\nSigned-off-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a50f4a444a14a116e2eb077e01c2eaf58ddb7c6a",
      "tree": "dadcd0f029f3c8fc531b5004bb505002ead6fa10",
      "parents": [
        "6c86274fcdf4b3893ee22c1e39ddfb5b05bf0362"
      ],
      "author": {
        "name": "Douglas Schilling Landgraf",
        "email": "dougsland@linuxtv.org",
        "time": "Mon Sep 08 03:23:55 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:36:59 2008 -0200"
      },
      "message": "V4L/DVB (8936): em28xx-cards: Add vendor/product id for EM2820_BOARD_PROLINK_PLAYTV_USB2\n\nAdded vendor/product id for EM2820_BOARD_PROLINK_PLAYTV_USB2\n\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7b537391dde35d7f412417a95f02f89af08dd2d3",
      "tree": "42f81605ab0ea42741ad5ac8a19f5d8787cf66a2",
      "parents": [
        "3371bcc328c7345fe8d69b7a828890b62fb21744"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Sun Sep 07 11:56:49 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:36:59 2008 -0200"
      },
      "message": "V4L/DVB (8929): gspca: sonixj webcam 0458:702e added.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d654dca7bca79dd3981267e398b6a7df34d3d047",
      "tree": "e06f3be57362465b36cb186d4919aed2614f8a6e",
      "parents": [
        "446f245977e9c2ac4507c3543c7e2a587f46beab"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Sat Sep 06 04:18:48 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:36:59 2008 -0200"
      },
      "message": "V4L/DVB (8927): gspca: PAC 207 webcam 093a:2476 added.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4c56b04af67211c4311dd9961ce5aba86b96ba9c",
      "tree": "6583324cd8f0c7033a14a2493383809190788cac",
      "parents": [
        "ba77531f51d59a4ca4e5f9b5960301f7dc7a5390"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Tue Aug 12 13:30:03 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:36:55 2008 -0200"
      },
      "message": "V4L/DVB (8807): Add DVB support for the Leadtek Winfast PxDVR3200 H\n\nThis patch is on behalf of Stephen Backway \u003cstev391@email.com\u003e, and\nrepresents two patches I received (and some subsequent whitespace\ncleanup I had due to how I pulled the patches).\n\nFrom the original author:\n\na) Add DVB support for the Leadtek Winfast PxDVR3200 H.\n\nb) The tuner callback previously checked the command 3 times:\n1) To see if it was the XC2028_RESET_CLK\n2) To see if it was not the XC2028_RESET_TUNER\n3) To see if it was the XC2028_RESET_TUNER\nThis patch removes the third check.\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Stephen Backway \u003cstev391@email.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "28531558006d5c525b19a207a7ab4ec0643191c9",
      "tree": "7a74d7c5e9f0f8e5da49303dec6ffe9c0cf0e6a3",
      "parents": [
        "92c36147a7fdcead94f98c0a14f30d279653fa64"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Fri Aug 29 15:16:31 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:36:55 2008 -0200"
      },
      "message": "V4L/DVB (8799): soc-camera: add API documentation\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nAcked-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "aef2d186e381816733fa15d67ad63bd99254cb9e",
      "tree": "31f02a3b03a4aeb17f6e896cb094887d1f613a99",
      "parents": [
        "90a71b1c1ab003dd4524afca44c2ad2519f4420c"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Mon Aug 04 21:39:53 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:36:49 2008 -0200"
      },
      "message": "V4L/DVB (8644): Add support for DViCO FusionHDTV DVB-T Dual Express\n\nAdd support for the DViCO FusionHDTV DVB-T Dual Express card, based on\nwork by Chris Pascoe and Stephen Backway.\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7d341a6a52f115512d60b2de89b2ebde54da8eff",
      "tree": "27cb6a10688e0d11cc379f1c7178b6384a9c6b05",
      "parents": [
        "08b1438cc2d50f559cc33ca4d9251636cec11647"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Aug 05 10:14:13 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:36:47 2008 -0200"
      },
      "message": "V4L/DVB (8628): bttv: Add support for Encore ENLTV2-FM\n\nThanks to Sistema Fenix (http://www.sistemafenix.com.br/) and CDI Brasil\n(www.cdibrasil.com.br/) for sponsoring this development.\n\nSigned-off-by: Gilberto \u003cgilberto@sistemafenix.com.br\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8f2b7b70600212f8c809a7bc2d17d33561842440",
      "tree": "cc7a5842dda16df9bceb93011ebfa5017737bf1f",
      "parents": [
        "622ecb300345d308c8b4a983ac112b1985d7d156"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Aug 05 10:11:25 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Oct 12 09:36:47 2008 -0200"
      },
      "message": "V4L/DVB (8626): Add support for TCL tuner MF02GIP-5N-E\n\nThanks to Sistema Fenix (http://www.sistemafenix.com.br/) and CDI Brasil\n(www.cdibrasil.com.br/) for sponsoring this development.\n\nSigned-off-by: Gilberto \u003cgilberto@sistemafenix.com.br\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "da3808e10faca68b064ac897753fa4e1707d29a4",
      "tree": "65ad1d6e7bd0e9f6450ca8a5ce2b39b73ff26276",
      "parents": [
        "674cbc691c5439134bb2ea064c0ee1311fc92384"
      ],
      "author": {
        "name": "Darron Broad",
        "email": "darron@kewl.org",
        "time": "Tue Sep 30 02:46:41 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Oct 04 23:15:17 2008 -0300"
      },
      "message": "V4L/DVB (9099): em28xx: Add detection for K-WORLD DVB-T 310U\n\nCorrect firmware type to MTS\nCorrect audio routing for composite/s-video\nAdd DVB-T detection.\n\nThis patch uses the eeprom hash method for detection as the vendor/product\nids are also used for the DIGIVOX_AD. This may be a clone of the same\nproduct. Explanatory text has been added prior to the hask look-up in\nanticipation that it may help others.\n\nThe following has been tested to work:\nAnalogue TV (PAL-I)\nComposite In\nDVB-T (UK Crystal Palace)\nUSB AUDIO\n\nThe following has not been tested but probably works:\nS-Video In\n\nSigned-off-by: Darron Broad \u003cdarron@kewl.org\u003e\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "40f17a7981f1d8baf0ad13233e5e7632754d931a",
      "tree": "187057279c47f83257a50a71d63137f1b7130604",
      "parents": [
        "92762abc3dfb10c9cb41a12271b8c7513a4fce20"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Thu Sep 04 03:57:01 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Sep 29 11:38:23 2008 -0300"
      },
      "message": "V4L/DVB (8909): gspca: PAC 7302 webcam 093a:262a added.\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "086272555d1b7936512de1e6d9efacdf87169cb0",
      "tree": "11f80ed5925b85fc22ada815bc5acee5cfc50490",
      "parents": [
        "8a5b2e909d56a1d5edec5e8f8848e03aafbc588e"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Wed Sep 03 17:12:17 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Sep 03 18:37:39 2008 -0300"
      },
      "message": "V4L/DVB (8826): gspca: Webcam Labtec 2200 (093a:2626) added in pac7311.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8a5b2e909d56a1d5edec5e8f8848e03aafbc588e",
      "tree": "3be1a890f11988cc75a1883bc9e2bc25bb0283ef",
      "parents": [
        "a1e8288b1d80130119692818b46694660f28e03a"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Wed Sep 03 17:12:17 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Sep 03 18:37:38 2008 -0300"
      },
      "message": "V4L/DVB (8825): gspca: More controls for pac73xx and new webcam 093a:2624.\n\n-Add usb id for 093a:2624 (pac7302)\n-Report some controls to userspace with 7302 only, as they are 7302 only\n-Add gain and exposure controls\n-Add autogain\n-Fix 7302 imaged being mirrored by default\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "142346bf9f2410b32cd219cf3f70a85ac56d5b85",
      "tree": "1f5d36c8b8054b14c6b37bf80ea136e98503069e",
      "parents": [
        "4f30f6cf6b1baf2d19f6b575c4486ae6dc0c2a00"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Wed Sep 03 16:48:07 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Sep 03 18:36:55 2008 -0300"
      },
      "message": "V4L/DVB (8715): gspca: Change the name of some webcam in the gspca doc.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d2d16e9084ee44088974c3312b803d54dd9b46d7",
      "tree": "aef9da5c8de12332ca2994f8e5210c2fa4d35394",
      "parents": [
        "23d9e4776b426d1f8a602e0e8d868154847f0dd4"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Wed Sep 03 16:47:23 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Sep 03 18:36:28 2008 -0300"
      },
      "message": "V4L/DVB (8663): gspca: Webcam 0c45:6128 added in sonixj.\n\nPatch adapted from a patch to gspcav1 made by the google microdia group.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8e8bd229eef385ab420d4fa51c611d4ddc7cb0c8",
      "tree": "2166b68220863441317f0027b9912397fbfa8d5b",
      "parents": [
        "2e7acd75cba3b7afa4007f20f22a86dbbdb21753"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Sep 03 16:46:36 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Sep 03 18:36:19 2008 -0300"
      },
      "message": "V4L/DVB (8556): au0828: add support for Hauppauge Woodbury\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3794f3e812ef707a4f7931742274d1d0ca6597b4",
      "tree": "9a5373fa2bbcfc1626bb666d2c895e2620f7a3b3",
      "parents": [
        "bc2aa80e18a1b43ea2b8066500006b729c4ba4a7"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Tue Aug 12 15:09:06 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Aug 12 16:07:30 2008 -0700"
      },
      "message": "docsrc: build Documentation/ sources\n\nCurrently source files in the Documentation/ sub-dir can easily bit-rot\nsince they are not generally buildable, either because they are hidden in\ntext files or because there are no Makefile rules for them.  This needs to\nbe fixed so that the source files remain usable and good examples of code\ninstead of bad examples.\n\nAdd the ability to build source files that are in the Documentation/ dir.\nAdd to Kconfig as \"BUILD_DOCSRC\" config symbol.\n\nUse \"CONFIG_BUILD_DOCSRC\u003d1 make ...\" to build objects from the\nDocumentation/ sources.  Or enable BUILD_DOCSRC in the *config system.\nHowever, this symbol depends on HEADERS_CHECK since the header files need\nto be installed (for userspace builds).\n\nBuilt (using cross-tools) for x86-64, i386, alpha, ia64, sparc32,\nsparc64, powerpc, sh, m68k, \u0026 mips.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nReviewed-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "16fca0449997f1d77cd2d45d6c34b015f3853012",
      "tree": "6211e8e89a400b7c82aba1b088a6678dcabbadfc",
      "parents": [
        "335b3f88f2c3cb101059970f57860503b20d210f"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Wed Jul 30 05:14:38 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Aug 06 06:57:16 2008 -0300"
      },
      "message": "V4L/DVB (8572): gspca: Webcam 0c45:6143 in documentation.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "10ac6603613d46a43a4544fbbe9581e50879bd45",
      "tree": "857987542eb360626689190c0cc519c395e0e6ad",
      "parents": [
        "d3603341e2f3c39f017f8df4b1cd734aeb0d453b"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 27 14:58:58 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 27 18:07:50 2008 -0300"
      },
      "message": "V4L/DVB (8541): em28xx: HVR-950 entry is duplicated.\n\nThanks to \"Devin Heitmueller\" \u003cdevin.heitmueller@gmail.com\u003e for pointing this\nissue.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "d3603341e2f3c39f017f8df4b1cd734aeb0d453b",
      "tree": "57807be2cd210771d2d8ad37f4463a9641a34515",
      "parents": [
        "95b86a9a9020da22e7c25abc77aae4dc8f02ab55"
      ],
      "author": {
        "name": "Vitaly Wool",
        "email": "vital@embeddedalley.com",
        "time": "Sun Jul 27 14:10:11 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 27 14:22:56 2008 -0300"
      },
      "message": "V4L/DVB (8540): em28xx-cards: Add Compro VideoMate ForYou/Stereo model\n\nAdded Compro VideoMate ForYou/Stereo model (analog only)\n\nSigned-off-by: Vitaly Wool \u003cvital@embeddedalley.com\u003e\n[dougsland@gmail.com: Solved conflicts with v4l-dvb devel tree]\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@gmail.com\u003e\n[mchehab@infradead.org: Need to fix some merge conflicts]\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "95b86a9a9020da22e7c25abc77aae4dc8f02ab55",
      "tree": "a8fd33408c8bb82218d2a87bb481106d2424c6f6",
      "parents": [
        "59d07f1b705c466ea4eaca9c43d46be6d6a065a4"
      ],
      "author": {
        "name": "Douglas Schilling Landgraf",
        "email": "dougsland@gmail.com",
        "time": "Sun Jul 27 14:03:32 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 27 14:22:54 2008 -0300"
      },
      "message": "V4L/DVB (8539): em28xx-cards: New supported IDs for analog models\n\n- New supported IDs for analog models\n  (Based on Markus Rechberger \u003cmrechberger@gmail.com\u003e version of em28xx driver)\n\n- Validation field for new em28xx boards.\n\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@gmail.com\u003e\n[mchehab@infradead.org: Need to fix some merge conflicts]\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "59d07f1b705c466ea4eaca9c43d46be6d6a065a4",
      "tree": "cb1f72c43ced83d13cfe53ebaa67d7a2585b5fe8",
      "parents": [
        "50cb993ea6cd187bfed085cb3e0747066edeb02f"
      ],
      "author": {
        "name": "Aron Szabo",
        "email": "aron@aron.ws",
        "time": "Sun Jul 27 13:47:52 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 27 14:22:50 2008 -0300"
      },
      "message": "V4L/DVB (8538): em28xx-cards: Add GrabBeeX+ USB2800 model\n\nAdded GrabBeeX+ USB2800 model (analog only)\n\n[mchehab@infradead.org: Need to fix some merge conflicts]\nSigned-off-by: Aron Szabo \u003caron@aron.ws\u003e\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "50cb993ea6cd187bfed085cb3e0747066edeb02f",
      "tree": "61edac62c6c5bc07c59e4369c50c6821ad77f2c0",
      "parents": [
        "445c2714cf72817ab1ad3ca894c6d9b2047b3a3e",
        "8be1a6d6c77ab4532e4476fdb8177030ef48b52c"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 27 12:25:57 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 27 12:25:57 2008 -0300"
      },
      "message": "Merge ../linux-2.6\n"
    },
    {
      "commit": "59d27521c0f50fadf3382e2b325a7e8a04d9a770",
      "tree": "1386bf9f8a2794b7fe34ac372adb86d76fc31ef3",
      "parents": [
        "452a53a247d9181bb0ec07ce1def51769619e9d2"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Jul 09 00:23:08 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 27 11:07:32 2008 -0300"
      },
      "message": "V4L/DVB (8530): au0828: add support for new revision of HVR950Q\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "d91958815d214ea365b98cbff6215383897edcb6",
      "tree": "a50416a04c9ae84c4242dbec62d8f211d97ea4d2",
      "parents": [
        "19fd6231279be3c3bdd02ed99f9b0eb195978064"
      ],
      "author": {
        "name": "Matt LaPlante",
        "email": "kernel1@cyberdogtech.com",
        "time": "Fri Jul 25 19:45:33 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Jul 26 12:00:06 2008 -0700"
      },
      "message": "Documentation cleanup: trivial misspelling, punctuation, and grammar corrections.\n\nCc: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e14b3658a7651ffd9b1f407eaf07f4dde17ef1e7",
      "tree": "8c23ad5b0592b210bbdd2736b2c4067d95caae4f",
      "parents": [
        "b18559076a31ab0be2d980ce2beff8e32504e080"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "devin.heitmueller@gmail.com",
        "time": "Sat Jul 26 11:04:33 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Jul 26 13:18:17 2008 -0300"
      },
      "message": "V4L/DVB (8492): Add support for the ATI TV Wonder HD 600\n\nem28xx-cards.c\nem28xx-dvb.c\nem28xx.h\n - Add support for the ATI TV Wonder HD 600, based on a 94 email exchange and\n   USB traces provided by Ronnie Bailey\n\n   Thanks to Ronnie Bailey \u003cpurevw@wtxs.net\u003e for testing the changes\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "10b0e96ed9a1ce0412ef981cf6250f9de3c80b02",
      "tree": "eae1d1a9f8e70aa37360e12861bab77b971ab131",
      "parents": [
        "06ca78fa3a77c955bd46ba3dbe529c399d260aa4"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Tue Jul 22 05:35:10 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Jul 23 19:00:47 2008 -0300"
      },
      "message": "V4L/DVB (8442): gspca: Remove the version from the subdrivers.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "a81792f668c20540c336af4242ba1400763eb14f",
      "tree": "3e2d1b1503ec5ad72495a6783daee48da25ea7c2",
      "parents": [
        "baabaae98125fbd1a8dc258aa95333c01cd9e206"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Tue Jul 08 19:00:25 2008 +0200"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Jul 22 19:24:29 2008 +1000"
      },
      "message": "remove mention of CONFIG_KMOD from documentation\n\nAlso includes a few Kconfig files (xtensa, blackfin)\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nCc: Michael Kerrisk \u003cmtk.manpages@gmail.com\u003e\nCc: linux-doc@vger.kernel.org\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nAcked-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\n"
    },
    {
      "commit": "c91256c27b9509624df2619271cfca9ec5436f8f",
      "tree": "9f5b4cb3c4495a91f0289679a2f560f339bfaf8b",
      "parents": [
        "100f7f2a34ded88e79ecbeaf9ed46c58fbdf339c"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Thu Jul 17 10:12:55 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:27:37 2008 -0300"
      },
      "message": "V4L/DVB (8371): gspca: Webcam 08ca:2050 added.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3647fea840c94c04f35215cb75b48613c0af310e",
      "tree": "3ecb7a769b9258b6521b5c7582db81e6fb2af848",
      "parents": [
        "ad5ef80dd79851ea683e2d30ca4ebdc0c043a675"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Tue Jul 15 05:36:30 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:26:33 2008 -0300"
      },
      "message": "V4L/DVB (8356): gspca: 352x288 mode fix and source clean-up for Sonix bridges.\n\nsonixb:   Bad initialization of sensor for 352x288 mode.\n                (from Hans de Goede)\nsonixj:   Clean-up source.\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "0b17d0edbc22eda3d0407f98ce4f16ceefb9a97f",
      "tree": "8f7a546a39539a6b637675a8b32ef93b5c6129dd",
      "parents": [
        "cd257a6f4dd908d94e504d2431710f0fcfe62036"
      ],
      "author": {
        "name": "Hermann Pitton",
        "email": "hermann-pitton@arcor.de",
        "time": "Sat Jul 12 12:27:59 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:24:45 2008 -0300"
      },
      "message": "V4L/DVB (8319): saa7134: Add support for analog only ASUSTeK P7131\n\nsaa7134: add a separate entry for the ASUSTeK P7131 analog only\n         and do some eeprom detection to escape from the TVFM7135\n         with the same PCI subsystem on auto detection.\n\nSigned-off-by: Hermann Pitton \u003chermann-pitton@arcor.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "e2fc00c21124d9d9a8d4f396e5498ea27ddfc8fd",
      "tree": "01bb16551bf0c17077d9595e25edf621bb469c60",
      "parents": [
        "52b5045078b76ee86e210210601d45670eab22f1"
      ],
      "author": {
        "name": "Massimo Piccioni",
        "email": "alsa@piccio.org",
        "time": "Fri Jul 11 13:48:02 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:18:29 2008 -0300"
      },
      "message": "V4L/DVB (8244): saa7134: add support for AVerMedia M103\n\nThe following patch updates saa7134 driver to add support for AVerMedia\nM103 MiniPCI DVB-T Hybrid card.\n\nSigned-off-by: Massimo Piccioni \u003calsa@piccio.org\u003e\n[mchehab@infradead.org: fixed merge conflicts and a small codingstyle]\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "69b28b110975abcfac3f7345494e74a771e9b724",
      "tree": "7a550742ad756db157d8022bfab9f3ab81b957bb",
      "parents": [
        "30b4d355aa02ba274279eae1187539b85bd100ed"
      ],
      "author": {
        "name": "Douglas Schilling Landgraf",
        "email": "dougsland@gmail.com",
        "time": "Fri Jul 04 04:40:28 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:16:10 2008 -0300"
      },
      "message": "V4L/DVB (8184): spca508: Add Clone Digital Webcam 11043\n\nAdded ID vendor/product for Clone Digital Webcam 11043.\nThanks to Ivan Brasil Fuzzer \u003civan@fuzzer.com.br\u003e for testing and data collection.\n\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "1a3932e0ed9ca46db2b76ce067e4ebaf04d91ea1",
      "tree": "21387d14fb4854dc9975ab37a44c57f98a6509db",
      "parents": [
        "86d674a1324cce5708b1b84e4ae162910e201b4f"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Jun 28 20:57:30 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:15:30 2008 -0300"
      },
      "message": "V4L/DVB (8168): cx18: Upgrade to newer firmware \u0026 update cx18 documentation.\n\nConexant graciously gave us permission to redistribute the\nfirmware. Update the documentation where the firmware can be\ndownloaded.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "86d674a1324cce5708b1b84e4ae162910e201b4f",
      "tree": "400727bccf0e0481e629f0ea54000d3ed6417165",
      "parents": [
        "81cb727d29eda7692a03be035b7228b4c3f6b610"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Jun 28 14:57:30 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:15:25 2008 -0300"
      },
      "message": "V4L/DVB (8168a): cx18: Update cx18 documentation.\n\nUpdate the documentation, providing an updated list of supported boards.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6a7eba24e4f0ff725d33159f6265e3a79d53a833",
      "tree": "3e50d669cb91affbcfad9333d74ddc452783094f",
      "parents": [
        "d43fa32fec442571f10f5d0c3b553413288728de"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Mon Jun 30 15:50:11 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:14:49 2008 -0300"
      },
      "message": "V4L/DVB (8157): gspca: all subdrivers\n\n- remaning subdrivers added\n- remove the decoding helper and some specific frame decodings\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "63eb9546dcb5e9dc39ab88a603dede8fdd18e717",
      "tree": "c61a8365a0428a58f643df35b29220f1c5e63f46",
      "parents": [
        "8b53b39d6228cda41b7ddfc9d094a072afca6655"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Sat Apr 12 09:58:09 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:14:28 2008 -0300"
      },
      "message": "V4L/DVB (8152): Initial release of gspca with only one driver.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "bfda3a0b3276cda7f2da1dcd98bd060b60954cbb",
      "tree": "a8e7f572f6fd361efa5bbdb3d089187b16196051",
      "parents": [
        "a9fc52bcbeb5245b58d23c558f3e3e8f18bebbc3"
      ],
      "author": {
        "name": "Daniel Gimpelevich",
        "email": "daniel@gimpelevich.san-francisco.ca.us",
        "time": "Sat Jun 28 01:45:26 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:12:53 2008 -0300"
      },
      "message": "V4L/DVB (8124): Add LifeVideo To-Go Cardbus PCI ID\n\nSigned-off-by: Daniel Gimpelevich \u003cdaniel@gimpelevich.san-francisco.ca.us\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "a9fc52bcbeb5245b58d23c558f3e3e8f18bebbc3",
      "tree": "bd0f1f54ed1ee0f3994a38ecebe6dc5fb00c4bc5",
      "parents": [
        "305519c924d8f2f2f85c390c6d456dc41dbe0284"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "devin.heitmueller@gmail.com",
        "time": "Sat Jun 28 08:57:06 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:12:48 2008 -0300"
      },
      "message": "V4L/DVB (8123): Add support for em2860 based PointNix Intra-Oral Camera\n\nem28xx-cards.c\nem28xx-input.c\nem28xx-video.c\nem28xx.h\n - Add support for the PointNix Intra-Oral Camera, which required addition of\n   a construct for reading the \"snapshot\" button (provided on the em2860 and\n   em2880 chips, but this is the first case where I have seen it actually used\n   in a product). The button is wired to pin 56 on the em2880.\n\n   http://www.pointnix.com/ENG/dental/product_02.asp\n\n   Thanks to Roberto Mantovani \u003crmantovani@libero.it\u003e for testing the changes\n\nSigned-off-by: Devin Heitmueller \u003cdevin.heitmueller@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "878cf2a5d86c7045b480f09b56b96a779449b0f6",
      "tree": "37688ae41a1c5675d6118a148768b324ba8cc2a1",
      "parents": [
        "37df96d39eefd0c1db69a336895c4691d2bc63a1"
      ],
      "author": {
        "name": "Dmitry Belimov",
        "email": "d.belimov@gmail.com",
        "time": "Tue Jun 10 14:22:00 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:09:08 2008 -0300"
      },
      "message": "V4L/DVB (8021): Beholder\u0027s cards description\n\nSplit the Beholder M6 family to different models. Because M6 hasn`t RDS, M63\nhas chip with AC3 codec, M6 Extra has other type of HF module.\nAdd correct data for support MPEG encoder.\n\nSigned-off-by: Beholder Intl. Ltd. Dmitry Belimov \u003cd.belimov@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "17d9d558e818530cc7d210ffea575a36f48eaa1a",
      "tree": "16236b3103125712ecc8db90f233d84cf59d3fd3",
      "parents": [
        "bbc8995f9fa3f9cdd77aeb7c9bbf5bf526feca3c"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "devin.heitmueller@gmail.com",
        "time": "Sun Jun 08 10:22:03 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:08:49 2008 -0300"
      },
      "message": "V4L/DVB (8006): em28xx: Split HVR900 into two separate entries\n\n - Separate the newer variant of the HVR-900 into its own device profile\n   because it has a Micronas DRX397 instead of the Zarlink demod.  This\n   doesn\u0027t make the device work, but at least we don\u0027t try to initialize it\n   as though it had the Zarlink device.\n\nSigned-off-by: Devin Heitmueller \u003cdevin.heitmueller@gmail.com\u003e\n[mchehab@infradead.org: avoid compilation breakage at mainstream, where drx397xD.h doesn\u0027t exist yet]\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4fd305b2a2c4d16e8d4ebc95c84f946edd3385c5",
      "tree": "dbc539d5d4391e66ce7e4383c3f23b462ea672c1",
      "parents": [
        "72937890f98167cbe626f24df2c16d6b63e3e357"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "devin.heitmueller@gmail.com",
        "time": "Wed Jun 04 13:43:46 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:08:19 2008 -0300"
      },
      "message": "V4L/DVB (7992): Add support for Pinnacle PCTV HD Pro stick (the older variant 2304:0227)\n\nSigned-off-by: Devin Heitmueller \u003cdevin.heitmueller@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "335377b73dd0b0af1fbd283ceae6fcb87a747885",
      "tree": "2ecb0b76ec3e86a8902e1282cd9f3e026ebc3132",
      "parents": [
        "26151c32d3d001f64e75871588acd0aff3f216d7"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed May 07 01:43:10 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jul 20 07:08:09 2008 -0300"
      },
      "message": "V4L/DVB (7986): cx23885: add initial support for DViCO FusionHDTV7 Dual Express\n\nOnly one frontend is enabled right now. The second frontend can lock,\nbut transport doesn\u0027t work yet.  The device will be supported as a\nsingle tuner device until the second frontend is working.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "104fe9a2d2a56f25fb95800a7ab0f7600dd6879c",
      "tree": "6cd4a1b4884837849b1a8ef5802855cf6b4a3d04",
      "parents": [
        "3b9408870757bd9e07fd03ac6318258f22b8dfa3"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Fri Jun 13 03:29:43 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Thu Jun 26 15:58:52 2008 -0300"
      },
      "message": "V4L/DVB (8043): au0828: add support for additional USB device id\u0027s\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    }
  ],
  "next": "a9606ce697ed719071fcccee8591ff033fa5e16d"
}
