)]}'
{
  "log": [
    {
      "commit": "4291ee305e9bb0699504a66f0e2b7aefcf0512a5",
      "tree": "3996b77eb64d4f3b76a0799f30a5b2ba6cbc9ddb",
      "parents": [
        "5bea7660bba973dc5e8e9d92b11fb1dd5b524ebf"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Thu Dec 09 19:29:03 2010 -0800"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Dec 10 15:10:38 2010 +0100"
      },
      "message": "HID: Add and use hid_\u003clevel\u003e: dev_\u003clevel\u003e equivalents\n\nNeaten current uses of dev_\u003clevel\u003e by adding and using\nhid specific hid_\u003clevel\u003e macros.\n\nConvert existing uses of dev_\u003clevel\u003e uses to hid_\u003clevel\u003e.\nConvert hid-pidff printk uses to hid_\u003clevel\u003e.\n\nRemove err_hid and use hid_err instead.\n\nAdd missing newlines to logging messages where necessary.\nCoalesce format strings.\n\nAdd and use pr_fmt(fmt) KBUILD_MODNAME \": \" fmt\n\nOther miscellaneous changes:\n\nAdd const struct hid_device * argument to hid-core functions\nextract() and implement() so hid_\u003clevel\u003e can be used by them.\nFix bad indentation in hid-core hid_input_field function\nthat calls extract() function above.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "d8692ac012104ebffb343c0bcb4a2b8642c821a6",
      "tree": "f55eea6bfbdcdf4f692f6eb9c8f0741b057272b1",
      "parents": [
        "f1275410a108ac38b59149d10bce3f35edd70876"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Sat Oct 23 22:59:33 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Sat Oct 23 22:59:33 2010 +0200"
      },
      "message": "HID: fix mismerge in hid-lg\n\nFix wrong merge in hid-lg -- report fixup functions now get\npointer to rdesc.\n\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "8b66a16f25f819bb1f132f075c5c01a288776cf8",
      "tree": "ff6e16818194aca66d8ea34f9765067b2a82020a",
      "parents": [
        "bbd128b5acae85b2ef346e95cc5a729ac5252f19",
        "41fa92302be7fa37c5c38e17e2097d3e5e9da13a"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Sat Oct 23 22:49:32 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Sat Oct 23 22:49:32 2010 +0200"
      },
      "message": "Merge branch \u0027uc-logic\u0027 into for-linus\n\nConflicts:\n\tdrivers/hid/hid-ids.h\n\tdrivers/hid/hid-lg.c\n\tdrivers/hid/usbhid/hid-quirks.c\n"
    },
    {
      "commit": "2c6118e43040034d80894daeba41960bf0035b31",
      "tree": "dce7f5f0d27e830f4aae0c72eb459553f2a72f4a",
      "parents": [
        "32c88cbc3080f43c429f6456aa9cd845e37f3778"
      ],
      "author": {
        "name": "Hendrik Iben",
        "email": "Hendrik_Iben@web.de",
        "time": "Mon Oct 04 15:39:49 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Oct 04 15:39:53 2010 +0200"
      },
      "message": "HID: force feedback support for Logitech RumblePad gamepad\n\nThis patch adds force feedback support for Logitech WingMan RumblePad\ngamepads by extending the Logitech Rumblepad 2 force feedback code.\n\nSigned-off-by: Hendrik Iben \u003cHendrik_Iben@web.de\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": "73e4008ddddc84d5f2499c17012b340a0dae153e",
      "tree": "d3adfa8c5792e71c21cb7a9cd18517cce9c92685",
      "parents": [
        "3cfc2c42c1cbc8e238bb9c0612c0df4565e3a8b4"
      ],
      "author": {
        "name": "Nikolai Kondrashov",
        "email": "spbnick@gmail.com",
        "time": "Fri Aug 06 23:03:06 2010 +0400"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Aug 09 19:52:42 2010 +0200"
      },
      "message": "HID: allow resizing and replacing report descriptors\n\nUpdate hid_driver\u0027s report_fixup prototype to allow changing report\ndescriptor size and/or returning completely different report descriptor.\nUpdate existing usage accordingly.\n\nThis is to give more freedom in descriptor fixup and to allow having a whole\nfixed descriptor in the code for the sake of readability.\n\nSigned-off-by: Nikolai Kondrashov \u003cspbnick@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "18392212932ecbdc71bc6a298ad301328eefb09d",
      "tree": "10fe5656d933a5978d7335d5c35c69ec465ad1f2",
      "parents": [
        "b5e5a37e36cd4d355b875665312d7aaae4e5833c"
      ],
      "author": {
        "name": "Lorenzo Castelli",
        "email": "lcastelli@gmail.com",
        "time": "Fri Apr 16 19:00:31 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Apr 19 13:26:28 2010 +0200"
      },
      "message": "HID: add mappings for a few keys found on Logitech MX3200\n\nThe keys are added to the generic wireless mappings in case other\nkeyboards use them. Note that the product ID for the MX3200 is the same\nas USB_DEVICE_ID_S510_RECEIVER_2.\n\nSigned-off-by: Lorenzo Castelli \u003clcastelli@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\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": "447753d97764b0ae3969936ec495e794baa88052",
      "tree": "4db7e848aab1891349b34bc173b6626ffc999f44",
      "parents": [
        "6ec22f9b037fc0c2e00ddb7023fad279c365324d",
        "6c857730438cceb56a94ade3029899f52adf3b90",
        "24985cf68612a5617d396b0b188cec807641cde1",
        "9db630b48a99adb4156e205b812fba8959644280"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Dec 07 18:30:49 2009 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Dec 07 18:30:49 2009 +0100"
      },
      "message": "Merge branches \u0027bkl-removal\u0027, \u0027upstream\u0027 and \u0027upstream-fixes\u0027 into for-linus\n"
    },
    {
      "commit": "66d61bec697e99476c2fb095f9a6ead3be2e1c21",
      "tree": "f310279f00e1f71dc7537b0d3d71494f67dbd99a",
      "parents": [
        "1168df7e1cbfa4b45ba2bfd982ff535df50c273c"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Nov 24 18:22:20 2009 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Nov 25 16:20:52 2009 +0100"
      },
      "message": "HID: make Media key on Logitech DiNovo Mini work\n\nPut proper mapping of Media key on Logitech DiNovo Mini.\n\nAccording to the specification from Logitech webpage, this\nkey is intended to launch a Media center.\n\nReported-by: Stefan Plattner \u003cStefan.Plattner@ilogs.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "24985cf68612a5617d396b0b188cec807641cde1",
      "tree": "ac0fcd5288312e8ecdad289258c07ae8ea8dca1c",
      "parents": [
        "5b915d9e6dc3d22fedde91dfef1cb1a8fa9a1870"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Nov 13 10:45:53 2009 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Nov 13 10:45:53 2009 +0100"
      },
      "message": "HID: support Logitech/3DConnexion SpaceTraveler and SpaceNavigator\n\nThese devices wrongly report their axes as relative instead of absolute.\n\nFix this in up report descriptor of the device before it enters the parser.\n\nReported-by: simon.windows@gmail.com\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "a24f423bdf253ccee369adc6c5451b40a0716fbb",
      "tree": "cd33843be6cea5a78a966e3b5e733f5bc99681aa",
      "parents": [
        "7a84b1336a145d683fb8cdfd6c2c67545a58b126"
      ],
      "author": {
        "name": "Peter Huewe",
        "email": "peterhuewe@gmx.de",
        "time": "Thu Jul 02 19:08:38 2009 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Thu Jul 23 01:28:01 2009 +0200"
      },
      "message": "HID: adding __init/__exit macros to module init/exit functions\n\nTrivial patch which adds the __init and __exit macros to the module_init /\nmodule_exit functions of several HID drivers from drivers/hid/\n\nSigned-off-by: Peter Huewe \u003cpeterhuewe@gmx.de\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "fd30ea8c871552ddd6a5e1c0886de8fef4df53bc",
      "tree": "f545921d04f47e5a848ae48c5ad6741ffca830a1",
      "parents": [
        "0810b51170570ed21cae56b8131db6a5e3efa584"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Jun 23 12:11:31 2009 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Thu Jul 23 01:28:00 2009 +0200"
      },
      "message": "HID: add force feedback support for Logitech WingMan Formula Force GP\n\nAdd force feedback support for Logitech WingMan Formula Force GP\n(0x046d/0xc293).\n\nReported-by: wylda@volny.cz\nTested-by: wylda@volny.cz\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "243b706d8a71364ad6080328d45b73516c8af5f3",
      "tree": "8b1c57fdd273e60cfede6d286a5f6244c883ab8d",
      "parents": [
        "38089c658bf372adc2bd7b3597fceac0c7cecca6"
      ],
      "author": {
        "name": "Christophe Borivant",
        "email": "christophe.borivant@wanadoo.fr",
        "time": "Fri Apr 17 11:39:39 2009 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Apr 17 11:39:39 2009 +0200"
      },
      "message": "HID: Add support for the G25 force feedback wheel in native mode\n\nAdd Product Id 0xc299 for the Logitech G25 force feedback wheel\nThe Logitech G25 force feedback wheel, is first recognize by the kernel\nwith the product id \"0xc294\". In this mode, we can\u0027t use all the axes\nand buttons of the wheel.\n\nUsing a userland utility, it is possible to make the wheel switch to native\nmode -- http://svn.vdrift.net/viewvc.cgi/trunk/tools/G25manage/?root\u003dVDrift\nIn native mode, the wheel change its id number to \"0xc299\".\n\nThe packet that needs to be sent to the wheel to swtich to native mode and\nchange its PID is\n\n\t{ 0xf8, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00 }\n\nSigned-off-by: Christophe Borivant \u003cchristophe.borivant@wanadoo.fr\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "afa5eb7c68689ced4284f01c96feed44a2d0a127",
      "tree": "3c92a5ec36a82c08a85aae918c7f29252562e2aa",
      "parents": [
        "b2ddd54e19dfff559a02ec8e7e532357b3f09849"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Wed Mar 18 09:13:37 2009 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Mar 30 15:12:54 2009 +0200"
      },
      "message": "HID: remove compat stuff\n\nThis removal was scheduled and there is no problem with later\ndistros to adapt for the new bus, thanks to aliases.\n\nmodule-init-tools map files are deprecated nowadays, so that\nthe patch which introduced hid ones into the m-i-t won\u0027t be\naccepted and hence there is no reason for leaving compat stuff in.\n\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nCc: Jiri Kosina \u003cjkosina@suse.cz\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "08ef08ee8c5a8d538ca9a3c433d4213c128af863",
      "tree": "99726465fd5973d748ad7fd1521c512754443f84",
      "parents": [
        "efc7ce18d9037aa947c1aad5eb712ecc47520126"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Thu Oct 30 23:58:51 2008 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Sun Jan 04 01:00:50 2009 +0100"
      },
      "message": "HID: automatically call usbhid_set_leds in usbhid driver\n\nThis patch (as1146c) makes usbhid automatically call usbhid_set_leds()\nfor any device that supports the keyboard boot protocol.\n\nIn theory this should be perfectly safe.  BIOSes send the LED output\nreport as part of their normal device initialization, so any keyboard\ndevice supporting the boot protocol has to be able to handle it.\n\nAs a side effect, the hid-dell and hid-bright drivers are no longer\nneeded, and the Logitech keyboard driver can be removed from hid-lg.\n\nCC: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "022b7024d4bb1f9a2f30021a2672a0f940ebfa7a",
      "tree": "98d53d6fbe5017b0df19814b034bf2881cf32415",
      "parents": [
        "2e532d68a2b3e2aa6b19731501222069735c741c"
      ],
      "author": {
        "name": "Dan Nicholson",
        "email": "dbn.lists@gmail.com",
        "time": "Fri Oct 17 11:29:46 2008 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Oct 17 11:55:44 2008 +0200"
      },
      "message": "Revert \"HID: Invert HWHEEL mappings for some Logitech mice\"\n\nThis reverts commit 740f370dc61dc478d891d7d47660bb3ae39ddb4f.\n\nIt turned out to be correct in the first place: a positive value should\nbe sent when the wheel is moved to the right, and a negative value when\nmoved to the left. This is the behavior expected by the Xorg evdev\ndriver. I must have had a remapping somewhere else in my system when\noriginally testing this. Testing on another system shows that the\nunpatched kernel is correct.\n\nHere is a bug report from Mandriva that brought the problem to my\nattention:\n\n    https://qa.mandriva.com/show_bug.cgi?id\u003d44309#c19\n\nSigned-off-by: Dan Nicholson \u003cdbn.lists@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@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"
    },
    {
      "commit": "6edfa8dc33803a49ad936ead9840e453bee6ca3b",
      "tree": "a98640468512a114e356e5634467559fb17c9c69",
      "parents": [
        "93c10132a7ac160df3175b53f7ee857625412165"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Fri Jun 27 20:41:02 2008 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Oct 14 23:50:56 2008 +0200"
      },
      "message": "HID: move reset leds quirk\n\nMove the handling of the leds resetting from the core to\nthe dell and logitech drivers.\n\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "93c10132a7ac160df3175b53f7ee857625412165",
      "tree": "64ea194ddd7791d44394bb2a918921a2906fe1ee",
      "parents": [
        "fea6f1833b5bbff7066bcde1fa1141c9717bbad2"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Fri Jun 27 00:04:24 2008 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Oct 14 23:50:56 2008 +0200"
      },
      "message": "HID: move connect quirks\n\nMove connecting from usbhid to the hid layer and fix also hidp in\nthat manner.\nThis removes all the ignore/force hidinput/hiddev connecting quirks.\n\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "02ae9a1a8bc1d08a8fd5f6a0b8bde400b0f891b9",
      "tree": "a7584d1e9bcabdd22e63c12326e696c94d38dad8",
      "parents": [
        "8c19a51591d06f5226499972567f528cf6066bb7"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Fri May 16 11:49:22 2008 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Oct 14 23:50:50 2008 +0200"
      },
      "message": "HID: add compat support\n\nAdd compat option to hid code to allow loading of all modules on\nsystems which don\u0027t allow autoloading because of old userspace.\n\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "5f22a7992349c5ca3842190be52d5e9a1dd7adf4",
      "tree": "edcb112c502a311d51c29cc0304a1316dcd2d433",
      "parents": [
        "022e8c4d08b3b06361594b60412db0242035c4b4"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Fri May 16 11:49:19 2008 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Oct 14 23:50:49 2008 +0200"
      },
      "message": "HID: move logitech quirks\n\nMove them from the core and input code to a separate driver.\n\nSigned-off-by: Jiri Slaby \u003cjslaby@suse.cz\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    }
  ]
}
