)]}'
{
  "log": [
    {
      "commit": "048c5add0865eca299189263b0bf1c7a606de24a",
      "tree": "aec9285a5312be69d6ebe3b4d295be8f3934734c",
      "parents": [
        "35c3bc2040673ae8b80a60aefe753b4724eb5414"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Wed Jan 23 17:42:44 2013 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Jan 25 11:17:31 2013 -0800"
      },
      "message": "Drivers: hid: hid-hyperv: Use consolidated GUID definitions\n\nUse the consolidated GUID definitions in the Hyper-V mouse driver.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nReviewed-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nAcked-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "b565a3906a92fe87b162cdcd11268589a36dc6dd",
      "tree": "e9681f288f60415423bc214a430259e59588b0c1",
      "parents": [
        "16b79bb8ec4f20527525f8c063ae3e4d77388e97"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Wed May 16 13:50:13 2012 -0700"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Thu May 17 10:01:07 2012 +0200"
      },
      "message": "HID: hyperv: Set the hid drvdata correctly\n\nSet the hid drvdata prior to invoking hid_add_device() as hid_add_device()\nexpects this state to be set. This bug was introduced in the recent hid\nchanges that were made in 07d9ab4f0e52cb (\"HID: hid-hyperv: Do not use\nhid_parse_report() directly\").\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nReviewed-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "07d9ab4f0e52cb2a383596e5ebbbd20232501393",
      "tree": "0a7158ec9b3ccefcaae444e841df84ec8bb105e2",
      "parents": [
        "73bebc8bafb6a880a4db63d60bc4b8d9d6879c9e"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Sun Apr 22 14:21:38 2012 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue May 01 12:54:53 2012 +0200"
      },
      "message": "HID: hid-hyperv: Do not use hid_parse_report() directly\n\nUpcoming changes will split the semantics of hid_parse_report()\nand hid_parse(), so make sure drivers use hid_parse() in probe().\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nAcked-by:  K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "c1c454b8691cc95aa83f19273ed7845914c70e83",
      "tree": "c0a6eb8a8f8f13b246a13fc39fe3050f2e7d8d63",
      "parents": [
        "ba18311dff7933ccb9c41bbbb1ad3d70840069b5"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Wed Jan 18 08:57:14 2012 -0800"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Thu Feb 02 10:56:11 2012 +0100"
      },
      "message": "HID: hyperv: Properly disconnect the input device\n\nWhen we unload the mouse driver, properly disconnect the input device.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nReported-by: Fuzhou Chen \u003cfuzhouch@microsoft.com\u003e\nCc: stable \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "74c4fb058083b47571a4f76dcfce95085f2d8098",
      "tree": "b360fa2ca1808e70025eab6a89ddf5749221444e",
      "parents": [
        "045b1684bc21575793a099490938d197555eb128"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Wed Nov 30 08:52:23 2011 -0800"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Thu Dec 01 20:53:57 2011 +0100"
      },
      "message": "HID: hv_mouse: Properly add the hid device\n\nWe need to properly add the hid device to correctly initialize the sysfs state.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nReported-by: Fuzhou Chen \u003cfuzhouch@microsoft.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "b95f5bcb811e3905b5376f87789da8d097fee682",
      "tree": "03b7082f18cd99db0f2eebb3c1b4ee9e55d9b5d8",
      "parents": [
        "30307c69d59b14723fbf8a524847b302388c702d"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu Nov 17 08:47:29 2011 -0800"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Nov 22 22:48:41 2011 +0100"
      },
      "message": "HID: Move the hid-hyperv driver out of staging\n\nThe file  hid-hyperv.c implements a hid compliant mouse driver for use on a\nHyper-V based system. This driver is currently in the staging area and as part\nof the effort to move this driver out of staging, I had posted the driver code\nfor community review a few weeks ago. This current patch addresses all the\nreview comments I have gotten to date. All the relevant patches have already\nbeen submitted to the staging tree as well.\n\nAs per Greg\u0027s suggestion, this patch does not get rid of the code from\nthe staging area. Once the mouse driver lands under the hid directory,\nwe will cleanup the staging directory.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    }
  ]
}
