)]}'
{
  "log": [
    {
      "commit": "19f594600110377ec4037fdf7fb93a25ec516212",
      "tree": "bf88707b65f0138b754d896300976e474098a50d",
      "parents": [
        "19af5cdb7c79ff5ec96a99893ffb7f894f4a3dc1"
      ],
      "author": {
        "name": "Matt LaPlante",
        "email": "kernel1@cyberdogtech.com",
        "time": "Mon Apr 27 15:06:31 2009 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Jun 12 18:01:47 2009 +0200"
      },
      "message": "trivial: Miscellaneous documentation typo fixes\n\nFix various typos in documentation txts.\n\nSigned-off-by: Matt LaPlante \u003ckernel1@cyberdogtech.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "e6574f2fbecdb8af807169d345c10131ae060a88",
      "tree": "9923d1065397b9796a476cac238bacbdf1d820d1",
      "parents": [
        "868f985c2fb85b5f32785bb55a349d180a30f3d3"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Apr 01 03:57:53 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Apr 06 21:44:24 2009 -0300"
      },
      "message": "V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdev\n\nThe functions v4l2_i2c_new_subdev and v4l2_i2c_new_probed_subdev relied on\ni2c_get_adapdata to return the v4l2_device. However, this is not always\npossible on embedded platforms. So modify the API to pass the v4l2_device\npointer explicitly.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "78a3b4db2e53a1903c86e2856e175d85a3849e84",
      "tree": "c22153691d3ab5210bc02bdc478b29a938e85dc5",
      "parents": [
        "b74c0aac357e5c71ee6de98b9887fe478bc73cf4"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Apr 01 03:41:09 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Apr 06 21:44:20 2009 -0300"
      },
      "message": "V4L/DVB (11367): v4l2-common: remove legacy code\n\nNow that all drivers are converted to v4l2_subdev we can remove legacy code\nin v4l2-common. Also move the documentation of the internal API to\nv4l2-subdev.h where it really belongs.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "073d696d547ef933e1f0748086da785e95cb8395",
      "tree": "634cc2d141f5fdf47a0cba950eadc4f28182faa5",
      "parents": [
        "6acc81c394393b853e731cc67f17ef277d521123"
      ],
      "author": {
        "name": "Janne Grunau",
        "email": "j@jannau.net",
        "time": "Wed Apr 01 08:30:06 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Apr 06 21:43:59 2009 -0300"
      },
      "message": "V4L/DVB (11351): v4l: use usb_interface for v4l2_device_register\n\nIf usb_interface.dev is used as dev parameter for v4l2_device_register\nv4l2_dev.name contains the v4l driver/module name and usb device and\ninterface instead of a simple \"usb x-y\".\nIt also matches the recommendation to set the parent devices for usb\ndrivers.\n\nSigned-off-by: Janne Grunau \u003cj@jannau.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "256b02332a0ba1d7382d736d776e605be63ded17",
      "tree": "10f661d4bd82e23272379ecdd6acd5ed4a23ef98",
      "parents": [
        "37f5aefd537d5f98b3fa9726362effeccf1d2161"
      ],
      "author": {
        "name": "Robert Jarzmik",
        "email": "robert.jarzmik@free.fr",
        "time": "Tue Mar 31 03:44:21 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Apr 06 21:43:45 2009 -0300"
      },
      "message": "V4L/DVB (11321): pxa_camera: Redesign DMA handling\n\nThe DMA transfers in pxa_camera showed some weaknesses in\nmultiple queued buffers context :\n - poll/select problem\n   The bug shows up with capture_example tool from v4l2 hg\n   tree. The process just \"stalls\" on a \"select timeout\".\n\n - multiple buffers DMA starting\n   When multiple buffers were queued, the DMA channels were\n   always started right away. This is not optimal, as a\n   special case appears when the first EOF was not yet\n   reached, and the DMA channels were prematurely started.\n\n - Maintainability\n   DMA code was a bit obfuscated. Rationalize the code to be\n   easily maintainable by anyone.\n\n - DMA hot chaining\n   DMA is not stopped anymore to queue a buffer, the buffer\n   is queued with DMA running. As a tribute, a corner case\n   exists where chaining happens while DMA finishes the\n   chain, and the capture is restarted to deal with the\n   missed link buffer.\n\nThis patch attemps to address these issues / improvements.\n\n create mode 100644 Documentation/video4linux/pxa_camera.txt\n\nSigned-off-by: Robert Jarzmik \u003crobert.jarzmik@free.fr\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "aeecea26234011c3fbf65ffa7d9c9525b486acab",
      "tree": "dcf6adbe2a8c25ed2ee9ceba490ddc4cea0a7561",
      "parents": [
        "7ddfda9aa6a735c2b883b8cf677099bce27bf708"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Mar 26 12:07:36 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:41 2009 -0300"
      },
      "message": "V4L/DVB (11225): v4lgrab: fix compilation warnings\n\nDocumentation/video4linux/v4lgrab.c: In function ‘main’:\nDocumentation/video4linux/v4lgrab.c:193: warning: ‘src_depth’ is used uninitialized in this function\nDocumentation/video4linux/v4lgrab.c:108: warning: ‘b’ may be used uninitialized in this function\nDocumentation/video4linux/v4lgrab.c:108: warning: ‘g’ may be used uninitialized in this function\nDocumentation/video4linux/v4lgrab.c:108: warning: ‘r’ may be used uninitialized in this function\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7ddfda9aa6a735c2b883b8cf677099bce27bf708",
      "tree": "47a5972c5ffc36d2e18a8eee7b48dde08f8283ee",
      "parents": [
        "d99819d3f769baeb994d0e59f539c24d3c4ef504"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Thu Mar 26 05:13:40 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:41 2009 -0300"
      },
      "message": "V4L/DVB (11223): gspca - doc: Add the 15b8:6001 webcam to the Documentation.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "dceaddb978a7fcd2efbdf6775a509529757327c3",
      "tree": "b86f67ed676a1737db79aff997b8df1a95bbd27e",
      "parents": [
        "acc5d851b824c78df430537b6a2fc5951bec5daa"
      ],
      "author": {
        "name": "Alan McIvor",
        "email": "alan.mcivor@reveal.co.nz",
        "time": "Thu Mar 12 21:43:34 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:31 2009 -0300"
      },
      "message": "V4L/DVB (11124): Add support for ProVideo PV-183 to bttv\n\nAdd support for ProVideo PV-183 to bttv\n\nThis patch adds support for the ProVideo PV-183 card to the bttv\ndevice driver. The PV-183 is a PCI card with 8 BT878 devices plus a Hint\nCorp HiNT HB4 PCI-PCI Bridge. Each BT878 has two composite input channels\navailable. There are no tuners on this card.\n\nSigned-off-by: Alan McIvor \u003calan.mcivor@reveal.co.nz\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "15965f063d6d42bd451415923c4cccbdb4a61bdd",
      "tree": "36abd9569a7c869c96adbf4151497c8cbd9bb312",
      "parents": [
        "33470423aba5da982dc944658da232942824f2d5"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 14 15:06:08 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:23 2009 -0300"
      },
      "message": "V4L/DVB (11051): v4l-dvb: replace remaining references to the old mailinglist.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ae6cfaace120f4330715b56265ce0e4a710e1276",
      "tree": "ed01c11218132e92ce8fe4872fe26c572c3c8842",
      "parents": [
        "6273fda6e32e2cd9a478545d0cbc15ac497b1f4b"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 14 08:28:45 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:22 2009 -0300"
      },
      "message": "V4L/DVB (11044): v4l2-device: add v4l2_device_disconnect\n\nCall v4l2_device_disconnect when the parent of a hotpluggable device\ndisconnects. This ensures that you do not have a pointer to a device that\nis no longer present.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "71cb2764fcc51bd9e1b95be5b0f2da6f026634c7",
      "tree": "cad0450231d5b4e7db071396ea5a33dabd3e314e",
      "parents": [
        "c98afbfc20355dd04a7b817b232e06a4c3e73bac"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Tue Mar 03 05:33:41 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:22 2009 -0300"
      },
      "message": "V4L/DVB (11039): gspca - most jpeg subdrivers: Change the JPEG header creation.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "98ec633972a70cf71d71bc8762804f0af4792d08",
      "tree": "8f924a6d5804b56a24a58a1e60ea69d53996ece7",
      "parents": [
        "005759613b95264fba9138010f112bc138c857c2"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Mar 08 17:02:10 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:20 2009 -0300"
      },
      "message": "V4L/DVB (11021): v4l2-device: add a notify callback.\n\nAdd a notify callback to v4l2_device to let sub-devices notify their\nparent of special events.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "005759613b95264fba9138010f112bc138c857c2",
      "tree": "43fa1d5a9035c51ab822906b5114885ac35707df",
      "parents": [
        "afd96668d8491f762e35c16ce65781da820a67fa"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Mar 13 10:03:04 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:20 2009 -0300"
      },
      "message": "V4L/DVB (10988): v4l2-dev: use parent field if the v4l2_device has no parent set.\n\nNormally the parent device of v4l2_device is used as the video device\nnode\u0027s parent. But if it was not set, then use the parent field in the\nvideo_device struct.\n\nThis is needed in the cx88 driver, which has one core v4l2_device but\ncreates multiple pci devices (one each for raw and mpeg video).\n\nSo you cannot associate the core v4l2_device with a particular PCI device,\nbut you can do that for each video_device.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2c79252326421dd49c059aceec0880d2cf15b17a",
      "tree": "843430d8471a54dbe04a6363f7d2e30060ed7499",
      "parents": [
        "5e585ef15b3633e1b0c022aa14bc88587827acd3"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu Mar 12 18:34:19 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:19 2009 -0300"
      },
      "message": "V4L/DVB (10980): doc: improve the v4l2-framework documentation.\n\nEmphasize the need to call i2c_set_adapdata and clarify the use of the\nchipid in v4l2_i2c_new_(probed_)device().\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "70101a2785598f1a743c1e0fb65264c55bf5a29f",
      "tree": "043fa173cb83eda02b3fc09f1e76b9c0d626cc94",
      "parents": [
        "a27e4fd321cdfe5b333efb41589c1008c705e312"
      ],
      "author": {
        "name": "Stephan Wienczny",
        "email": "Stephan@wienczny.de",
        "time": "Tue Mar 10 19:08:06 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:18 2009 -0300"
      },
      "message": "V4L/DVB (10949): Add support for Terratec Cinergy HT PCI MKII\n\nThis patch adds support for Terratec Cinergy HT PCI MKII with card id 79.\nIts more or less a copy of Pinnacle Hybrid PCTV.\nThanks to k1ngf1sher on forum.ubuntuusers.de for the idea to copy that card.\n\nSigned-off-by: Stephan Wienczny \u003cstephan@wienczny.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "76ecf4599e55fd16bdb333a737c6243105c916e6",
      "tree": "9a58cc899886d45c9ab14c51f7670303bb163736",
      "parents": [
        "569b7ec73abf576f9a9e4070d213aadf2cce73cb"
      ],
      "author": {
        "name": "Robert Millan",
        "email": "rmh@aybabtu.com",
        "time": "Wed Mar 11 08:18:53 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:17 2009 -0300"
      },
      "message": "V4L/DVB (10944): Conceptronic CTVFMI2 PCI Id\n\nMy BTTV_BOARD_CONCEPTRONIC_CTVFMI2 card wasn\u0027t auto-detected, here\u0027s a patch\nthat adds its PCI id.\n\nlspci -nnv output:\n\n05:06.0 Multimedia video controller [0400]: Brooktree Corporation Bt878 Video Capture [109e:036e] (rev 11)\n05:06.1 Multimedia controller [0480]: Brooktree Corporation Bt878 Audio Capture [109e:0878] (rev 11)\n\nPress \u003cbreak\u003e within 3 seconds if this is wrong.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4dbf46a0485a5b0704e1c4b55a173128fbaedec9",
      "tree": "b169d15df798fb6f8b1f7d4c92d0e760969cd75d",
      "parents": [
        "1159b7f19f324db0c61d1277987374865690ec06"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Mar 10 23:28:17 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:16 2009 -0300"
      },
      "message": "V4L/DVB (10931): zoran: Drop the lock_norm module parameter\n\nThe lock_norm module parameter doesn\u0027t look terribly useful. If you\ndon\u0027t want to change the norm, just don\u0027t change it. As a matter of\nfact, no other v4l driver has such a parameter.\n\nCc: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Trent Piepho \u003cxyzzy@speakeasy.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3abdedd8a4e3b1a0ad164c67929b3e798c85cd11",
      "tree": "db85d0b13d1e09142f3121f8a80375794ac6a59b",
      "parents": [
        "cae78ed599c348999a318ace0fcc3ff0277c8fa4"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Mon Jan 19 01:10:49 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:16 2009 -0300"
      },
      "message": "V4L/DVB (10926): saa7134: enable digital tv support for Hauppauge WinTV-HVR1120\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e8944282a76f94bcf84ae3b7a91328bd03835ea1",
      "tree": "d093b4a84c1e1a8e3fd8df65cad9f9235e0746ff",
      "parents": [
        "1d578540a949802eebe8655c7ef9566c85966e32"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Mar 10 17:02:07 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:16 2009 -0300"
      },
      "message": "V4L/DVB (10923): saa7134: fix typo in product name\n\nreplace occurances of \"HVR1150\" with \"HVR1120\" - this was a typo.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "cf5193c74009e33428daefbf74f4770733c8ee36",
      "tree": "b0bd9705cdd8a1092c1ef26490a65cd74fb701ef",
      "parents": [
        "7e0a16f6118a297dd467c1e5a0908429fcdf56af"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Mar 06 09:29:09 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:15 2009 -0300"
      },
      "message": "V4L/DVB (10909): tvmixer: remove last remaining references to this deleted module.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f9996c95623d63de6f5957512976137bbac729f0",
      "tree": "a0f9ba7ce669d11f036eb75c1ed5b9c7db7dc5a4",
      "parents": [
        "adcc4b3e75c5f0293806766bcc5ed0bb62d5cda0"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sat Feb 28 17:45:17 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:12 2009 -0300"
      },
      "message": "V4L/DVB (10877): saa7134: add analog support for Hauppauge HVR1110r3 boards\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0c5db425519487d06a5a14eb369268f4a2b32677",
      "tree": "7bfd4cf01ba99a541eea266be28314e22482c810",
      "parents": [
        "f1735bb2a583b53ffdabe23ba8b22350e2d5e597"
      ],
      "author": {
        "name": "Bruno Christo",
        "email": "brunochristo@gmail.com",
        "time": "Mon Mar 02 22:38:59 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:07 2009 -0300"
      },
      "message": "V4L/DVB (10827): Add support for GeoVision GV-800(S)\n\nI have a GeoVision GV-800(S) card, it has 4 CONEXANT BT878A chips.\nIt has 16 video inputs and 4 audio inputs, and it is almost identical\nto the GV-800, as seen on http://bttv-gallery.de .\nThe only difference appears to be the analog mux, it has a CD22M3494\nin place of the MT8816AP. The card has a blue PCB, as seen in this\npicture: http://www.gsbr.com.br/imagem/kits/GeoVision%20GV%20800.jpg .\n\nThis card wasn\u0027t originally supported, and it was detected as\nUNKNOWN/GENERIC. The video inputs weren\u0027t working, so I tried\n\"forcing\" a few cards like the GeoVision GV-600, but there was still\nno video. So I made a patch to support this card, based on the Kodicom\n4400r.\n\nThe GV-800(S) is identified as follows:\n\n...\n02:00.0 Multimedia video controller: Brooktree Corporation Bt878 Video\nCapture (rev 11)\n02:00.1 Multimedia controller: Brooktree Corporation Bt878 Audio\nCapture (rev 11)\n02:04.0 Multimedia video controller: Brooktree Corporation Bt878 Video\nCapture (rev 11)\n02:04.1 Multimedia controller: Brooktree Corporation Bt878 Audio\nCapture (rev 11)\n02:08.0 Multimedia video controller: Brooktree Corporation Bt878 Video\nCapture (rev 11)\n02:08.1 Multimedia controller: Brooktree Corporation Bt878 Audio\nCapture (rev 11)\n02:0c.0 Multimedia video controller: Brooktree Corporation Bt878 Video\nCapture (rev 11)\n02:0c.1 Multimedia controller: Brooktree Corporation Bt878 Audio\nCapture (rev 11)\n\n...\n02:00.0 0400: 109e:036e (rev 11)\n       Subsystem: 800a:763d\n       Flags: bus master, medium devsel, latency 32, IRQ 10\n       Memory at cdfff000 (32-bit, prefetchable) [size\u003d4K]\n       Capabilities: [44] Vital Product Data \u003c?\u003e\n       Capabilities: [4c] Power Management version 2\n       Kernel modules: bttv\n\n02:00.1 0480: 109e:0878 (rev 11)\n       Subsystem: 800a:763d\n       Flags: bus master, medium devsel, latency 32, IRQ 10\n       Memory at cdffe000 (32-bit, prefetchable) [size\u003d4K]\n       Capabilities: [44] Vital Product Data \u003c?\u003e\n       Capabilities: [4c] Power Management version 2\n\n02:04.0 0400: 109e:036e (rev 11)\n       Subsystem: 800b:763d\n       Flags: bus master, medium devsel, latency 32, IRQ 10\n       Memory at cdffd000 (32-bit, prefetchable) [size\u003d4K]\n       Capabilities: [44] Vital Product Data \u003c?\u003e\n       Capabilities: [4c] Power Management version 2\n       Kernel modules: bttv\n\n02:04.1 0480: 109e:0878 (rev 11)\n       Subsystem: 800b:763d\n       Flags: bus master, medium devsel, latency 32, IRQ 10\n       Memory at cdffc000 (32-bit, prefetchable) [size\u003d4K]\n       Capabilities: [44] Vital Product Data \u003c?\u003e\n       Capabilities: [4c] Power Management version 2\n\n02:08.0 0400: 109e:036e (rev 11)\n       Subsystem: 800c:763d\n       Flags: bus master, medium devsel, latency 32, IRQ 10\n       Memory at cdffb000 (32-bit, prefetchable) [size\u003d4K]\n       Capabilities: [44] Vital Product Data \u003c?\u003e\n       Capabilities: [4c] Power Management version 2\n       Kernel modules: bttv\n\n02:08.1 0480: 109e:0878 (rev 11)\n       Subsystem: 800c:763d\n       Flags: bus master, medium devsel, latency 32, IRQ 10\n       Memory at cdffa000 (32-bit, prefetchable) [size\u003d4K]\n       Capabilities: [44] Vital Product Data \u003c?\u003e\n       Capabilities: [4c] Power Management version 2\n\n02:0c.0 0400: 109e:036e (rev 11)\n       Subsystem: 800d:763d\n       Flags: bus master, medium devsel, latency 32, IRQ 10\n       Memory at cdff9000 (32-bit, prefetchable) [size\u003d4K]\n       Capabilities: [44] Vital Product Data \u003c?\u003e\n       Capabilities: [4c] Power Management version 2\n       Kernel modules: bttv\n\n02:0c.1 0480: 109e:0878 (rev 11)\n       Subsystem: 800d:763d\n       Flags: bus master, medium devsel, latency 32, IRQ 10\n       Memory at cdff8000 (32-bit, prefetchable) [size\u003d4K]\n       Capabilities: [44] Vital Product Data \u003c?\u003e\n       Capabilities: [4c] Power Management version 2\n\nAs you can see, the GV-800(S) card is almost identical to the GV-800\non bttv-gallery, so this patch might also work for that card. If not,\nonly a few changes should be required on the gv800s_write() function.\n\nAfter this patch, the video inputs work correctly on linux 2.6.24 and\n2.6.27 using the software \u0027motion\u0027. The input order may seem a little\nodd, but it\u0027s the order the original software/driver uses, and I decided\nto keep that order to get the most out of the card.\n\nI tried to get the audio working with the snd-bt87x module, but I only\nget noise from every audio input, even after selecting a different mux\nwith alsamixer. Also, after trying to play sound from those sources, I\nrandomly get a RISC error about an invalid RISC opcode, and then that\noutput stops working. I also can\u0027t change the sampling rate when\nrecording. Any pointers to adding audio support are welcome.\n\nSigned-off-by: Bruno Christo \u003cbchristo@inf.ufsm.br\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "5a23b0762c9095e137ce9a559cc7c37b2f8fd083",
      "tree": "501d119b876a9051f2349fcf62fb9b4863fb577d",
      "parents": [
        "ce45264eca4963e666ec170af1eeb0c4f5f8339e"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@netup.ru",
        "time": "Tue Mar 03 12:06:09 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:05 2009 -0300"
      },
      "message": "V4L/DVB (10805): Add support for NetUP Dual DVB-S2 CI card\n\nAdd support for NetUP Dual DVB-S2 CI card\nThe card based on cx23885 PCI-e bridge, CiMax SP2 Common Interface chips,\nSTM lnbh24 LNB power chip, stv6110 tuners and stv0900 demodulator.\nhttp://www.linuxtv.org/wiki/index.php/NetUP_Dual_DVB_S2_CI\n\nSigned-off-by: Igor M. Liplianin \u003cliplianin@netup.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ac40d9e09825c62b77e8b11b3ed201f390550351",
      "tree": "cd4b2297ac04568230df629b28edcd7ee8815cce",
      "parents": [
        "1f372a930c85270b4435b508b3e029021b1c5b62"
      ],
      "author": {
        "name": "Douglas Schilling Landgraf",
        "email": "dougsland@redhat.com",
        "time": "Wed Feb 25 16:55:48 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:00 2009 -0300"
      },
      "message": "V4L/DVB (10741): em28xx: Add Kaiser Baas Video to DVD maker support\n\nAdded usb vendor/product id for Kaiser Baas Video to DVD maker.\nThanks to Trevor Campbell \u003ctca42186@bigpond.net.au\u003e for providing all data and tests needed to add this card to em28xx driver.\n\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1f372a930c85270b4435b508b3e029021b1c5b62",
      "tree": "1264cf8fddb905404edafee277d59cb7d7c382cc",
      "parents": [
        "812c582390f2c6b81c0400d1286a7bce39d161d0"
      ],
      "author": {
        "name": "Douglas Schilling Landgraf",
        "email": "dougsland@redhat.com",
        "time": "Wed Feb 25 16:54:31 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:59 2009 -0300"
      },
      "message": "V4L/DVB (10740): em28xx-cards: Add SIIG AVTuner-PVR board\n\nAdded SIIG AVTuner-PVR to the right entry.\n\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "812c582390f2c6b81c0400d1286a7bce39d161d0",
      "tree": "e2c82baefff4041e0f17cb5c412dd6c2f8ae7b19",
      "parents": [
        "cc1139c7cdc1455fdf460c33fe63a36524753834"
      ],
      "author": {
        "name": "Douglas Schilling Landgraf",
        "email": "dougsland@redhat.com",
        "time": "Wed Feb 25 16:52:31 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:59 2009 -0300"
      },
      "message": "V4L/DVB (10739): em28xx-cards: remove incorrect entry\n\nRemoved EM2821_BOARD_PROLINK_PLAYTV_USB2 entry.\nThis entry has a incorrect tuner set.\n\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b01676005446ad51a32bb00577647c7aae7d2624",
      "tree": "83617d9a02507116e19d08bdfcf848314f8cb4fd",
      "parents": [
        "3a63e4492fbc7aa7f99d4368822da1382ec6fe03"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Feb 14 12:00:53 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:50 2009 -0300"
      },
      "message": "V4L/DVB (10644): v4l2-subdev: rename dev field to v4l2_dev\n\nRemain consistent in the naming: fields pointing to v4l2_device should\nbe called v4l2_dev. There are too many device-like entities without\nadding to the confusion by mixing naming conventions.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3a63e4492fbc7aa7f99d4368822da1382ec6fe03",
      "tree": "d9d50f32757e7acde5f7ce3ecb22866b1cf51023",
      "parents": [
        "62cfdacc9431cad7f9093e91b17ea68d684188ae"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Feb 14 11:54:23 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:50 2009 -0300"
      },
      "message": "V4L/DVB (10643): v4l2-device: allow a NULL parent device when registering.\n\nSome drivers (e.g. for ISA devices) have no parent device because there\nis no associated bus driver. Allow the parent device to be NULL in\nthose cases when registering v4l2_device.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a7a1c0e60c706fc04c42c020cd9c45b8bfe14e8b",
      "tree": "e868f4ced3ca18f2193c62175445ee832e715b76",
      "parents": [
        "44061c05ac8dedcc45c439e871f654c9521cc726"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Feb 14 07:51:28 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:48 2009 -0300"
      },
      "message": "V4L/DVB (10571): v4l2-framework.txt: Fixes the videobuf init functions\n\nDocuments the driver usage functions, instead of the generic one used\nby the videobuf specific handlers.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "44061c05ac8dedcc45c439e871f654c9521cc726",
      "tree": "bf152bb64b4265ce09f52bc46163bb4c5f6381b1",
      "parents": [
        "4b10d3b626922ffa2387905a230b12450281a12d"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Feb 14 07:29:07 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:48 2009 -0300"
      },
      "message": "V4L/DVB (10570): v4l2-framework: documments videobuf usage on drivers\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1d6af821a91df15e3fc2720c223ec514ae83dc86",
      "tree": "e4968885d143842a93d71d03cf2c30bc05b67186",
      "parents": [
        "55bf0e7013c2204aba3897987284ced7d3b8ff8b"
      ],
      "author": {
        "name": "Douglas Schilling Landgraf",
        "email": "dougsland@redhat.com",
        "time": "Thu Feb 12 14:22:42 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:46 2009 -0300"
      },
      "message": "V4L/DVB (10556): em28xx-cards: Add Pinnacle Dazzle Video Creator Plus DVC107 description\n\nAdded board Pinnacle Dazzle Video Creator Plus DVC107 to name description field.\n\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "00ec8d0799d56448525b51abbf2075951f637b37",
      "tree": "cbf7d98c974c8e4982b3f65c66606b186cbe3a0c",
      "parents": [
        "f74a61e3c6f218053742c2caf3e247fb41bf395e"
      ],
      "author": {
        "name": "Tobias Lorenz",
        "email": "tobias.lorenz@gmx.net",
        "time": "Thu Feb 12 14:55:45 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:45 2009 -0300"
      },
      "message": "V4L/DVB (10530): Documentation and code cleanups\n\n- \"DealExtreme\" sells the \"PCear\" radio and that comes from \"Sanei Electric\".\n- MPlayer is also usable as radio application.\n- Consistent usage of tabulators and blanks in the code.\n\nSigned-off-by: Tobias Lorenz \u003ctobias.lorenz@gmx.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f74a61e3c6f218053742c2caf3e247fb41bf395e",
      "tree": "9fc443cb9ddd4ee157ee9d38eb09216e3b476927",
      "parents": [
        "a1a6ee74f2c68918f2e145dccba3637eea91a52a"
      ],
      "author": {
        "name": "Indika Katugampala",
        "email": "indika_20012001@yahoo.co.jp",
        "time": "Wed Feb 11 11:13:05 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:45 2009 -0300"
      },
      "message": "V4L/DVB (10528): em28xx: support added for IO-DATA GV/MVP SZ - EMPIA-2820 chipset\n\n[dougsland@redhat.com: Fixed CodingStyle]\nSigned-off-by: Indika Katugampala \u003cindika_20012001@yahoo.co.jp\u003e\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7aa0eabde08259c47586df934921c67cff36e7dc",
      "tree": "2a0f1f2bb28198699cb26e2565f0b5764ec48849",
      "parents": [
        "22cff7b381eca256d2afb460b3b9815f83810011"
      ],
      "author": {
        "name": "Douglas Schilling Landgraf",
        "email": "dougsland@redhat.com",
        "time": "Tue Feb 10 22:00:06 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:44 2009 -0300"
      },
      "message": "V4L/DVB (10524): em28xx: Add DVC 101 model to Pinnacle Dazzle description\n\nAdded DVC 101 model to Pinnacle Dazzle description\n\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "56ee38071fe0cf1746d53c5b40a46a835b24fbe4",
      "tree": "5779e620a9756d7d2635c9fd7b927a722ebb8667",
      "parents": [
        "9fc2c5ee5d9d797730dd05616757b329f6a227e9"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Feb 11 14:18:36 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:43 2009 -0300"
      },
      "message": "V4L/DVB (10516): em28xx: Add support for Easy Cap Capture DC-60\n\nThanks to Peter Senna Tschudin \u003cpeter.senna@gmail.com\u003e for borrow me one\nof those devices.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0bf4f6ce6d43b135867a78fa1b4ac58e22d2e329",
      "tree": "6762b6d44b7515615a222ae0dd109e705dcce070",
      "parents": [
        "517efa89acef3ac440e6e1ca10252d407ba51abf"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Feb 11 14:13:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:43 2009 -0300"
      },
      "message": "V4L/DVB (10514): em28xx: Add support for Kaiomy TVnPC U2 stick\n\nThanks to Peter Senna Tschudin \u003cpeter.senna@gmail.com\u003e for borrow me one\nof those devices.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "89aec3e1baaddeaa5636487f0e23f807eb758168",
      "tree": "a9e7b4fb4636e059328dfd05afef111bbfe8ed5c",
      "parents": [
        "8ac05ae3192ce8a71fc84e4a88772cce0c09173c"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Feb 07 07:07:04 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:41 2009 -0300"
      },
      "message": "V4L/DVB (10489): doc: use consistent naming conventions for vdev and v4l2_dev.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d7493e518fa98d2c30c545c518df075903bae513",
      "tree": "f51269832589e9de5e1cb5c3e1c9ba7a5be6cb75",
      "parents": [
        "a4a787187bcf94b1bf4deb74cbe30eb442519875"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Feb 06 15:35:22 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:41 2009 -0300"
      },
      "message": "V4L/DVB (10487): doc: update hm12 documentation.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "de43cd37b88408280cb4e533c9fee820fb8d5c73",
      "tree": "d96c00740a46e5c28934fd9db8c4334249760376",
      "parents": [
        "a92e9064bb2fbbc09fc1e70fc5d2e4b6ab8be9e8"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Thu Jan 29 06:02:37 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:36 2009 -0300"
      },
      "message": "V4L/DVB (10421): gspca - documentation: Add the webcam 041e:405b.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "db91235ee8350149213435c4cf178a7627c968b9",
      "tree": "0ff6fa1183b03b513e68b76a7120d79b0439c339",
      "parents": [
        "1de1ddf35752485fd1b7774385b72f0f618058fd"
      ],
      "author": {
        "name": "Lierdakil",
        "email": "root@livid.pp.ru",
        "time": "Sun Jan 25 14:37:26 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:34 2009 -0300"
      },
      "message": "V4L/DVB (10388): gspca - pac207: Webcam 093a:2474 added.\n\nSigned-off-by: Lierdakil \u003croot@livid.pp.ru\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d661e62205498ce6518b9859bc30444e59737d8b",
      "tree": "a73119ae42513fc6a2b60ff1d3dad33be078daa5",
      "parents": [
        "553d0d839b93550780d1b46e6bcd01a3c5c5883e"
      ],
      "author": {
        "name": "Kyle Guinn",
        "email": "elyk03@gmail.com",
        "time": "Fri Jan 16 05:36:14 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:32 2009 -0300"
      },
      "message": "V4L/DVB (10366): gspca - mr97310a: New subdriver.\n\nThis patch adds support for USB webcams based on the MR97310A chip. It was\ntested with an Aiptek PenCam VGA+ webcam.\n\nSigned-off-by: Kyle Guinn \u003celyk03@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": "f7fe3e6f3c3e9ef6ba5ca187b514d225296d18dd",
      "tree": "265351988753e8e234f6700823a2dcb598de85d2",
      "parents": [
        "83c4fdf7aa9e6630f668de0932b0bd44d587ec7a"
      ],
      "author": {
        "name": "Douglas Schilling Landgraf",
        "email": "dougsland@redhat.com",
        "time": "Mon Jan 19 09:31:55 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:28 2009 -0300"
      },
      "message": "V4L/DVB (10323): em28xx: Add entry for GADMEI TVR200\n\nAdded entry for GADMEI TVR200.\nThanks to Yohanes Nugroho \u003cyohanes@gmail.com\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": "ade0815c16734e8c25dbac9faf5b5d63bcccd533",
      "tree": "dd6d64fbdfc6c592293025eea7f83511e4cbf6bc",
      "parents": [
        "be9ed5117d95cdc4e601f9da220ebeaaab131679"
      ],
      "author": {
        "name": "Douglas Kosovic",
        "email": "douglask@itee.uq.edu.au",
        "time": "Thu Jan 22 23:07:26 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:26 2009 -0300"
      },
      "message": "V4L/DVB (10299): bttv: Add support for IVCE-8784 support for V4L2 bttv driver\n\nIt\u0027s a quad Bt878 PCI-e x1 capture board that\u0027s basically the same as the\nIVC-200 (quad Bt878 PCI) capture board that\u0027s currently supported in\nthe V4L2 bttv driver.\n\nManufacturer\u0027s web page for IVCE-8784 with photo and info:\n  http://www.iei.com.tw/en/product_IPC.asp?model\u003dIVCE-8784\n\nSigned-off-by: Douglas Kosovic \u003cdouglask@itee.uq.edu.au\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c9b8b04b267f9a7e472daa06cdf6d4963d503d1f",
      "tree": "bdcf257e093fdaf09c83d958ddf11622555c5fa3",
      "parents": [
        "c7bdcd0f541efcb92c407c601ff7819a4a551f6f"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@me.by",
        "time": "Sat Jan 17 12:23:31 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:24 2009 -0300"
      },
      "message": "V4L/DVB (10269): Add support for DVBWorld DVBS2 PCI-e 2005.\n\nDVBWorld DVBS2 PCI-e 2005 card contains cx23885 PCI-e bridge\nand cx24116 demodulator.\nhttp://www.linuxtv.org/wiki/index.php/DVBWorld_DVB-S2_2005_PCI-Express_Card\nThe card tested by me (Igor).\n\nSigned-off-by: Igor M. Liplianin \u003cliplianin@me.by\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "579943f5487baa7f9fd8e3189a4f357d6b06c76d",
      "tree": "8829327663e4ae9b9a0617e421868fe997ea1d5f",
      "parents": [
        "96318d0cca02a91b22a2e1a1097ffeea0b3becae"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@me.by",
        "time": "Sat Jan 17 12:18:26 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:23 2009 -0300"
      },
      "message": "V4L/DVB (10267): Add support for TeVii S470 DVB-S2 PCI-e card.\n\nTeVii S470 DVB-S2 PCI-e card contains cx23885 PCI-e bridge\nand cx24116 demodulator.\nhttp://www.linuxtv.org/wiki/index.php/TeVii_S470\nThe card tested by me (Igor).\n\nSigned-off-by: Igor M. Liplianin \u003cliplianin@me.by\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "96318d0cca02a91b22a2e1a1097ffeea0b3becae",
      "tree": "7bf49b7ba8840efd8cbd3c0dbf53cae530ace729",
      "parents": [
        "c76b638ca20d6cbf91ee017c6f2afd7d3fcd57ff"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@me.by",
        "time": "Sat Jan 17 12:11:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:23 2009 -0300"
      },
      "message": "V4L/DVB (10266): Add support for TurboSight TBS6920 DVB-S2 PCI-e card.\n\nTurboSight TBS6920 DVB-S2 PCI-e card contains cx23885 PCI-e bridge\nand cx24116 demodulator.\nhttp://www.linuxtv.org/wiki/index.php/TBS_6920\nThe card tested by me (Igor).\n\nSigned-off-by: Igor M. Liplianin \u003cliplianin@me.by\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c76b638ca20d6cbf91ee017c6f2afd7d3fcd57ff",
      "tree": "050659842f8c8037c72cd4ff0a078ee588a70d52",
      "parents": [
        "94b5ff9cf3edf06e0666fea87398a7fff98a15a4"
      ],
      "author": {
        "name": "Antoine Jacquet",
        "email": "royale@zerezo.com",
        "time": "Sat Jan 17 22:49:08 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:23 2009 -0300"
      },
      "message": "V4L/DVB (10263): zr364xx: add support for Aiptek DV T300\n\nTested-by: Hámorszky Balázs \u003cbalihb@freepop.hu\u003e\nSigned-off-by: Antoine Jacquet \u003croyale@zerezo.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f5360bdc5539ccd7644df7acf27e8c740ba8cf6e",
      "tree": "e564284e11b2b75d6b643e423062b7848ee3be86",
      "parents": [
        "6ca187abb2fc1a52b2a8e0422f3ffce2e3bb7ad0"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu Jan 15 06:09:05 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:23 2009 -0300"
      },
      "message": "V4L/DVB (10252): v4l2 doc: explain why v4l2_device_unregister_subdev() has to be called.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "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"
    }
  ],
  "next": "bf1ece6a4f30f05b227f2ec59fa0d45b5db186d2"
}
