)]}'
{
  "log": [
    {
      "commit": "6a2e176b2d6ae6bb528c0c1a50a6332e176cda12",
      "tree": "14799f485bbbf3bc0e32f744b430d0ebb2421088",
      "parents": [
        "8577dbf9d6eb07213caefb49e2017c177c5f023d"
      ],
      "author": {
        "name": "Michal Malý",
        "email": "madcatxster@gmail.com",
        "time": "Sat Mar 31 11:35:05 2012 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Apr 03 04:11:12 2012 +0200"
      },
      "message": "HID: lg4ff: Remove sysfs iface before deallocating memory\n\nThis patch fixes a possible race condition caused by the sysfs\ninterface being removed after the memory used by the interface\nwas already kfree\u0027d.\n\nSigned-off-by: Michal Malý \u003cmadcatsxter@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "8577dbf9d6eb07213caefb49e2017c177c5f023d",
      "tree": "2c22ad4bad6a927220f76ab157b65d902deb8288",
      "parents": [
        "d464c92b5234227c1698862a1906827e2e398ae0"
      ],
      "author": {
        "name": "Michal Malý",
        "email": "madcatxster@gmail.com",
        "time": "Sat Mar 31 11:17:25 2012 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Apr 03 04:09:50 2012 +0200"
      },
      "message": "HID: hid-lg: Allow for custom device-specific properties to be stored in priv drvdata\n\nThis patch adds support for custom device-specific properties which can now be\nstored as private driver data and read/saved using hid_get/set_drvdata().\n\nSigned-off-by: Michal Malý \u003cmadcatxster@gmail.com\u003e\nTested-by: simon@mungewell.org\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "a7ac90f18cf1182f01846f36f7d2706e2cc7747c",
      "tree": "8163cc1add7d177212e91b58f2a136b901bb7e10",
      "parents": [
        "6e2de8e0ab238f7ee818c545a7ea97a4fc333e33"
      ],
      "author": {
        "name": "Michal Malý",
        "email": "madcatxster@gmail.com",
        "time": "Thu Aug 04 16:24:22 2011 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Thu Aug 04 16:45:55 2011 +0200"
      },
      "message": "HID: lg4ff - Fix misleading info in Kconfig\n\nThe description of lg4ff driver has to be changed to reflect the fact that the\ndriver now handles a lot more Logitech wh the Wii. Entry in Kconfig has been\nrenamed to LOGIWHEELS_FF\n\nSigned-off-by: Michal Malý \u003cmadcatxster@gmail.com\u003e\nSigned-off-by: Simon Wood \u003csimon@mungewell.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "30bb75d71b3732c0adb6297815288ce0fb9cc04c",
      "tree": "7666cc033dbf3a4239803b43702f2d4a57447a8e",
      "parents": [
        "96440c8a00e22e541135dee2eba9f3e7d8195f65"
      ],
      "author": {
        "name": "Michal Malý",
        "email": "madcatxster@gmail.com",
        "time": "Thu Aug 04 16:20:40 2011 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Thu Aug 04 16:45:55 2011 +0200"
      },
      "message": "HID: lg4ff - Add range setting support and sysfs interface\n\nWheel range of certain Logitech wheels - namely Driving Force GT, Driving Force\nPro, G25 and G27 can be adjusted. Minimu is 40 degrees, maximum 900. DFGT, G25\nand G27 all use a common command, DFP uses another one.  Range can be set from\nuserspace by writing to\n\"/sys/module/hid_logitech/drivers/hid:logitech/\u003cdev\u003erange\". The driver use list\nto store range of each connected wheel; it\u0027s not possible to use driver_data in\nhid_device struct as it\u0027s already b hig-lg driver.\n\nSigned-off-by: Michal Malý \u003cmadcatxster@gmail.com\u003e\nSigned-off-by: Simon Wood \u003csimon@mungewell.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "32c88cbc3080f43c429f6456aa9cd845e37f3778",
      "tree": "18886cea811ef68ce20aea0fa975d8a3ca2b1589",
      "parents": [
        "fe2c91ee245bd81230f1d67645237a684b90be2b"
      ],
      "author": {
        "name": "Simon Wood",
        "email": "simon@mungewell.org",
        "time": "Wed Sep 22 13:19:42 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Sep 22 13:25:39 2010 +0200"
      },
      "message": "HID: Add support for Logitech Speed Force Wireless gaming wheel\n\nThe following patch adds support for the Logitech Speed Force Wireless gaming\nwheel. Originally designed for the WII console. Details on the protocol:\n\nhttp://wiibrew.org/wiki/Logitech_USB_steering_wheel\n\nThis patch relies on previous patch:\n\"Don\u0027t Send Feature Reports on Interrupt Endpoint\"\n\nLogitech as produce a very similar wheel for the PS2/PS3, it is expected that\nthis patch could also support the PS2/PS3 wheel if the USB ID\u0027s are added and\n(if required) the HID descriptor is modified.\n\nSigned-off-by: Simon Wood \u003csimon@mungewell.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "e1a0bdd8022317e98650e70850de73eccfcde5ad",
      "tree": "462f63307118b95c8cbacee6954e4d09ee85b8d1",
      "parents": [
        "8127f4e883666c9960cfa89cffd36313748f8bab",
        "1a45dcfe2525e9432cb4aba461d4994fc2befe42"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Feb 02 23:10:39 2010 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Feb 02 23:10:39 2010 +0100"
      },
      "message": "Merge branch \u0027master\u0027 into upstream\n\nConflicts:\n\tdrivers/hid/hid-ids.h\n"
    },
    {
      "commit": "74f292ca8c7a2b9370f80d97a49e48174f4c7635",
      "tree": "a42e4260f003aff9ec76e1b80fd09e027cb79e57",
      "parents": [
        "d67dec5b2cc208215de21dc7806945bf6a6e85d0"
      ],
      "author": {
        "name": "Gary Stein",
        "email": "LordCnidarian@gmail.com",
        "time": "Wed Jan 13 00:25:58 2010 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Jan 13 00:26:31 2010 +0100"
      },
      "message": "HID: add driver for the Logitech Flight System G940\n\nImplements a new USB-HID for Force Feedback based on the normal\nLogitech Force Feedback code and FF-Memless.\n\nCurrently only supports the FF_CONSTANT effect although the joystick\nappears to support additional non-standard ones.\n\nSigned-off-by: Gary Stein \u003cLordCnidarian@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "98b8788ae91694499d1995035625bea16a4db0c4",
      "tree": "bc9001f4a97250c89222edbf192daf66f3beca91",
      "parents": [
        "92045954058671fdd0ccf031ca06611ce1d929d1"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Sun Oct 18 00:39:40 2009 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Sat Dec 12 13:08:15 2009 +0100"
      },
      "message": "drop explicit include of autoconf.h\n\nkbuild.h forces include of autoconf.h on the\ncommandline using -include - so we do not need to\ninclude the file explicit.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "606bd0a8616a0e59021cb2997e942513f24f641d",
      "tree": "f4884ef8d1beb2c13eaa3af45512c7b43def30ae",
      "parents": [
        "6edfa8dc33803a49ad936ead9840e453bee6ca3b"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Fri Jul 04 23:06:45 2008 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Oct 14 23:50:56 2008 +0200"
      },
      "message": "HID: move logitech FF processing\n\nMerge the logitech force feedback processing directly into logitech\ndriver from the usbhid core.\n\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    }
  ]
}
