)]}'
{
  "log": [
    {
      "commit": "7426ef52b42ebd54ba85133ffd29132e008a882c",
      "tree": "5232ca850065baf025e8d7384408b48b4b462c96",
      "parents": [
        "537b60d17894b7c19a6060feae40299d7109d6e7",
        "a8ab5d58b0238b8199cc699b8dff7c5e1da24138"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed May 19 14:04:49 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed May 19 14:04:49 2010 +0200"
      },
      "message": "Merge branch \u0027upstream\u0027 into for-linus\n\nConflicts:\n\tdrivers/hid/hid-wacom.c\n"
    },
    {
      "commit": "c85b86a6dc7b5b4607c3a14fdbda78df06b5c79f",
      "tree": "0f06f6109e4b97cdcec279c7eb9fa5bf10e105f4",
      "parents": [
        "2170c5a8ae4b952e517e7b0565528914ddc11320"
      ],
      "author": {
        "name": "Cory Fields",
        "email": "FOSS@AtlasTechnologiesInc.com",
        "time": "Wed Apr 21 17:08:24 2010 -0400"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Apr 21 23:29:02 2010 +0200"
      },
      "message": "HID: wacom: remove annoying non-error printk\n\nThis is the only line printed on my \"quiet\" boot and seems completely\nunnecessary.\n\nSigned-off-by: Cory Fields \u003cFOSS@AtlasTechnologiesInc.com\u003e\nSigned-off-by: Bastien Nocera \u003chadess@hadess.net\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "ed9eac5b493c679ef5fc52273758fe334de82714",
      "tree": "55475a8581e6eb020b93954d88ef1a63093a57d2",
      "parents": [
        "18392212932ecbdc71bc6a298ad301328eefb09d"
      ],
      "author": {
        "name": "Bastien Nocera",
        "email": "hadess@hadess.net",
        "time": "Wed Apr 21 14:52:00 2010 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Apr 21 16:22:03 2010 +0200"
      },
      "message": "HID: add support for the Wacom Intuos 4 wireless\n\nSame command set as the Graphire Bluetooth tablet.\n\nSigned-off-by: Bastien Nocera \u003chadess@hadess.net\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "5a0e3ad6af8660be21ca98a971cd00f331318c05",
      "tree": "5bfb7be11a03176a87296a43ac6647975c00a1d1",
      "parents": [
        "ed391f4ebf8f701d3566423ce8f17e614cde9806"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Wed Mar 24 17:04:11 2010 +0900"
      },
      "committer": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Tue Mar 30 22:02:32 2010 +0900"
      },
      "message": "include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h\n\npercpu.h is included by sched.h and module.h and thus ends up being\nincluded when building most .c files.  percpu.h includes slab.h which\nin turn includes gfp.h making everything defined by the two files\nuniversally available and complicating inclusion dependencies.\n\npercpu.h -\u003e slab.h dependency is about to be removed.  Prepare for\nthis change by updating users of gfp and slab facilities include those\nheaders directly instead of assuming availability.  As this conversion\nneeds to touch large number of source files, the following script is\nused as the basis of conversion.\n\n  http://userweb.kernel.org/~tj/misc/slabh-sweep.py\n\nThe script does the followings.\n\n* Scan files for gfp and slab usages and update includes such that\n  only the necessary includes are there.  ie. if only gfp is used,\n  gfp.h, if slab is used, slab.h.\n\n* When the script inserts a new include, it looks at the include\n  blocks and try to put the new include such that its order conforms\n  to its surrounding.  It\u0027s put in the include block which contains\n  core kernel includes, in the same order that the rest are ordered -\n  alphabetical, Christmas tree, rev-Xmas-tree or at the end if there\n  doesn\u0027t seem to be any matching order.\n\n* If the script can\u0027t find a place to put a new include (mostly\n  because the file doesn\u0027t have fitting include block), it prints out\n  an error message indicating which .h file needs to be added to the\n  file.\n\nThe conversion was done in the following steps.\n\n1. The initial automatic conversion of all .c files updated slightly\n   over 4000 files, deleting around 700 includes and adding ~480 gfp.h\n   and ~3000 slab.h inclusions.  The script emitted errors for ~400\n   files.\n\n2. Each error was manually checked.  Some didn\u0027t need the inclusion,\n   some needed manual addition while adding it to implementation .h or\n   embedding .c file was more appropriate for others.  This step added\n   inclusions to around 150 files.\n\n3. The script was run again and the output was compared to the edits\n   from #2 to make sure no file was left behind.\n\n4. Several build tests were done and a couple of problems were fixed.\n   e.g. lib/decompress_*.c used malloc/free() wrappers around slab\n   APIs requiring slab.h to be added manually.\n\n5. The script was run on all .h files but without automatically\n   editing them as sprinkling gfp.h and slab.h inclusions around .h\n   files could easily lead to inclusion dependency hell.  Most gfp.h\n   inclusion directives were ignored as stuff from gfp.h was usually\n   wildly available and often used in preprocessor macros.  Each\n   slab.h inclusion directive was examined and added manually as\n   necessary.\n\n6. percpu.h was updated not to include slab.h.\n\n7. Build test were done on the following configurations and failures\n   were fixed.  CONFIG_GCOV_KERNEL was turned off for all tests (as my\n   distributed build env didn\u0027t work with gcov compiles) and a few\n   more options had to be turned off depending on archs to make things\n   build (like ipr on powerpc/64 which failed due to missing writeq).\n\n   * x86 and x86_64 UP and SMP allmodconfig and a custom test config.\n   * powerpc and powerpc64 SMP allmodconfig\n   * sparc and sparc64 SMP allmodconfig\n   * ia64 SMP allmodconfig\n   * s390 SMP allmodconfig\n   * alpha SMP allmodconfig\n   * um on x86_64 SMP allmodconfig\n\n8. percpu.h modifications were reverted so that it could be applied as\n   a separate patch and serve as bisection point.\n\nGiven the fact that I had only a couple of failures from tests on step\n6, I\u0027m fairly confident about the coverage of this conversion patch.\nIf there is a breakage, it\u0027s likely to be something in one of the arch\nheaders which should be easily discoverable easily on most builds of\nthe specific arch.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nGuess-its-ok-by: Christoph Lameter \u003ccl@linux-foundation.org\u003e\nCc: Ingo Molnar \u003cmingo@redhat.com\u003e\nCc: Lee Schermerhorn \u003cLee.Schermerhorn@hp.com\u003e\n"
    },
    {
      "commit": "20a3ce7e490c5015d051f78414f6dd146eec283f",
      "tree": "ea1fd27e4f093d43c3db4e377f4e23b2b31f76e1",
      "parents": [
        "06c7c313b5605471e321337c770683cf70464197"
      ],
      "author": {
        "name": "Przemo Firszt",
        "email": "przemo@firszt.eu",
        "time": "Thu Mar 18 14:34:34 2010 +0000"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Mar 22 09:55:26 2010 +0100"
      },
      "message": "HID: add sysfs speed attribute for wacom bluetooth tablet\n\nThe attribute allows to change reporting speed of tablet from userspace through\nsysfs file. The attribute is RW, valid values: 0 is low speed, 1 is high speed.\nHigh speed is the default setting. Using low speed is a workaround if you\nexperience lag when using the tablet.\n\nSigned-off-by: Przemo Firszt \u003cprzemo@firszt.eu\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "06c7c313b5605471e321337c770683cf70464197",
      "tree": "a6ad2c351bef6bee64df5504a6a51933fba838bf",
      "parents": [
        "59d2334ac9f4255f5f8f3e4e1bf41653e0bba99e"
      ],
      "author": {
        "name": "Przemo Firszt",
        "email": "przemo@firszt.eu",
        "time": "Mon Mar 22 09:55:04 2010 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Mar 22 09:55:04 2010 +0100"
      },
      "message": "HID: separate mode switching function for wacom bluetooth driver\n\nwacom_poke function allows to switch tablet reporting speed. The patch\ndosen\u0027t add any new functionality, but it\u0027s preparation for user-space\nspeed switching through sysfs.\n\nSigned-off-by: Przemo Firszt \u003cprzemo@firszt.eu\u003e\nSigned-off-by: Bastien Nocera \u003chadess@hadess.net\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "59d2334ac9f4255f5f8f3e4e1bf41653e0bba99e",
      "tree": "ea12f472f551f7d0875a0dd61ae336fd91157497",
      "parents": [
        "4da361b69102cdffe73006771eae7504d2cb8736"
      ],
      "author": {
        "name": "Przemo Firszt",
        "email": "przemo@firszt.eu",
        "time": "Mon Mar 15 19:16:23 2010 +0000"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Mar 16 11:55:43 2010 +0100"
      },
      "message": "HID: expose wacom pen tablet battery through power_supply class\n\nThis patch exposes wacom pen tablet battery capacity and ac state thru\npower_supply class is sysfs.\n\nSigned-off-by: Przemo Firszt \u003cprzemo@firszt.eu\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "342f31e84eec9002b75f6fcdec6bd932ac77a390",
      "tree": "c517d020958de4c1088d339f2f9731580854a1fa",
      "parents": [
        "f9ce7c283c16538955d5d094101889792bcde109"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Feb 03 15:52:31 2010 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Feb 03 15:52:31 2010 +0100"
      },
      "message": "HID: make Wacom modesetting failures non-fatal\n\nWith Wacom tablet mode-setting moved from userspace into kernel,\nwe don\u0027t have to consider failures of device queries through the\n_raw callback as hard failure, as the driver can safely continue\nanyway.\n\nThis is consistent with the current USB driver in wacom_sys.c\n\nReported-by: Ping Cheng \u003cpinglinux@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "46a709b900bfcf43244cd19cf3245c77484ec733",
      "tree": "0d046897eabf34790181c7d302a5deca438e8eb6",
      "parents": [
        "d4bfa033ed84e0ae446eff445d107ffd5ee78df3"
      ],
      "author": {
        "name": "Bastien Nocera",
        "email": "hadess@hadess.net",
        "time": "Wed Jan 20 12:00:53 2010 +0000"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Feb 03 15:45:49 2010 +0100"
      },
      "message": "HID: Implement Wacom quirk in the kernel\n\nThe hid-wacom driver required user-space to poke at the tablet\nto make it send data about the cursor location.\n\nThis patch makes it do the same thing but in the kernel.\n\nSigned-off-by: Bastien Nocera \u003chadess@hadess.net\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "0e253fdb3b5739fd8514f617ec582762bcfaea48",
      "tree": "6d6252269ddc64952a0ae8f757889c6eca7abecb",
      "parents": [
        "23aeb61e7e1f02fb0f3b8f9e798e75537ca1731d"
      ],
      "author": {
        "name": "Przemo Firszt",
        "email": "przemo@firszt.eu",
        "time": "Sat Jan 09 15:20:03 2010 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Jan 13 12:00:33 2010 +0100"
      },
      "message": "HID: wacom: Add BTN_TOOL_FINGER for pad button reporting\n\nWithout this patch xf86-input-wacom driver wasn\u0027t able to properly recognise\npad button events. It was also causing some problems with button mapping.\n\nSigned-off-by: Przemo Firszt \u003cprzemo@firszt.eu\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "d01799b2f399603ae4cecc06f6ea146c57519cb1",
      "tree": "f25e47b1e6fd2463fc5286d73c4af0280976e965",
      "parents": [
        "3975bc56305256af7689bcce62284fc62e09fc8f"
      ],
      "author": {
        "name": "Przemo Firszt",
        "email": "przemo@firszt.eu",
        "time": "Mon Jan 04 12:32:00 2010 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Jan 13 12:00:32 2010 +0100"
      },
      "message": "HID: fix pad button definition in hid-wacom\n\nThis fix is required for xorg driver to recognise 2 pad buttons\n\nSigned-off-by: Przemo Firszt \u003cprzemo@firszt.eu\u003e\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": "ca2dcd40f54c8928b3994712a6cadd2078a087fa",
      "tree": "5aaae34ff26e39d78b6d598d20b01eb606a7a462",
      "parents": [
        "92e0d896ce3087112602449efd87c6d7f4eae8d0"
      ],
      "author": {
        "name": "Bastien Nocera",
        "email": "hadess@hadess.net",
        "time": "Mon May 11 17:18:12 2009 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed May 13 11:42:11 2009 +0200"
      },
      "message": "HID: Wacom Graphire Bluetooth driver\n\nBased on the work by Andrew Zabolotny, an HID driver for the Bluetooth\nWacom tablet. This is required as it uses a slightly different\nprotocols from what\u0027s currently support by the drivers/input/wacom*\ndriver, and those only support USB.\n\nA user-space patch is required to activate mode 2 of the Wacom tablet,\nas hidp does not support hid_output_raw_report.\n\nSigned-off-by: Bastien Nocera \u003chadess@hadess.net\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    }
  ]
}
