)]}'
{
  "log": [
    {
      "commit": "0b623f871d7c993fac8ad7aaaa8f5f3cdb8ed480",
      "tree": "b1b5e71b0858aeff901a52c27bbc23abc9fbc3f2",
      "parents": [
        "dcd82cd1c249fb85bad3da5d2a07a116cd65a22b"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 16 08:39:56 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 16 08:39:56 2012 -0700"
      },
      "message": "Revert \"USB: serial: sierra: put reset_resume callback back.\"\n\nThis reverts commit 6971113e1000d24f7d4975eaa6f8cf2739a4565b.\n\nAs Alan pointed out, this really isn\u0027t needed as it doesn\u0027t handle this\nproperly.  Ideally this should be handled by the usb-serial core one\nday.  So revert it.\n\nReported-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Johan Hovold \u003cjhovold@gmail.com\u003e\nCc: Anton Samokhvalov \u003cpg83@yandex.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "dcd82cd1c249fb85bad3da5d2a07a116cd65a22b",
      "tree": "69c42cba689d31a3ac1115c7e1a5e30bd2bc06cf",
      "parents": [
        "1c1eaba8e72768156db4faff3a2c3a6ca7dea129"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 16 08:37:17 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 16 08:37:17 2012 -0700"
      },
      "message": "USB: serial: fix up reset_resume callback\n\nIf the usb-serial driver doesn\u0027t have a reset_resume callback, then we\nneed to tell the USB core that it doesn\u0027t, and it needs to rebind the\ndevice.\n\nThanks to Alan for pointing out my mistake, and providing the fix.\n\nReported-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "1c1eaba8e72768156db4faff3a2c3a6ca7dea129",
      "tree": "4600cb56a0b1d067def6f66d1ccceb73f97d3a12",
      "parents": [
        "450279822fb4781b3da2719d8855f4fa1db3a704"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 16 08:36:13 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 16 08:36:13 2012 -0700"
      },
      "message": "USB: serial: ch341: make the reset_resume callback actually work.\n\nI hooked up the wrong callback in my previous patch, this should fix it.\n\nReported-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Johan Hovold \u003cjhovold@gmail.com\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "3a2300385f601fbd8aed67555a1a3fef5b3d4d10",
      "tree": "0f025e47ca7bcccd85bbaed416a73cc38b02d03d",
      "parents": [
        "5eaee54b1c52a83dc74445792cf49900a8050da8"
      ],
      "author": {
        "name": "Bjørn Mork",
        "email": "bjorn@mork.no",
        "time": "Wed May 16 09:31:54 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 16 05:29:20 2012 -0700"
      },
      "message": "USB: serial: generic driver is only for testing\n\nMake some noise during probe to make sure the users\nare aware of the intended purpose of this driver.\n\nSigned-off-by: Bjørn Mork \u003cbjorn@mork.no\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "e4083ea5a78d242761507bf61f7e57c7e85b8bd3",
      "tree": "06fc7af3926ceb640a46783501836103dde6b6cd",
      "parents": [
        "fe2baf87a82dd44f74cfc6e24adc8b8bdfb37bb6"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:32 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:32 2012 -0700"
      },
      "message": "USB: symbolserial.c: remove dbg() usage\n\ndbg() is a usb-serial specific macro.  This patch converts\nthe symbolserial.c driver to use dev_dbg() instead to tie into the\ndynamic debug infrastructure.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "fe2baf87a82dd44f74cfc6e24adc8b8bdfb37bb6",
      "tree": "631010ddda0aad317054977939232590930553da",
      "parents": [
        "9760b28324f65cc1efc11326ded9bac9cbf49554"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:30 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:30 2012 -0700"
      },
      "message": "USB: spcp8x5.c: remove dbg() usage\n\ndbg() is a usb-serial specific macro.  This patch converts\nthe spcp8x5.c driver to use dev_dbg() instead to tie into the\ndynamic debug infrastructure.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "9760b28324f65cc1efc11326ded9bac9cbf49554",
      "tree": "467d74b7dd754dc76565a047813f542826a4adca",
      "parents": [
        "00c533fd64a3eb7f8e266413d3e9bd070df9d5ed"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:27 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:27 2012 -0700"
      },
      "message": "USB: qcserial.c: remove dbg() usage\n\ndbg() is a usb-serial specific macro.  This patch converts\nthe qcserial.c driver to use dev_dbg() instead to tie into the\ndynamic debug infrastructure.\n\nCC: Thomas Tuttle \u003cttuttle@chromium.org\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "00c533fd64a3eb7f8e266413d3e9bd070df9d5ed",
      "tree": "b6e5f96be17d442b886b3f4e666428a172ab5c8a",
      "parents": [
        "9f857ae922a08a94fe41a649c2d0baa73cd74d2a"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:25 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:25 2012 -0700"
      },
      "message": "USB: navman.c: remove dbg() usage\n\ndbg() is a usb-serial specific macro.  This patch converts\nthe navman.c driver to use dev_dbg() instead to tie into the\ndynamic debug infrastructure.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "9f857ae922a08a94fe41a649c2d0baa73cd74d2a",
      "tree": "d634d52622bb4529e61cd63b436dc6d922f3867d",
      "parents": [
        "f73e1ffa27434772f57a9a7daaa508d06c56fddf"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:23 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:23 2012 -0700"
      },
      "message": "USB: ir-usb.c: remove dbg() usage\n\ndbg() is a usb-serial specific macro.  This patch converts\nthe ir-usb.c driver to use dev_dbg() instead to tie into the\ndynamic debug infrastructure.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "f73e1ffa27434772f57a9a7daaa508d06c56fddf",
      "tree": "f587d2041ef4585982b2b5423323706e77fd636b",
      "parents": [
        "689c2781ee9d16069a436964f014ffc260af99e5"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:20 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:20 2012 -0700"
      },
      "message": "USB: ipaq.c: remove dbg() usage\n\ndbg() is a usb-serial specific macro.  This patch converts\nthe ipaq.c driver to use dev_dbg() instead to tie into the\ndynamic debug infrastructure.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "689c2781ee9d16069a436964f014ffc260af99e5",
      "tree": "64908cb71af98371d3d6ff9108fef53037e28a8e",
      "parents": [
        "a94e9b94cc9b6d193bc69e6c9a3044aed4b7a5d9"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:18 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:18 2012 -0700"
      },
      "message": "USB: generic.c: remove dbg() usage\n\ndbg() is a usb-serial specific macro.  This patch converts\nthe generic.c driver to use dev_dbg() instead to tie into the\ndynamic debug infrastructure.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "a94e9b94cc9b6d193bc69e6c9a3044aed4b7a5d9",
      "tree": "158aa2aea369d04f2977d7a1139a8a8899718b37",
      "parents": [
        "c89aa63898f2238cd3c6537963a82b05146b9338"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:17 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:17 2012 -0700"
      },
      "message": "USB: f81232.c: remove dbg() usage\n\ndbg() is a usb-serial specific macro.  This patch converts\nthe f81232.c driver to use dev_dbg() instead to tie into the\ndynamic debug infrastructure.\n\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "c89aa63898f2238cd3c6537963a82b05146b9338",
      "tree": "68961eef0d6763cdc03149d9ab6f41d2a1ecb044",
      "parents": [
        "d2f20e12e93820b0ad891e101987e669179e0978"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:11 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:11 2012 -0700"
      },
      "message": "USB: belkin_sa.c: remove dbg() usage\n\ndbg() is a usb-serial specific macro.  This patch converts\nthe belkin_sa.c driver to use dev_dbg() instead to tie into the\ndynamic debug infrastructure.\n\nCC: William Greathouse \u003cwgreathouse@smva.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "d2f20e12e93820b0ad891e101987e669179e0978",
      "tree": "e71ed09f3d3c355d78d9b9f3b2242b4e2c08b811",
      "parents": [
        "66afb5b535fe34cd6b33d2ef45aac24fac9370f8"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:11 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:11 2012 -0700"
      },
      "message": "USB: ark3116.c: remove dbg() usage\n\ndbg() is a usb-serial specific macro.  This patch converts\nthe ark3116.c driver to use dev_dbg() instead to tie into the\ndynamic debug infrastructure.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nCC: Bart Hartgers \u003cbart.hartgers@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "66afb5b535fe34cd6b33d2ef45aac24fac9370f8",
      "tree": "1382dad5a2f492d894cae636e2e3d54f1c253cb4",
      "parents": [
        "6971113e1000d24f7d4975eaa6f8cf2739a4565b"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:08 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 16:27:08 2012 -0700"
      },
      "message": "USB: aircable.c: remove dbg() usage\n\ndbg() is a usb-serial specific macro.  This patch converts\nthe aircable.c driver to use dev_dbg() instead to tie into the\ndynamic debug infrastructure.\n\nCC: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "6971113e1000d24f7d4975eaa6f8cf2739a4565b",
      "tree": "6dc78a824a209ef615d97778c7a9a0e31c0d2883",
      "parents": [
        "622b80cf6a6148bedbd8fec3945327cbf9f2caf4"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 15:43:19 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 15:43:19 2012 -0700"
      },
      "message": "USB: serial: sierra: put reset_resume callback back.\n\nA few patches ago, I removed the reset_resume callback in this driver.\nNow that the usb-serial core supports reset_resume, put this driver\ncallback back as well, so it should work identically to how it was\noriginally.\n\nNow if this function really is doing what it should be doing, well,\nthat\u0027s a different story, but we are at least doing the identical thing\nthat we were before...\n\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Johan Hovold \u003cjhovold@gmail.com\u003e\nCc: Anton Samokhvalov \u003cpg83@yandex.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "622b80cf6a6148bedbd8fec3945327cbf9f2caf4",
      "tree": "c73624131d251b8917a5c4e7359d8f12e8244d67",
      "parents": [
        "7186364e46c3800635c283924bf25433d0a556a2"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 15:41:47 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 15:41:47 2012 -0700"
      },
      "message": "USB: serial: ch341: put reset_resume callback back.\n\nA few patches ago, I removed the reset_resume callback, changing it to\nresume instead.  Now that the usb-serial core supports reset_resume, put\nthis driver callback back as well, so it should work identically to how\nit was originally.\n\nNow if this function really is doing what it should be doing, well,\nthat\u0027s a different story, but we are at least doing the identical thing\nthat we were before...\n\nCc: Johan Hovold \u003cjhovold@gmail.com\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "7186364e46c3800635c283924bf25433d0a556a2",
      "tree": "56f00dd399c776aad84cbf2ee09a9974f032b9df",
      "parents": [
        "09c94e628ac3f871f06eaa7a5be266ca1aaa75a1"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 15:40:00 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 15 15:40:00 2012 -0700"
      },
      "message": "USB: serial: hook up reset_resume callback\n\nThe callback is now hooked up for any USB to serial driver that wants\nit.  We only register the callback if any of the usb-serial structures\nwant it, this keeps the USB core happy.\n\nThanks to Alan Stern for the ideas on how to do this.\n\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "ef206f3f01d8cc0d363cfce7dc9ca11db429faa3",
      "tree": "f5767b00bf7c34ea96a1450e27b2a8dda68760d9",
      "parents": [
        "e6bbcef0211ed75db1ca3017551a584aed4e00be"
      ],
      "author": {
        "name": "Bjørn Mork",
        "email": "bjorn@mork.no",
        "time": "Sun May 13 12:35:00 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 14 09:30:40 2012 -0700"
      },
      "message": "USB: add read support to usb-serial/../new_id\n\nKeep the usb-serial support for dynamic IDs in sync with the usb\nsupport.  This enables readout of dynamic device IDs for\nusb-serial drivers.  Common code is exported from the usb core\nsystem and reused by the usb-serial bus driver.\n\nSigned-off-by: Bjørn Mork \u003cbjorn@mork.no\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "975dc33b82cb887d75a29b1e3835c8eb063a8e99",
      "tree": "e2b962e5ea3871b335bed04534329fca1886d0fa",
      "parents": [
        "d530296f63c039a5683db665acc5ecdb3b593eb2"
      ],
      "author": {
        "name": "Darren Hart",
        "email": "dvhart@linux.intel.com",
        "time": "Fri May 11 13:56:57 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri May 11 15:14:07 2012 -0700"
      },
      "message": "USB: serial: ti_usb_3410_5052: Add support for the FRI2 serial console\n\nThe Kontron M2M development board, also known as the Fish River Island II,\nhas an optional daughter card providing access to the PCH_UART (EG20T) via\na ti_usb_3410_5052 uart to usb chip.\n\nhttp://us.kontron.com/products/systems+and+platforms/m2m/m2m+smart+services+developer+kit.html\n\nSigned-off-by: Darren Hart \u003cdvhart@linux.intel.com\u003e\nCC: Al Borchers \u003calborchers@steinerpoint.com\u003e\nCC: Peter Berger \u003cpberger@brimson.com\u003e\nCc: stable \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "d530296f63c039a5683db665acc5ecdb3b593eb2",
      "tree": "2656774d719545d9c0549dab8b13573125287ae7",
      "parents": [
        "08dfa5c5323c81a960d77c3752bd6df235094ac3"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 10 14:35:21 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 10 14:35:21 2012 -0700"
      },
      "message": "USB: serial: opticon: hook up suspend/resume callbacks\n\nWith a previous patch, the usb_driver suspend/resume callbacks got\noverridden and were never called if a usb_serial driver defined them.\nThis patch fixes the opticon driver to move the suspend/resume callbacks\ninto the usb_serial_driver structure where they will be properly called.\n\nIt then removes the unused usb_driver structure.\n\nCc: Johan Hovold \u003cjhovold@gmail.com\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nCc: Julia Lawall \u003cjulia@diku.dk\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "f88e6a30da1088143092f7b92ec2c8bd3b128350",
      "tree": "4d3a1e5e4e5fe9c66a1141960efeff62e8c40fcb",
      "parents": [
        "f7a33e608d9ae022b7f49307921627e34e9484ed"
      ],
      "author": {
        "name": "Bill Pemberton",
        "email": "wfp5p@virginia.edu",
        "time": "Thu May 10 16:57:39 2012 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 10 14:05:01 2012 -0700"
      },
      "message": "USB: serial: add copyright and license to quatech2\n\nAdd a copyright and license statement to the head of quatech.c source\nfile.  No code change here.\n\nSigned-off-by: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "f7a33e608d9ae022b7f49307921627e34e9484ed",
      "tree": "3a79bab96780a9bfffa9bcd774587f3438ce2c46",
      "parents": [
        "1fbfeff9274561d110eb796e60726bc54e95db97"
      ],
      "author": {
        "name": "Bill Pemberton",
        "email": "wfp5p@virginia.edu",
        "time": "Thu May 10 15:36:02 2012 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 10 12:46:20 2012 -0700"
      },
      "message": "USB: serial: add quatech2 usb to serial driver\n\nThis supports the Quatech USB 2 usb to serial adapters.\n\nSigned-off-by: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "68e24113457e437b1576670f2419b77ed0531e9e",
      "tree": "4737e411b3df714ff1a2c911dbc66d0ba5e5cf5b",
      "parents": [
        "d56ba3205fe2e61264ef41f29cd90a666df032e4"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 08 15:46:14 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 08 15:46:14 2012 -0700"
      },
      "message": "USB: serial: rework usb_serial_register/deregister_drivers()\n\nThis reworks the usb_serial_register_drivers() and\nusb_serial_deregister_drivers() to not need a pointer to a struct\nusb_driver anymore.  The usb_driver structure is now created dynamically\nand registered and unregistered as needed.\n\nThis saves lines of code in each usb-serial driver.  All in-kernel users\nof these functions were also fixed up at this time.  The pl2303 driver\nwas tested that everything worked properly.\n\nThanks for the idea to do this from Alan Stern.\n\nCc: Adhir Ramjiawan \u003cadhirramjiawan0@gmail.com\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Al Borchers \u003calborchers@steinerpoint.com\u003e\nCc: Aleksey Babahin \u003ctamerlan311@gmail.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Andrew Worsley \u003camworsley@gmail.com\u003e\nCc: Bart Hartgers \u003cbart.hartgers@gmail.com\u003e\nCc: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Dan Carpenter \u003cerror27@gmail.com\u003e\nCc: Dan Williams \u003cdcbw@redhat.com\u003e\nCc: Donald Lee \u003cdonald@asix.com.tw\u003e\nCc: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nCc: \"Eric W. Biederman\" \u003cebiederm@xmission.com\u003e\nCc: Felipe Balbi \u003cbalbi@ti.com\u003e\nCc: Gary Brubaker \u003cxavyer@ix.netcom.com\u003e\nCc: Jesper Juhl \u003cjj@chaosbits.net\u003e\nCc: Jiri Kosina \u003cjkosina@suse.cz\u003e\nCc: Johan Hovold \u003cjhovold@gmail.com\u003e\nCc: Julia Lawall \u003cjulia@diku.dk\u003e\nCc: Kautuk Consul \u003cconsul.kautuk@gmail.com\u003e\nCc: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nCc: Lonnie Mendez \u003cdignome@gmail.com\u003e\nCc: Matthias Bruestle and Harald Welte \u003csupport@reiner-sct.com\u003e\nCc: Matthias Urlichs \u003csmurf@smurf.noris.de\u003e\nCc: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nCc: Michal Sroczynski \u003cmsroczyn@gmail.com\u003e\nCc: \"Michał Wróbel\" \u003cmichal.wrobel@flytronic.pl\u003e\nCc: Oliver Neukum \u003coliver@neukum.name\u003e\nCc: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nCc: Peter Berger \u003cpberger@brimson.com\u003e\nCc: Preston Fick \u003cpreston.fick@silabs.com\u003e\nCc: \"Rafael J. Wysocki\" \u003crjw@sisk.pl\u003e\nCc: Rigbert Hamisch \u003crigbert@gmx.de\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Simon Arlott \u003csimon@fire.lp0.eu\u003e\nCc: Support Department \u003csupport@connecttech.com\u003e\nCc: Thomas Tuttle \u003cttuttle@chromium.org\u003e\nCc: Uwe Bonnes \u003cbon@elektron.ikp.physik.tu-darmstadt.de\u003e\nCc: Wang YanQing \u003cUdknight@gmail.com\u003e\nCc: William Greathouse \u003cwgreathouse@smva.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "b69cc672052540e8efb1368420f10d7d4d8b8a3d",
      "tree": "d3c1d3f834d7d16dc0a017012ba5e7d7c5b1099f",
      "parents": [
        "2edd284bd752e58ccb312f3d623267fb79857db3"
      ],
      "author": {
        "name": "Éric Piel",
        "email": "piel@delmic.com",
        "time": "Mon May 07 12:37:54 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 07 16:43:35 2012 -0700"
      },
      "message": "USB: ftdi-sio: add support for Physik Instrumente E-861\n\nThis adds VID/PID for the PI E-861. Without it, I had to do:\nmodprobe -q ftdi-sio product\u003d0x1008 vendor\u003d0x1a72\n\nhttp://www.physikinstrumente.com/en/products/prdetail.php?sortnr\u003d900610\n\nSigned-off-by: Éric Piel \u003cpiel@delmic.com\u003e\nCc: stable \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "2edd284bd752e58ccb312f3d623267fb79857db3",
      "tree": "2ef946f6217718cf41d07c629f16b8a57936a56d",
      "parents": [
        "3abee859c13ec6a0f49a7234eef011f5d45136f1"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 07 14:46:48 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 07 14:46:48 2012 -0700"
      },
      "message": "USB: serial: remove bizarre generic_serial probe function\n\nI can\u0027t remember why I wrote it like this many many years ago, but it\u0027s\nnot needed at all, let\u0027s rely on the usb-serial core for this function,\nespecially as it is being overridden by it anyway.\n\nThis lets us make usb_serial_probe() a static function, which it should\nbe.\n\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "3abee859c13ec6a0f49a7234eef011f5d45136f1",
      "tree": "c6843c41cbe7a53c7311e8101ceb50cb558a8378",
      "parents": [
        "2bfd1c96a9fb9b547db9a2ad8428dc8de5526e92"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 07 14:11:40 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 07 14:12:11 2012 -0700"
      },
      "message": "USB: serial: sierra: remove reset_resume callback\n\nThis really just is the resume callback for the device, so use that,\nespecially as the usb-serial core just overrode this callback so it\nwasn\u0027t being made anyway.\n\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Johan Hovold \u003cjhovold@gmail.com\u003e\nCc: Anton Samokhvalov \u003cpg83@yandex.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "2bfd1c96a9fb9b547db9a2ad8428dc8de5526e92",
      "tree": "9a6f4aa00cffd0c879ab55e38807f9b0742eb812",
      "parents": [
        "32078f915d1acab356080b144aa89fe3487f3979"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 07 14:10:27 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 07 14:10:27 2012 -0700"
      },
      "message": "USB: serial: ch341: remove reset_resume callback\n\nThis really just is the resume callback for the device, so use that,\nespecially as the usb-serial core just overrode this callback so it\nwasn\u0027t being made anyway.\n\nCc: Johan Hovold \u003cjhovold@gmail.com\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "32078f915d1acab356080b144aa89fe3487f3979",
      "tree": "85b2e54d0997ea680d6a8d1d18acef7f805ee515",
      "parents": [
        "5026bb07be87ef5892742e6853ae6efa0f41961f"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 07 14:02:13 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 07 14:02:13 2012 -0700"
      },
      "message": "USB: serial: remove usb_serial_disconnect call in all drivers\n\nThis is now set by the usb-serial core, no need for the driver to\nindividually set it.\n\nThanks to Alan Stern for the idea to get rid of it.\n\nCc: William Greathouse \u003cwgreathouse@smva.com\u003e\nCc: Matthias Bruestle and Harald Welte \u003csupport@reiner-sct.com\u003e\nCc: Lonnie Mendez \u003cdignome@gmail.com\u003e\nCc: Peter Berger \u003cpberger@brimson.com\u003e\nCc: Al Borchers \u003calborchers@steinerpoint.com\u003e\nCc: Gary Brubaker \u003cxavyer@ix.netcom.com\u003e\nCc: Oliver Neukum \u003coliver@neukum.name\u003e\nCc: Matthias Urlichs \u003csmurf@smurf.noris.de\u003e\nCc: Support Department \u003csupport@connecttech.com\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nCc: Kautuk Consul \u003cconsul.kautuk@gmail.com\u003e\nCc: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nCc: Bart Hartgers \u003cbart.hartgers@gmail.com\u003e\nCc: Johan Hovold \u003cjhovold@gmail.com\u003e\nCc: Preston Fick \u003cpreston.fick@silabs.com\u003e\nCc: Uwe Bonnes \u003cbon@elektron.ikp.physik.tu-darmstadt.de\u003e\nCc: Simon Arlott \u003csimon@fire.lp0.eu\u003e\nCc: Andrew Worsley \u003camworsley@gmail.com\u003e\nCc: \"Michał Wróbel\" \u003cmichal.wrobel@flytronic.pl\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nCc: \"Eric W. Biederman\" \u003cebiederm@xmission.com\u003e\nCc: Felipe Balbi \u003cbalbi@ti.com\u003e\nCc: Aleksey Babahin \u003ctamerlan311@gmail.com\u003e\nCc: Dan Carpenter \u003cerror27@gmail.com\u003e\nCc: Jiri Kosina \u003cjkosina@suse.cz\u003e\nCc: Donald Lee \u003cdonald@asix.com.tw\u003e\nCc: Julia Lawall \u003cjulia@diku.dk\u003e\nCc: Michal Sroczynski \u003cmsroczyn@gmail.com\u003e\nCc: Wang YanQing \u003cUdknight@gmail.com\u003e\nCc: Dan Williams \u003cdcbw@redhat.com\u003e\nCc: Thomas Tuttle \u003cttuttle@chromium.org\u003e\nCc: Rigbert Hamisch \u003crigbert@gmx.de\u003e\nCc: \"Rafael J. Wysocki\" \u003crjw@sisk.pl\u003e\nCc: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nCc: Jesper Juhl \u003cjj@chaosbits.net\u003e\nCc: Adhir Ramjiawan \u003cadhirramjiawan0@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "5026bb07be87ef5892742e6853ae6efa0f41961f",
      "tree": "8bf1bcb9a05ed4525caf9b0f6678a2b29d7a091b",
      "parents": [
        "c7f3619b90fc4c43ed326ec8b3f0299374763c92"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 07 13:48:33 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 07 13:48:33 2012 -0700"
      },
      "message": "USB: serial: remove usb_serial_probe call in all drivers\n\nThis is now set by the usb-serial core, no need for the driver to\nindividually set it.\n\nThanks to Alan Stern for the idea to get rid of it.\n\nCc: William Greathouse \u003cwgreathouse@smva.com\u003e\nCc: Matthias Bruestle and Harald Welte \u003csupport@reiner-sct.com\u003e\nCc: Lonnie Mendez \u003cdignome@gmail.com\u003e\nCc: Peter Berger \u003cpberger@brimson.com\u003e\nCc: Al Borchers \u003calborchers@steinerpoint.com\u003e\nCc: Gary Brubaker \u003cxavyer@ix.netcom.com\u003e\nCc: Oliver Neukum \u003coliver@neukum.name\u003e\nCc: Matthias Urlichs \u003csmurf@smurf.noris.de\u003e\nCc: Support Department \u003csupport@connecttech.com\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nCc: Kautuk Consul \u003cconsul.kautuk@gmail.com\u003e\nCc: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nCc: Bart Hartgers \u003cbart.hartgers@gmail.com\u003e\nCc: Johan Hovold \u003cjhovold@gmail.com\u003e\nCc: Preston Fick \u003cpreston.fick@silabs.com\u003e\nCc: Uwe Bonnes \u003cbon@elektron.ikp.physik.tu-darmstadt.de\u003e\nCc: Simon Arlott \u003csimon@fire.lp0.eu\u003e\nCc: Andrew Worsley \u003camworsley@gmail.com\u003e\nCc: \"Michał Wróbel\" \u003cmichal.wrobel@flytronic.pl\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nCc: \"Eric W. Biederman\" \u003cebiederm@xmission.com\u003e\nCc: Felipe Balbi \u003cbalbi@ti.com\u003e\nCc: Aleksey Babahin \u003ctamerlan311@gmail.com\u003e\nCc: Dan Carpenter \u003cerror27@gmail.com\u003e\nCc: Jiri Kosina \u003cjkosina@suse.cz\u003e\nCc: Donald Lee \u003cdonald@asix.com.tw\u003e\nCc: Julia Lawall \u003cjulia@diku.dk\u003e\nCc: Michal Sroczynski \u003cmsroczyn@gmail.com\u003e\nCc: Wang YanQing \u003cUdknight@gmail.com\u003e\nCc: Dan Williams \u003cdcbw@redhat.com\u003e\nCc: Thomas Tuttle \u003cttuttle@chromium.org\u003e\nCc: Rigbert Hamisch \u003crigbert@gmx.de\u003e\nCc: \"Rafael J. Wysocki\" \u003crjw@sisk.pl\u003e\nCc: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nCc: Jesper Juhl \u003cjj@chaosbits.net\u003e\nCc: Adhir Ramjiawan \u003cadhirramjiawan0@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "c7f3619b90fc4c43ed326ec8b3f0299374763c92",
      "tree": "1568da7543af6b538cff54cbf61527b80a5369b0",
      "parents": [
        "5cbe61c5aff0a8ada691eb8b07dbfb55c303f640"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Mon May 07 11:24:05 2012 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 07 13:05:51 2012 -0700"
      },
      "message": "usb-serial: clean up unneeded PM-related fields\n\nThis patch (as1551) cleans up the PM-related entries in the usb_driver\nstructures of the various USB serial driver modules.  Those entries\nare now filled in by the usb-serial core during driver registration,\nso they don\u0027t need to be initialized explicitly in the source code.\n\nThe same is true of the one remaining no_dynamic_id entry.\n\nreset_resume remains a small problem, because the serial core doesn\u0027t\nsupport it.  The patch ignores these entries.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "5cbe61c5aff0a8ada691eb8b07dbfb55c303f640",
      "tree": "7cacf1d68cbc681faa658d0fb15e035186c79908",
      "parents": [
        "23063b378de734383c9f42de770b01cd661cd9b4"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Mon May 07 11:20:06 2012 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 07 12:59:02 2012 -0700"
      },
      "message": "usb-serial: ftdi_sio: fix oops during autosuspend\n\nThis patch (as1550) fixes a bug in the usb-serial core that affects\nthe ftdi_sio driver and most likely others as well.  The core\nimplements suspend and resume routines, but it doesn\u0027t store pointers\nto those routines in the usb_driver structures that it registers,\neven though it does set those drivers\u0027 supports_autosuspend flag.  The\nend result is that when one of these devices is autosuspended, we try\nto call through a NULL pointer.\n\nThe patch fixes the problem by setting the suspend and resume method\npointers to the appropriate routines in the USB serial core, along\nwith the supports_autosuspend field, in each driver as it is\nregistered.\n\nThis should be back-ported to all the stable kernels that have the new\nusb_serial_register_drivers() interface.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nReported-and-tested-by: Frank Schäfer \u003cschaefer.frank@gmx.net\u003e\nCc: stable \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "4db02fecb4c2f1ce67bfd3fbb014d7dcb10a115a",
      "tree": "d35579c99097932bfc19938720e70a21c1bf2b08",
      "parents": [
        "d2bad7818c53a06a67b07d94f54e1a7e9bd0c09b"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:45:01 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:45:01 2012 -0700"
      },
      "message": "USB: whiteheat.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Support Department \u003csupport@connecttech.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "d2bad7818c53a06a67b07d94f54e1a7e9bd0c09b",
      "tree": "03cb38c51dbf5f938b713c9e3f8a1b05dfc3fb9a",
      "parents": [
        "4a7ce90c0a8160af6480836636ad7eb67c8e07dc"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:45:00 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:45:00 2012 -0700"
      },
      "message": "USB: usb_wwan.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nCC: Dan Carpenter \u003cdan.carpenter@oracle.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "4a7ce90c0a8160af6480836636ad7eb67c8e07dc",
      "tree": "c5ecd2ccb923e725795a27aabdb84a44ee489732",
      "parents": [
        "b6b6df8a568678ca086e9ed558352d762b018c6c"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:58 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:58 2012 -0700"
      },
      "message": "USB: ti_usb_3410_5052.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Adhir Ramjiawan \u003cadhirramjiawan0@gmail.com\u003e\nCC: Andrew Lunn \u003candrew@lunn.ch\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "b6b6df8a568678ca086e9ed558352d762b018c6c",
      "tree": "79c70241bfdb9693592ddc7686cd70033fb307cc",
      "parents": [
        "bb7a9c4a42995fe84af3e9c3a99f4c35d1567437"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:55 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:55 2012 -0700"
      },
      "message": "USB: symbolserial.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "bb7a9c4a42995fe84af3e9c3a99f4c35d1567437",
      "tree": "5c3b5f8897e72a442238db71b1c2b93c739ccc8c",
      "parents": [
        "76533636aa6b044b32de9747fcc614b1e75b2c85"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:53 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:53 2012 -0700"
      },
      "message": "USB: ssu100.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "76533636aa6b044b32de9747fcc614b1e75b2c85",
      "tree": "58fbd469b2a7d6271e96b8a489e9cdc4a0c3a61b",
      "parents": [
        "64318a52956436bd0d2e910b0c38326b8cda2b8e"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:51 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:51 2012 -0700"
      },
      "message": "USB: spcp8x5.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "64318a52956436bd0d2e910b0c38326b8cda2b8e",
      "tree": "99f404b6ad572843f7ab2e60972b666b1defe73f",
      "parents": [
        "3a3eec0c1f3825398f76fa37c8fcba58c770e0d7"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:48 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:48 2012 -0700"
      },
      "message": "USB: sierra.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Anton Samokhvalov \u003cpg83@yandex.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "3a3eec0c1f3825398f76fa37c8fcba58c770e0d7",
      "tree": "d8e824cdcd26f1813364680c7eb7531ef75ebf91",
      "parents": [
        "77b3b30d18c1a4301441ca1be8bb404ac82408ae"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:46 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:46 2012 -0700"
      },
      "message": "USB: qcserial.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Thomas Tuttle \u003cttuttle@chromium.org\u003e\nCC: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Rigbert Hamisch \u003crigbert@gmx.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "77b3b30d18c1a4301441ca1be8bb404ac82408ae",
      "tree": "7227aac877cddde79a552ffd13ab86be7202915c",
      "parents": [
        "e79a8a4be4a741c3b4608dcdaaffb172f7b01877"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:43 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:43 2012 -0700"
      },
      "message": "USB: oti6858.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "e79a8a4be4a741c3b4608dcdaaffb172f7b01877",
      "tree": "fb1d38a027dcbc13aa5dc7940e928bb3ed69122e",
      "parents": [
        "815fd56974a469d87acb0a65bda1259781fbfa28"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:41 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:41 2012 -0700"
      },
      "message": "USB: option.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Matthias Urlichs \u003csmurf@smurf.noris.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "815fd56974a469d87acb0a65bda1259781fbfa28",
      "tree": "595dc4f54c52908e6be98b2f985805b8f1878471",
      "parents": [
        "69d1d34a9bbadff9227ba94a4b3acca0c760880a"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:40 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:40 2012 -0700"
      },
      "message": "USB: opticon.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nCC: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "69d1d34a9bbadff9227ba94a4b3acca0c760880a",
      "tree": "f716e1db439f804bb3e7cf7642f25dc4dc802b23",
      "parents": [
        "8cf38740e6b5affb9f914b829f466eb7104d2c67"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:38 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:38 2012 -0700"
      },
      "message": "USB: omninet.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "8cf38740e6b5affb9f914b829f466eb7104d2c67",
      "tree": "216110161c3b74ba8d51b6bf078220ced23f61b4",
      "parents": [
        "3363155b66c8d223845b928f87bc8aa482e5f91d"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:35 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:35 2012 -0700"
      },
      "message": "USB: navman.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "3363155b66c8d223845b928f87bc8aa482e5f91d",
      "tree": "634ee27b7b885e539a0d56a0741f7d1c614f1abc",
      "parents": [
        "ca09907d96dcad09dc58eeb81215c67826deaaac"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:33 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:33 2012 -0700"
      },
      "message": "USB: mos7840.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Donald Lee \u003cdonald@asix.com.tw\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Jiri Kosina \u003cjkosina@suse.cz\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "ca09907d96dcad09dc58eeb81215c67826deaaac",
      "tree": "e6ebbebfbdb3d22973f2f99ca046f87e35941f7f",
      "parents": [
        "b69919ca246fdfb6e6fec05c8e6d86c57a238ce4"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:31 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:31 2012 -0700"
      },
      "message": "USB: mos7720.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "b69919ca246fdfb6e6fec05c8e6d86c57a238ce4",
      "tree": "e3bd3315d060550e97aadba9ce060e0d3626f42d",
      "parents": [
        "f65ee14fa83e0753472905a10091b07bfe3cccf2"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:28 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:28 2012 -0700"
      },
      "message": "USB: mct_u232.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "f65ee14fa83e0753472905a10091b07bfe3cccf2",
      "tree": "e0199e8a7f0e210388e017d2961d4700826e6c24",
      "parents": [
        "b20430bcc0c5043ed4b107f688363e4f60ca7b92"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:26 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:26 2012 -0700"
      },
      "message": "USB: kobil_sct.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Felipe Balbi \u003cbalbi@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "b20430bcc0c5043ed4b107f688363e4f60ca7b92",
      "tree": "8438fa6795162c48890a4800118495bd8e11016b",
      "parents": [
        "5542cf791c3f1c0e307d3ee330c72f1ca49ef4f5"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:23 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:23 2012 -0700"
      },
      "message": "USB: kl5kusb105.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "5542cf791c3f1c0e307d3ee330c72f1ca49ef4f5",
      "tree": "5dbfe31bf0fb89e98348f90c7f0ee2406d2863b0",
      "parents": [
        "41ea84d80c6045e35bcaaff88473ed772f3489df"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:23 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:23 2012 -0700"
      },
      "message": "USB: keyspan_pda.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "41ea84d80c6045e35bcaaff88473ed772f3489df",
      "tree": "55e94fca211323446b64b43a1651918afbdb3a41",
      "parents": [
        "042df23a644cf1208cf62373f46a29f57e0d4693"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:22 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:22 2012 -0700"
      },
      "message": "USB: keyspan.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "042df23a644cf1208cf62373f46a29f57e0d4693",
      "tree": "c24b5cb938e2d9290ff4534a99706e1909945414",
      "parents": [
        "b97835556f635d117243bd54404d8190ce95d09b"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:22 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:22 2012 -0700"
      },
      "message": "USB: iuu_phoenix.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "b97835556f635d117243bd54404d8190ce95d09b",
      "tree": "1d7c63fa480cdb977d313d58ab5df11a2835d156",
      "parents": [
        "1ae4c01ed5a8041ffa12b90dbe6e0465653d3a5a"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:20 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:20 2012 -0700"
      },
      "message": "USB: ir-usb.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "1ae4c01ed5a8041ffa12b90dbe6e0465653d3a5a",
      "tree": "6049e26f8d1e9dc5a009b658fa91c104748e9621",
      "parents": [
        "ef2b895b7533ba1392cb41bc8b3a30d2387e6197"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:17 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:17 2012 -0700"
      },
      "message": "USB: ipw.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Oliver Neukum \u003coneukum@suse.de\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "ef2b895b7533ba1392cb41bc8b3a30d2387e6197",
      "tree": "3a3f16f4c9d38af50fd193bb1ff54dfdd6f20176",
      "parents": [
        "de5789e22bcb4f7365b08c80bf3cdc3ab0a624d3"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:15 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:15 2012 -0700"
      },
      "message": "USB: ipaq.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "de5789e22bcb4f7365b08c80bf3cdc3ab0a624d3",
      "tree": "b971c3db951d63b81ddae4116e5aa86554af0550",
      "parents": [
        "c0a56a2a4a1007b93c826cc3aa2e9a8d7c7e35dd"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:12 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:12 2012 -0700"
      },
      "message": "USB: generic.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "c0a56a2a4a1007b93c826cc3aa2e9a8d7c7e35dd",
      "tree": "4fa9c497ec0737cabe401231423bf1e0aa15dfa2",
      "parents": [
        "a09aa7dda46b2beb157d3a360898bdd77566d3e7"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:12 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:12 2012 -0700"
      },
      "message": "USB: garmin_gps.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "a09aa7dda46b2beb157d3a360898bdd77566d3e7",
      "tree": "6de9d540b1db42024791a07a53651795d58ec2e3",
      "parents": [
        "b6ea163b6d784e92266f33936d096f7dc83d7b22"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:10 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:10 2012 -0700"
      },
      "message": "USB: ftdi_sio.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Uwe Bonnes \u003cbon@elektron.ikp.physik.tu-darmstadt.de\u003e\nCC: Simon Arlott \u003csimon@fire.lp0.eu\u003e\nCC: Andrew Worsley \u003camworsley@gmail.com\u003e\nCC: \"Michał Wróbel\" \u003cmichal.wrobel@flytronic.pl\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "b6ea163b6d784e92266f33936d096f7dc83d7b22",
      "tree": "0a8fef2e0634de3911368a51f025e10339ccfb9e",
      "parents": [
        "005331f4c4345ed714dc9e35b861f6866394da5d"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:07 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:07 2012 -0700"
      },
      "message": "USB: f81232.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "005331f4c4345ed714dc9e35b861f6866394da5d",
      "tree": "ee07003a362bd46a7ad37cc3b429e23d594a3b4d",
      "parents": [
        "4e512ab935e4e3cecfba57710a3beb24fe6a2f81"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:02 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:44:02 2012 -0700"
      },
      "message": "USB: ezusb.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "4e512ab935e4e3cecfba57710a3beb24fe6a2f81",
      "tree": "d099abd9073bcccf824f5c326bd856e4634f6a44",
      "parents": [
        "a1bd88697533b37db292e67d04744a0c9f71c089"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:59 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:59 2012 -0700"
      },
      "message": "USB: empeg.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Gary Brubaker \u003cxavyer@ix.netcom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "a1bd88697533b37db292e67d04744a0c9f71c089",
      "tree": "c861b6d55a17a57bc28af7a229ec58d521e1f46b",
      "parents": [
        "108feb66ac273ab0f949a3f78526dc0c03ee9d87"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:59 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:59 2012 -0700"
      },
      "message": "USB: digi_acceleport.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Peter Berger \u003cpberger@brimson.com\u003e\nCC: Al Borchers \u003calborchers@steinerpoint.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "108feb66ac273ab0f949a3f78526dc0c03ee9d87",
      "tree": "a6497830548d0acafe74fe534e98e780a8ea2515",
      "parents": [
        "b627488c19451439de9ec8a7bf2fa1649110fc1b"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:58 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:58 2012 -0700"
      },
      "message": "USB: cypress_m8.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Lonnie Mendez \u003cdignome@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "b627488c19451439de9ec8a7bf2fa1649110fc1b",
      "tree": "c6f106c2269a9d5b7d894ff760087e764623f47c",
      "parents": [
        "b978a5a11b6e1b65cebe2bb8aaff8abe2e29fca7"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:58 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:58 2012 -0700"
      },
      "message": "USB: cyberjack.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Matthias Bruestle and Harald Welte \u003csupport@reiner-sct.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "b978a5a11b6e1b65cebe2bb8aaff8abe2e29fca7",
      "tree": "6b5e7ec2066c9522dfeb4b709e25ae36dd2eee5d",
      "parents": [
        "2ec7d459c0b557d7f09d57261052601710479054"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:57 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:57 2012 -0700"
      },
      "message": "USB: cp210x.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Preston Fick \u003cpreston.fick@silabs.com\u003e\nCC: Yuri Matylitski \u003cym@tekinsoft.com\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "2ec7d459c0b557d7f09d57261052601710479054",
      "tree": "452abbdea4ca00691ded71034d56eac12320e8f2",
      "parents": [
        "d17a44db94c792ce3e349838286c3e3c0bfbf52f"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:55 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:55 2012 -0700"
      },
      "message": "USB: ch341.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: Johan Hovold \u003cjhovold@gmail.com\u003e\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "d17a44db94c792ce3e349838286c3e3c0bfbf52f",
      "tree": "cfb416d69d3a962d1a72844e1e3e4236fbfd9695",
      "parents": [
        "4d9b4001e0cb180b8e1c9ffd7bb4372e48f207c6"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:52 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:43:52 2012 -0700"
      },
      "message": "USB: belkin_sa.c: remove dbg() tracing calls\n\ndbg() was used a lot a long time ago to trace code flow.  Now that we have\nftrace, this isn\u0027t needed at all, so remove these calls.\n\nCC: William Greathouse \u003cwgreathouse@smva.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "4d9b4001e0cb180b8e1c9ffd7bb4372e48f207c6",
      "tree": "4cb32bb40de8465f9c5231f84c07572490473908",
      "parents": [
        "d8789b2b90aeb53ce59ac232d2ff0d8357d53893"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:40:45 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:40:45 2012 -0700"
      },
      "message": "USB: serial: visor: convert dbg() to dev_dbg()\n\nThis removes most of the dbg() calls, as they were just tracing calls,\nand converts the remaining ones to dev_dbg().\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "d8789b2b90aeb53ce59ac232d2ff0d8357d53893",
      "tree": "c43bdeaa5815c7a1b5241cdcf7682e1dd4d4346e",
      "parents": [
        "cbad67e33d4836cc1ba6c3dc43f60ebadb517c38"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:39:27 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu May 03 16:39:27 2012 -0700"
      },
      "message": "USB: serial: pl2303: convert dbg() calls to dev_dbg()\n\nThis converts the usage of dbg() to dev_dbg() where needed, and removed\na bunch of these calls where they were just \"tracing\" calls, which are\nno longer needed.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "32445605fc2ff967326c14156f199e620ed81c10",
      "tree": "8d9b3cc81e7941c74c3eab0b0c7423d1a04df55a",
      "parents": [
        "aadd6472d904c374e31c952fbf634e21e28807e0"
      ],
      "author": {
        "name": "Preston Fick",
        "email": "pffick@gmail.com",
        "time": "Mon Apr 30 23:06:48 2012 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 02 13:42:43 2012 -0700"
      },
      "message": "usb: cp210x: Corrected USB request type definitions\n\nThe original request types in the cp210x driver are labled as \"DEVICE_TO_HOST\" and\n\"HOST_TO_DEVICE\" but the actual bit definition corresponds to a request to the\ninterface. This has been corrected, and the actual definition for the device\nrequests have been added.\n\nSigned-off-by: Preston Fick \u003cpreston.fick@silabs.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "70f3c7586c708bce8f525246c8b27322edc00cc7",
      "tree": "5a246c2a9a940e67927f614549a1f7b374ea2f09",
      "parents": [
        "2f338c8a1904e2e7aa5a8bd12fb0cf2422d17da4"
      ],
      "author": {
        "name": "Ben Minerds",
        "email": "puzzleduck@gmail.com",
        "time": "Sat Apr 28 13:36:35 2012 +1000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Sun Apr 29 22:20:03 2012 -0400"
      },
      "message": "USB: serial: belkin_sa: Changes to conform with coding style\n\nRemoved some spaces before tabs and reformatted switch statement.\n\nSigned-off-by: Ben Minerds \u003cpuzzleduck@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "729be47735638c3441f67d8c7e99c20f6086e5df",
      "tree": "739bc54fa51e114bc61bbcc78945ae3bfa8f2c4c",
      "parents": [
        "c1d830c5be5207ca0a4e936f135324ed7a2eea92"
      ],
      "author": {
        "name": "Johan Hovold",
        "email": "jhovold@gmail.com",
        "time": "Wed Apr 25 16:12:09 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed Apr 25 11:42:17 2012 -0700"
      },
      "message": "USB: pl2303: remove unused define\n\nRemove unused closing-wait define.\n\nSigned-off-by: Johan Hovold \u003cjhovold@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "c1d830c5be5207ca0a4e936f135324ed7a2eea92",
      "tree": "8199362f94e7d11515446a000686856ef2190731",
      "parents": [
        "c5b4ee64ae4adc14ba803f5efebf212e06d022c1"
      ],
      "author": {
        "name": "Johan Hovold",
        "email": "jhovold@gmail.com",
        "time": "Wed Apr 25 16:12:08 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed Apr 25 11:42:17 2012 -0700"
      },
      "message": "USB: serial: fix double newlines in debug output\n\nRemove trailing newlines from debug messages.\n\nSigned-off-by: Johan Hovold \u003cjhovold@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "c5b4ee64ae4adc14ba803f5efebf212e06d022c1",
      "tree": "cf99bd3e85fdbd8dc517fa6a21f7d6cc901261eb",
      "parents": [
        "bdce6612a0562e64acec92bbf6dce567609f5867"
      ],
      "author": {
        "name": "Johan Hovold",
        "email": "jhovold@gmail.com",
        "time": "Wed Apr 25 16:12:07 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed Apr 25 11:42:16 2012 -0700"
      },
      "message": "USB: serial: remove redundant write-urb kill\n\nSince commit 1ce7b9349fad (\"USB: serial: reuse generic write urb and\nbulk-out buffer\") the port write_urb is simply a pointer to the first\nmember of write_urbs so there\u0027s no need to kill it twice.\n\nSigned-off-by: Johan Hovold \u003cjhovold@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "bdce6612a0562e64acec92bbf6dce567609f5867",
      "tree": "18f59af1558fc0dde243445246803658493df152",
      "parents": [
        "6f1efd6c5aa63ddcfe1ffc60ade716f5421766f4"
      ],
      "author": {
        "name": "Johan Hovold",
        "email": "jhovold@gmail.com",
        "time": "Wed Apr 25 15:56:32 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed Apr 25 11:37:19 2012 -0700"
      },
      "message": "USB: serial: fix interface data use\n\nThe interface data should not be used as a flag to signal disconnect.\n\nNow that all serial drivers use the usb_serial disconnect flag and\nmutex, we can set the interface data prior to registering the ports and\nthere\u0027s no need to clear it at disconnect.\n\nThis should hopefully also make it more clear that the interface data is\nnot a flag, which could prevent future misuse.\n\nSigned-off-by: Johan Hovold \u003cjhovold@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "6f1efd6c5aa63ddcfe1ffc60ade716f5421766f4",
      "tree": "48386a18f24bd24f6ae857e0a3c1a43960c032c4",
      "parents": [
        "1c5176692457c3f249559d29a69affad7447b326"
      ],
      "author": {
        "name": "Johan Hovold",
        "email": "jhovold@gmail.com",
        "time": "Wed Apr 25 15:56:31 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed Apr 25 11:37:19 2012 -0700"
      },
      "message": "USB: pl2303: fix abuse of interface data\n\nFix abuse of interface data which was used to signal device disconnect.\n\nUse the usb_serial disconnect flag and mutex where appropriate.\n\nNote that tiocmget does not need to check for disconnect as it does not\naccess the device.\n\nSigned-off-by: Johan Hovold \u003cjhovold@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "1c5176692457c3f249559d29a69affad7447b326",
      "tree": "2b2d39d51af8cc390ae744b1d0d1a0aac27e0315",
      "parents": [
        "81d5a6729018ef18dcc1a555144ce91eb3c9abc4"
      ],
      "author": {
        "name": "Johan Hovold",
        "email": "jhovold@gmail.com",
        "time": "Wed Apr 25 15:56:30 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed Apr 25 11:37:18 2012 -0700"
      },
      "message": "USB: oti6858: fix abuse of interface data\n\nFix abuse of interface data which was used to signal device disconnect.\n\nNote that neither tiocmset or tiocmget need to check for disconnect as\nthey do not access the device.\n\nSigned-off-by: Johan Hovold \u003cjhovold@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "81d5a6729018ef18dcc1a555144ce91eb3c9abc4",
      "tree": "92e3fa4fa694477ff8a6210fb2bc590959e45e56",
      "parents": [
        "33f7a67e477f780b82ef36ce358f6d5290d6a9b2"
      ],
      "author": {
        "name": "Johan Hovold",
        "email": "jhovold@gmail.com",
        "time": "Wed Apr 25 15:56:29 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed Apr 25 11:37:18 2012 -0700"
      },
      "message": "USB: opticon: fix abuse of interface data\n\nFix abuse of interface data which was used to signal device disconnect.\n\nUse the usb_serial disconnect flag and mutex where appropriate.\n\nNote that tiocmget does not need to check for disconnect as it does not\naccess the device.\n\nSigned-off-by: Johan Hovold \u003cjhovold@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "ec42899c2f9cf35e25e93c61ab9948e488de1825",
      "tree": "8c790cb6dbdbf251ab30fdbe09d19f242f6d33d9",
      "parents": [
        "4627b1ea038f2d19087c5f426df66f9cbe052f8c"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "dan.carpenter@oracle.com",
        "time": "Fri Apr 20 09:33:31 2012 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon Apr 23 13:27:21 2012 -0700"
      },
      "message": "USB: wwan: remove an unneeded check\n\nWe already verified that \"status\" was zero on this else branch.  Since\nzero is not equal to -ESHUTDOWN, this condition is always true.  I\nremoved it and pull everything in an indent level.\n\nThis doesn\u0027t change how the code works, it\u0027s just a cleanup.\n\nSigned-off-by: Dan Carpenter \u003cdan.carpenter@oracle.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "09091a4d5f2dd378dcf71de50b48cdacc58a8ac0",
      "tree": "d50e37ebb5591fa1e723f32bde077dbdf726b78b",
      "parents": [
        "66f75a5d028beaf67c931435fdc3e7823125730c",
        "3a1c2a82204f5376f484d82cb18189afc2145c77"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Sun Apr 22 15:25:26 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Sun Apr 22 15:25:26 2012 -0700"
      },
      "message": "Merge 3.4-rc4 into usb-next.\n\nThis resolves the conflict in:\n\tdrivers/usb/host/ehci-fsl.c\nAnd picks up loads of xhci bugfixes to make it easier for others to test\nwith.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "3a1c2a82204f5376f484d82cb18189afc2145c77",
      "tree": "4fd51ebd189581fdb42f9e6260b327c571a57cbc",
      "parents": [
        "461863df3c8d4402495684eff9c11cc7e3f8aaea"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Apr 20 16:54:01 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Apr 20 16:54:01 2012 -0700"
      },
      "message": "USB: usb_wwan.c: remove err() usage\n\nerr() was a very old USB-specific macro that I thought had\ngone away.  This patch removes it from being used in the\ndriver and uses dev_err() instead.\n\nCC: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCC: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nCC: \"Rafael J. Wysocki\" \u003crjw@sisk.pl\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "461863df3c8d4402495684eff9c11cc7e3f8aaea",
      "tree": "3fd805b102be63295af405c0761c11acdd833aa7",
      "parents": [
        "085fb962623b7278fd2f33a8604c37dd22d06b70"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Apr 20 16:53:59 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Apr 20 16:53:59 2012 -0700"
      },
      "message": "USB: option.c: remove err() usage\n\nerr() was a very old USB-specific macro that I thought had\ngone away.  This patch removes it from being used in the\ndriver and uses dev_err() instead.\n\nCC: Matthias Urlichs \u003csmurf@smurf.noris.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "085fb962623b7278fd2f33a8604c37dd22d06b70",
      "tree": "f96d0d64e11b644ffa3ab15a6d235b609397f44f",
      "parents": [
        "45714104b9e85ffa199c5622e227657e99d92fb5"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Apr 20 16:53:58 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Apr 20 16:53:58 2012 -0700"
      },
      "message": "USB: console.c: remove err() usage\n\nerr() was a very old USB-specific macro that I thought had\ngone away.  This patch removes it from being used in the\ndriver and uses dev_err() instead.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "2d5733fcd33dd451022d197cb6b476e970519ca7",
      "tree": "353926a97842cc4c345081e9e9609802e8a32cd2",
      "parents": [
        "8034761c219ce545a9f4d3b23cfda47a0027cc8c"
      ],
      "author": {
        "name": "Yuri Matylitski",
        "email": "ym@tekinsoft.com",
        "time": "Fri Apr 20 12:38:32 2012 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Apr 20 08:44:24 2012 -0700"
      },
      "message": "USB: serial: cp210x: Fixed usb_control_msg timeout values\n\nFixed too small hardcoded timeout values for usb_control_msg\nin driver for SiliconLabs cp210x-based usb-to-serial adapters.\nReplaced with USB_CTRL_GET_TIMEOUT/USB_CTRL_SET_TIMEOUT.\n\nSigned-off-by: Yuri Matylitski \u003cym@tekinsoft.com\u003e\nAcked-by: Kirill A. Shutemov \u003ckirill@shutemov.name\u003e\nCc: stable \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "b9ee17b7f5a975323a5aa955c4f669ef185bb2fd",
      "tree": "9c08856af89b2c54d28859f6ed4131d8fd373a30",
      "parents": [
        "0eafe4de1a689b69d3f0ce0b5d4aa5333208fd4a"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Apr 20 08:41:02 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Apr 20 08:41:02 2012 -0700"
      },
      "message": "USB: serial: ipaq: delete duplicate id\n\nWith the recent change to remove the module parameters from the ipaq\ndriver, we ended up with a duplicate id in the driver.  This patch\nremoves it.\n\nReported-by: Bjørn Mork \u003cbjorn@mork.no\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "0eafe4de1a689b69d3f0ce0b5d4aa5333208fd4a",
      "tree": "55a74ab881fef9320d3c4f0861993febd1158c12",
      "parents": [
        "c256667f0468ebb353c9b11b7feed5c5cba1bd9a"
      ],
      "author": {
        "name": "Donald",
        "email": "donald@asix.com.tw",
        "time": "Thu Apr 19 15:00:45 2012 +0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Apr 19 19:08:10 2012 -0700"
      },
      "message": "USB: serial: mos7840: add support for MCS7810 devices\n\nThis patch added the support of MCS7810 device for the mos7840 driver.\nThe MCS7810 device supports single USB2.0-to-Serial port with\na LED indicator for reflecting transmission or reception activity.\n\nSigned-off-by: Donald Lee \u003cdonald@asix.com.tw\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "cae18768acf684b505c928e5cf7ea741fac45b83",
      "tree": "aaa823eda64876a8d66121e7db792f6a48bee738",
      "parents": [
        "0bf4da35b5236b585f8e4531c604accd36ed9bc2"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Apr 19 15:13:59 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Apr 19 15:17:46 2012 -0700"
      },
      "message": "USB: serial: ipaq: remove product and vendor module parameters\n\nThis driver is for devices that are no longer being made, so the ability\nto add new device ids when loading the module is not a feature that\nanyone uses anymore.  So remove it, which simplifies the startup code a\nlot, and saves space.\n\nIf you still need to dynamically load device ids, that can be done\nthrough sysfs.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "0bf4da35b5236b585f8e4531c604accd36ed9bc2",
      "tree": "f763e30ce1a5382f15cc291e45e1ef45a4e5d435",
      "parents": [
        "15c9d50bbb4f754c02493fa880658d6bd5b5c27d"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Apr 19 15:15:43 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Apr 19 15:16:59 2012 -0700"
      },
      "message": "USB: serial: visor: remove product and vendor module parameters\n\nThis driver is for devices that are no longer being made, so the ability\nto add new device ids when loading the module is not a feature that\nanyone uses anymore.  So remove it, which simplifies the startup code a\nlot, and saves space.\n\nIf you still need to dynamically load device ids, that can be done\nthrough sysfs.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "72b27a07efe8c7d63bc117d63e2b584a26d97e7c",
      "tree": "61aef506539815179c7fe4e5d9afc828ae5ee97c",
      "parents": [
        "1c1301ddd1799fbdec2fc74bd7226cfd94edff78"
      ],
      "author": {
        "name": "Adhir Ramjiawan",
        "email": "adhirramjiawan0@gmail.com",
        "time": "Mon Apr 09 14:01:38 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed Apr 18 13:58:57 2012 -0700"
      },
      "message": "USB: serial: removed assignment from if statements in ti_usb_3410_5052.c\n\nRemoved the assignment statements found in if statements by the\ncheckpatch.pl tool.\n\nSigned-off-by: Adhir Ramjiawan \u003cadhirramjiawan0@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "749541d19e70905e3971f2a08335a206a98e4d0c",
      "tree": "25c3e5f3499149997ab124ec049eb1a04456804a",
      "parents": [
        "8bde9a62ee74afa89f593c563e926d163b1f6ada"
      ],
      "author": {
        "name": "Bjørn Mork",
        "email": "bjorn@mork.no",
        "time": "Tue Apr 17 21:37:29 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Apr 17 15:54:57 2012 -0700"
      },
      "message": "USB: sierra: avoid QMI/wwan interface on MC77xx\n\nThese devices have a number of non serial interfaces as well.  Use\nthe existing \"Direct IP\" blacklist to prevent binding to interfaces\nwhich are handled by other drivers.\n\nWe also extend the \"Direct IP\" blacklist with with interfaces only\nseen in \"QMI\" mode, assuming that these devices use the same\ninterface numbers for serial interfaces both in \"Direct IP\" and in\n\"QMI\" mode.\n\nSigned-off-by: Bjørn Mork \u003cbjorn@mork.no\u003e\nCc: stable \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "a65a6f14dc24a90bde3f5d0073ba2364476200bf",
      "tree": "1effb05ed5701578cb86b75b390035dbb54792a2",
      "parents": [
        "b446b96fd11b69b7c4ecd47d869cff9094fd8802"
      ],
      "author": {
        "name": "Johan Hovold",
        "email": "jhovold@gmail.com",
        "time": "Tue Mar 20 16:59:33 2012 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Apr 10 13:35:53 2012 -0700"
      },
      "message": "USB: serial: fix race between probe and open\n\nFix race between probe and open by making sure that the disconnected\nflag is not cleared until all ports have been registered.\n\nA call to tty_open while probe is running may get a reference to the\nserial structure in serial_install before its ports have been\nregistered. This may lead to usb_serial_core calling driver open before\nport is fully initialised.\n\nWith ftdi_sio this result in the following NULL-pointer dereference as\nthe private data has not been initialised at open:\n\n[  199.698286] IP: [\u003cf811a089\u003e] ftdi_open+0x59/0xe0 [ftdi_sio]\n[  199.698297] *pde \u003d 00000000\n[  199.698303] Oops: 0000 [#1] PREEMPT SMP\n[  199.698313] Modules linked in: ftdi_sio usbserial\n[  199.698323]\n[  199.698327] Pid: 1146, comm: ftdi_open Not tainted 3.2.11 #70 Dell Inc. Vostro 1520/0T816J\n[  199.698339] EIP: 0060:[\u003cf811a089\u003e] EFLAGS: 00010286 CPU: 0\n[  199.698344] EIP is at ftdi_open+0x59/0xe0 [ftdi_sio]\n[  199.698348] EAX: 0000003e EBX: f5067000 ECX: 00000000 EDX: 80000600\n[  199.698352] ESI: f48d8800 EDI: 00000001 EBP: f515dd54 ESP: f515dcfc\n[  199.698356]  DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068\n[  199.698361] Process ftdi_open (pid: 1146, ti\u003df515c000 task\u003df481e040 task.ti\u003df515c000)\n[  199.698364] Stack:\n[  199.698368]  f811a9fe f811a9e0 f811b3ef 00000000 00000000 00001388 00000000 f4a86800\n[  199.698387]  00000002 00000000 f806e68e 00000000 f532765c f481e040 00000246 22222222\n[  199.698479]  22222222 22222222 22222222 f5067004 f5327600 f5327638 f515dd74 f806e6ab\n[  199.698496] Call Trace:\n[  199.698504]  [\u003cf806e68e\u003e] ? serial_activate+0x2e/0x70 [usbserial]\n[  199.698511]  [\u003cf806e6ab\u003e] serial_activate+0x4b/0x70 [usbserial]\n[  199.698521]  [\u003cc126380c\u003e] tty_port_open+0x7c/0xd0\n[  199.698527]  [\u003cf806e660\u003e] ? serial_set_termios+0xa0/0xa0 [usbserial]\n[  199.698534]  [\u003cf806e76f\u003e] serial_open+0x2f/0x70 [usbserial]\n[  199.698540]  [\u003cc125d07c\u003e] tty_open+0x20c/0x510\n[  199.698546]  [\u003cc10e9eb7\u003e] chrdev_open+0xe7/0x230\n[  199.698553]  [\u003cc10e48f2\u003e] __dentry_open+0x1f2/0x390\n[  199.698559]  [\u003cc144bfec\u003e] ? _raw_spin_unlock+0x2c/0x50\n[  199.698565]  [\u003cc10e4b76\u003e] nameidata_to_filp+0x66/0x80\n[  199.698570]  [\u003cc10e9dd0\u003e] ? cdev_put+0x20/0x20\n[  199.698576]  [\u003cc10f3e08\u003e] do_last+0x198/0x730\n[  199.698581]  [\u003cc10f4440\u003e] path_openat+0xa0/0x350\n[  199.698587]  [\u003cc10f47d5\u003e] do_filp_open+0x35/0x80\n[  199.698593]  [\u003cc144bfec\u003e] ? _raw_spin_unlock+0x2c/0x50\n[  199.698599]  [\u003cc10ff110\u003e] ? alloc_fd+0xc0/0x100\n[  199.698605]  [\u003cc10f0b72\u003e] ? getname_flags+0x72/0x120\n[  199.698611]  [\u003cc10e4450\u003e] do_sys_open+0xf0/0x1c0\n[  199.698617]  [\u003cc11fcc08\u003e] ? trace_hardirqs_on_thunk+0xc/0x10\n[  199.698623]  [\u003cc10e458e\u003e] sys_open+0x2e/0x40\n[  199.698628]  [\u003cc144c990\u003e] sysenter_do_call+0x12/0x36\n[  199.698632] Code: 85 89 00 00 00 8b 16 8b 4d c0 c1 e2 08 c7 44 24 14 88 13 00 00 81 ca 00 00 00 80 c7 44 24 10 00 00 00 00 c7 44 24 0c 00 00 00 00 \u003c0f\u003e b7 41 78 31 c9 89 44 24 08 c7 44 24 04 00 00 00 00 c7 04 24\n[  199.698884] EIP: [\u003cf811a089\u003e] ftdi_open+0x59/0xe0 [ftdi_sio] SS:ESP 0068:f515dcfc\n[  199.698893] CR2: 0000000000000078\n[  199.698925] ---[ end trace 77c43ec023940cff ]---\n\nReported-and-tested-by: Ken Huang \u003ccsuhgw@gmail.com\u003e\nCc: stable \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Johan Hovold \u003cjhovold@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "af5810597ab38ed1eb1d38e04b6e89c9ccec988e",
      "tree": "d7cd258198d9f91a152b929aa957865431b65457",
      "parents": [
        "5c0c7582a618e843bdcf9c4b20d019d8ffd176ee"
      ],
      "author": {
        "name": "Johan Hovold",
        "email": "jhovold@gmail.com",
        "time": "Mon Mar 26 20:31:38 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Apr 10 13:32:54 2012 -0700"
      },
      "message": "USB: io_ti: fix abuse of interface data\n\nFix abuse of interface data which was used to signal device disconnect.\n\nUse the usb_serial disconnect flag and mutex where appropriate.\n\nNote that there\u0027s no need to grab the mutex in chase_port as it does not\naccess the device.\n\nSigned-off-by: Johan Hovold \u003cjhovold@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "5c0c7582a618e843bdcf9c4b20d019d8ffd176ee",
      "tree": "79429a3d1e56e3ba960f600bd85a495c20a25dce",
      "parents": [
        "a6765cbafa1570617fd68e4ff5fa525329c72e66"
      ],
      "author": {
        "name": "Johan Hovold",
        "email": "jhovold@gmail.com",
        "time": "Thu Mar 22 16:50:55 2012 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Apr 10 13:32:07 2012 -0700"
      },
      "message": "USB: whiteheat: reimplement using generic framework\n\nKill custom list-based read and write implementations and reimplement\nusing the generic framework.\n\nCompile-only tested.\n\nSigned-off-by: Johan Hovold \u003cjhovold@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "a6765cbafa1570617fd68e4ff5fa525329c72e66",
      "tree": "f704c1147a8ad75b5c2289428c5ca100abc7a1bf",
      "parents": [
        "e2dd3af49ad96804e385e7342ac5999a7da32df4"
      ],
      "author": {
        "name": "Johan Hovold",
        "email": "jhovold@gmail.com",
        "time": "Thu Mar 22 16:50:54 2012 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Apr 10 13:32:07 2012 -0700"
      },
      "message": "USB: whiteheat: remove driver version\n\nRemove driver version -- it\u0027s the kernel version that matters.\n\nSigned-off-by: Johan Hovold \u003cjhovold@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "e2dd3af49ad96804e385e7342ac5999a7da32df4",
      "tree": "0529715d0631a1e02d01fa04e44e4818f485fa40",
      "parents": [
        "41dc29400212dd5e65a63c7de212b4df040255fb"
      ],
      "author": {
        "name": "Aleksey Babahin",
        "email": "tamerlan311@gmail.com",
        "time": "Tue Mar 20 00:46:37 2012 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Apr 10 13:30:38 2012 -0700"
      },
      "message": "USB: serial: metro-usb: cosmetic fix in driver description.\n\nMessage in kernel log:\n\"metro-usb ttyUSB0: Metrologic USB to Serial converter now disconnected from ttyUSB0\"\n\nbit more likely than:\n\"metro-usb ttyUSB0: Metrologic USB to serial converter. converter now disconnected from ttyUSB0\"\n\nSigned-off-by: Aleksey Babahin \u003ctamerlan311@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "41dc29400212dd5e65a63c7de212b4df040255fb",
      "tree": "f2bc4b06af32923ace6fb1581129c01ce72a830c",
      "parents": [
        "bd2c09bc20c13eeb90cf185df9439e815302821d"
      ],
      "author": {
        "name": "Aleksey Babahin",
        "email": "tamerlan311@gmail.com",
        "time": "Tue Mar 20 00:46:36 2012 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Apr 10 13:30:37 2012 -0700"
      },
      "message": "USB: serial: metro-usb: remove duplicated #include \u003clinux/errno.h\u003e\n\nSigned-off-by: Aleksey Babahin \u003ctamerlan311@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "bd2c09bc20c13eeb90cf185df9439e815302821d",
      "tree": "44e3bbdba7c30f1347733962aa574091909b837e",
      "parents": [
        "91fbecfe59356a37d7e979cdd97f01c062fe1fda"
      ],
      "author": {
        "name": "Aleksey Babahin",
        "email": "tamerlan311@gmail.com",
        "time": "Tue Mar 20 00:46:35 2012 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Apr 10 13:30:37 2012 -0700"
      },
      "message": "USB: serial: metro-usb: make debug messages bit more informative.\n\nIn this place result value is always zero. Use urb-\u003estatus instead.\n\nSigned-off-by: Aleksey Babahin \u003ctamerlan311@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "91fbecfe59356a37d7e979cdd97f01c062fe1fda",
      "tree": "2be70a370f65120ff8eed8ec56d5efd956195d6f",
      "parents": [
        "704577861d5e7408db59e182d8dca42e5bc4d506"
      ],
      "author": {
        "name": "Aleksey Babahin",
        "email": "tamerlan311@gmail.com",
        "time": "Tue Mar 20 00:46:34 2012 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Apr 10 13:30:37 2012 -0700"
      },
      "message": "USB: serial: metro-usb: print errors always, not only in debug mode.\n\nSigned-off-by: Aleksey Babahin \u003ctamerlan311@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "704577861d5e7408db59e182d8dca42e5bc4d506",
      "tree": "d25a4b14b2bac2ffdd92d8844690f64b8ef3af80",
      "parents": [
        "28a4b6a690dfc000e86c8e02a1e1c1a9832252ec"
      ],
      "author": {
        "name": "Aleksey Babahin",
        "email": "tamerlan311@gmail.com",
        "time": "Tue Mar 20 00:46:33 2012 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Apr 10 13:30:37 2012 -0700"
      },
      "message": "USB: serial: metro-usb: get data from device in Uni-Directional mode.\n\nWe should send special control command to tell device start or stop\ntransmitting a data.\n\nIn Bi-Directional mode that cmd`s are not required.\n\nSigned-off-by: Aleksey Babahin \u003ctamerlan311@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    }
  ],
  "next": "28a4b6a690dfc000e86c8e02a1e1c1a9832252ec"
}
