)]}'
{
  "log": [
    {
      "commit": "6521d0bf984ab1cc25795d312e21c438aea8b5d5",
      "tree": "10446ddcacfa3abcfebdb8ed6d27c5f30b700a2a",
      "parents": [
        "c5fb514d2f0496ce58caed63bceb05fac40324b3"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Sun Oct 24 21:53:40 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Oct 24 21:56:32 2010 -0700"
      },
      "message": "Input: wacom - specify Cinitq supported tools\n\nCintiq, being a display tablet, doesn\u0027t have mouse and associated BTN_s.\nMake sure we do not specify them when registering Cintiq\u0027s input device\nso that userland can retrieve the exact tool set the device supports.\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "62ecae09a01df507ef52e1bc90fc233a1978c60a",
      "tree": "0452f78a77dfb6a14c0cdda6e59f11b16b0f4317",
      "parents": [
        "3136baf8d09458bb04332b81494fd13ad90fe94a"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Oct 10 14:24:16 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Oct 17 21:20:46 2010 -0700"
      },
      "message": "Input: wacom - properly enable runtime PM\n\nWe need to always call usb_autopm_put_interface() in wacom_open(),\nnot only when initialization fails, otherwise the device will be\nmarked as PM-busy and will never be put in suspended state.\n\nBased on patch by Oliver Neukum.\n\nAcked-by: Oliver Neukum \u003coneukum@suse.de\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "3136baf8d09458bb04332b81494fd13ad90fe94a",
      "tree": "6593ef5894597bf6224cf0374e4d49b1499d347d",
      "parents": [
        "1d02ad436235080b8a95a2c86a66cb7b8f2e9df9",
        "ca047fedd89bbb4b79b61e0656a7b799e4e45e6d"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Oct 17 21:20:19 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Oct 17 21:20:19 2010 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 into next\n"
    },
    {
      "commit": "ca047fedd89bbb4b79b61e0656a7b799e4e45e6d",
      "tree": "bc11ac05e7ecb0dc55d0386c004452a5ebbec81e",
      "parents": [
        "f6cd378372bff06093d72f978c0150eeed3ea201"
      ],
      "author": {
        "name": "Aristeu Rozanski",
        "email": "aris@redhat.com",
        "time": "Sun Oct 10 14:12:33 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Oct 10 14:16:09 2010 -0700"
      },
      "message": "Input: wacom - fix pressure in Cintiq 21UX2\n\nCurrently the pressure range in Cintiq 21UX2 is limited to half of the\nsupported. This patch fixes the problem.\n\nSigned-off-by: Aristeu Rozanski \u003caris@redhat.com\u003e\nAcked-by: Ping Cheng \u003cpingc@wacom.com\u003e\nCC: stable@kernel.org\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "f6cd378372bff06093d72f978c0150eeed3ea201",
      "tree": "352d6d4e720c3e59f47865fb36bb2d78a702d7e6",
      "parents": [
        "d2520a426dc3033c00077e923a553fc6c98c7564"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Mon Oct 04 21:46:11 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Mon Oct 04 22:36:41 2010 -0700"
      },
      "message": "Input: wacom - fix runtime PM related deadlock\n\nWhen runtime PM is enabled by default for input devices, X hangs in\nwacom open:\n[\u003cffffffff814a00ea\u003e] mutex_lock+0x1a/0x40\n[\u003cffffffffa02bc94b\u003e] wacom_resume+0x3b/0x90 [wacom]\n[\u003cffffffff81327a32\u003e] usb_resume_interface+0xd2/0x190\n[\u003cffffffff81327b5d\u003e] usb_resume_both+0x6d/0x110\n[\u003cffffffff81327c24\u003e] usb_runtime_resume+0x24/0x40\n[\u003cffffffff8130a2cf\u003e] __pm_runtime_resume+0x26f/0x450\n[\u003cffffffff8130a23a\u003e] __pm_runtime_resume+0x1da/0x450\n[\u003cffffffff8130a53a\u003e] pm_runtime_resume+0x2a/0x50\n[\u003cffffffff81328176\u003e] usb_autopm_get_interface+0x26/0x60\n[\u003cffffffffa02bc626\u003e] wacom_open+0x36/0x90 [wacom]\n\nwacom_open() takes wacom-\u003elock and calls usb_autopm_get_interface(),\nwhich in turn calls wacom_resume() which tries to acquire the lock\nagain.\n\nThe fix is to call usb_autopm_get_interface() first, before we take\nthe lock.\n\nSince we do not do usb_autopm_put_interface() until wacom_close()\nis called runtime PM is effectively disabled for the driver, however\nchanging it now would risk regressions so the complete fix will\nhave to wait till the next merge window.\n\nReported-by: Jiri Slaby \u003cjslaby@suse.cz\u003e\nAcked-by: Oliver Neukum \u003coneukum@suse.de\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "727eeb7dbeac8a7ecd2ad943eb27a5566ab83601",
      "tree": "6846095784092e72e9c6c75af67bf1d2755ac770",
      "parents": [
        "f5854fad395b93071292bff27c0121b6e32215e0"
      ],
      "author": {
        "name": "Xing Wei",
        "email": "weixing@hanwang.com.cn",
        "time": "Wed Sep 29 18:25:20 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Sep 29 18:25:47 2010 -0700"
      },
      "message": "Input: hanwang - add support for Art Master HD 5012 tablet\n\nThis adds support for hanwang Art Master HD 5012 electromagnetic tablet.\n\nSigned-off-by: Xing Wei \u003cweixing@hanwang.com.cn\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "24dd3b58228d463254ee57c3811afea831b8a024",
      "tree": "6cdb9644a9afa4d7da832864a4120089f4a2b844",
      "parents": [
        "33d5f713a19b0f5cb93e0594f7206d2730cf39da"
      ],
      "author": {
        "name": "Xing Wei",
        "email": "weixing@hanwang.com.cn",
        "time": "Sun Sep 12 00:24:17 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Sep 12 00:24:48 2010 -0700"
      },
      "message": "Input: hanwang - make compatible with xf86-input-wacom driver\n\nAdd necessary events so that Hanwang Art Master III tablet can be handled\nby the stock xf86-input-wacom driver.\n\nSigned-off-by: Xing Wei \u003cweixing@hanwang.com.cn\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "33d5f713a19b0f5cb93e0594f7206d2730cf39da",
      "tree": "a905f72db302f6dfd114a0e83325b844d6e06120",
      "parents": [
        "2aaacb153689dbe9064e4db7e9d00de0edfc1fa0"
      ],
      "author": {
        "name": "Chris Bagwell",
        "email": "chris@cnpbagwell.com",
        "time": "Sun Sep 12 00:12:28 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Sep 12 00:13:38 2010 -0700"
      },
      "message": "Input: wacom - disable Bamboo touchpad when pen is being used\n\nSigned-off-by: Chris Bagwell \u003cchris@cnpbagwell.com\u003e\nAcked-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "2aaacb153689dbe9064e4db7e9d00de0edfc1fa0",
      "tree": "0d4a108f6da71d2e3109d4f4456bc44b0befe1f2",
      "parents": [
        "e1d38e49ad97eec5024342e1244279b645e36688"
      ],
      "author": {
        "name": "Chris Bagwell",
        "email": "chris@cnpbagwell.com",
        "time": "Sun Sep 12 00:11:35 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Sep 12 00:13:32 2010 -0700"
      },
      "message": "Input: wacom - add support for Bamboo Pen\n\nThis adds support for Pen on Bamboo Pen and Bamboo Pen\u0026Touch devices.\nTouchpad is handled by previous Bamboo Touch logic.\n\nSigned-off-by: Chris Bagwell \u003cchris@cnpbagwell.com\u003e\nAcked-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "e1d38e49ad97eec5024342e1244279b645e36688",
      "tree": "e5ee786fef4b3976e66a73cb0446911fc186f1bd",
      "parents": [
        "3dc9f40de4dddf9147b80cf15be633189a2b70f4"
      ],
      "author": {
        "name": "Chris Bagwell",
        "email": "chris@cnpbagwell.com",
        "time": "Sun Sep 12 00:09:27 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Sep 12 00:13:27 2010 -0700"
      },
      "message": "Input: wacom - move Bamboo Touch irq to its own function\n\nThis is in preparation of pen support in same irq handler.\n\nSigned-off-by: Chris Bagwell \u003cchris@cnpbagwell.com\u003e\nAcked-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "3dc9f40de4dddf9147b80cf15be633189a2b70f4",
      "tree": "fd5229f44f7213652d05f0bc791d3206737148c8",
      "parents": [
        "a0bf0ea809ba0a7621e191ec4cab5775d502ef7e"
      ],
      "author": {
        "name": "Chris Bagwell",
        "email": "chris@cnpbagwell.com",
        "time": "Sun Sep 12 00:08:40 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Sep 12 00:13:23 2010 -0700"
      },
      "message": "Input: wacom - request tablet data for Bamboo Pens\n\nBamboo P\u0026T need to use second form of usb_set_report() to\nask to report tablet data.\n\nWith previous addition of Bamboo Touch, BTN_TOOL_TRIPLETAP is now used\nfor both TABLETPC2FG and BAMBOO_PT types.  So reduced check to\nmatch type\u003dTABLETPC2FG.\n\nThis change shows redundant check for !TABLETPC2FG in else statement.\n\nSigned-off-by: Chris Bagwell \u003cchris@cnpbagwell.com\u003e\nAcked-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "f4ccbef2886968ed409939531f6dd0474d53a12a",
      "tree": "764b513e40b681bf3bd908e40e8e3a21015d7579",
      "parents": [
        "cb734c03680eaaad64a20a666300eafd1ac260b2"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Sun Sep 05 12:57:13 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Sep 05 12:58:22 2010 -0700"
      },
      "message": "Input: wacom - add a quirk for low resolution Bamboo devices\n\nThe Bamboo Touch reports a sub-screen resolution of 480x320.  The\nsignal-to-noise ratio is only about 100, so filtering is needed in\norder to reduce the jitter to a usable level. However, the low\nresolution leads to round-off errors in the EWMA filter, resulting in\nextremely jerky pointer motion. This patch explicitly sets a higher\nresolution for those devices, and tells this to the completion handler\nvia a low-resolution quirk.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nAcked-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "cb734c03680eaaad64a20a666300eafd1ac260b2",
      "tree": "f32070df68914c35477e36662783d84b5a9ac9f2",
      "parents": [
        "bc73dd39e78dd6e5b34cd938b7f037a8bc041bdd"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Sun Sep 05 12:53:16 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Sep 05 12:58:17 2010 -0700"
      },
      "message": "Input: wacom - add support for the Bamboo Touch trackpad\n\nAdd support for the Bamboo Touch trackpad, and make it work with\nboth the Synaptics X Driver and the Multitouch X Driver. The device\nuses MT slots internally, so the choice of protocol is a given.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nAcked-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "bc73dd39e78dd6e5b34cd938b7f037a8bc041bdd",
      "tree": "9a2a8c5ea217708646e76429d274cbf25d1ebd2e",
      "parents": [
        "4a88081e739a41d6d70bace7e0a027f9054ab540"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Sun Sep 05 12:26:16 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Sep 05 12:58:12 2010 -0700"
      },
      "message": "Input: wacom - collect device quirks into single function\n\nCollect device-specific code into a single function, and use quirks to\nflag specific behavior instead.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nAcked-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "4a88081e739a41d6d70bace7e0a027f9054ab540",
      "tree": "8fd8ddd30cc3ad4c53debdb174b987060621fba5",
      "parents": [
        "fed87e655a2c20468d628b37424af58287803afe"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pinglinux@gmail.com",
        "time": "Sun Sep 05 12:25:40 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Sep 05 12:58:03 2010 -0700"
      },
      "message": "Input: wacom - parse the Bamboo device family\n\nThe Bamboo devices have multiple interfaces which need to be setup\nseparately. Use the HID parsing mechanism to achieve that.\n\nSigned-off-by: Ping Cheng \u003cpinglinux@gmail.com\u003e\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "fed87e655a2c20468d628b37424af58287803afe",
      "tree": "04e683df294ce2f1eff04196f9454539f236f986",
      "parents": [
        "92944c1c943647c7eb39c081feeecdd169f68ee4"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Sun Sep 05 12:25:11 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Sep 05 12:57:58 2010 -0700"
      },
      "message": "Input: wacom - add fuzz parameters to features\n\nThe signal-to-noise ratio varies between devices, but currently all\ndevices are treated the same way. Add fuzz parameters to the feature\nstruct, allowing for tailored treatment of devices.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nAcked-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "bba5394ad3bd23fff6987fc8bc3aaf9d12433c63",
      "tree": "a926dfceef5ddc5bf17295de7445814edf1d7960",
      "parents": [
        "a17f79553f052f04d47689a842118f775f81b7e3"
      ],
      "author": {
        "name": "Xing Wei",
        "email": "weixing@hanwang.com.cn",
        "time": "Wed Sep 01 23:25:35 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Sep 01 23:26:18 2010 -0700"
      },
      "message": "Input: add support for Hanwang tablets\n\nAdd support for Art Master III tablet of BeiJing HanwangTechnology Co, Ltd.\n\nSigned-off-by: Xing Wei \u003cweixing@hanwang.com.cn\u003e\nAcked-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "d9f66c1a46163c7c83411058516a69da547262f8",
      "tree": "46b580076157077f0074666db4863815390cc991",
      "parents": [
        "288933c02b440621d9c8e7bb5f232cfb7bdef7df"
      ],
      "author": {
        "name": "Mike Auty",
        "email": "ikelos@gentoo.org",
        "time": "Sat Aug 28 20:35:17 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sat Aug 28 21:39:04 2010 -0700"
      },
      "message": "Input: wacom - fix mousewheel handling for old wacom tablets\n\nThis fixes a regression introduced in\n3b57ca0f80c5c8994b5b1e3d3f904cfe727951f2.\n\nThe data[6] byte contains either 1 or -1 depending on the whether the\nmouse wheel on older wacom tablets is moved down (1) or up (-1).  The\npatch introduced in the above commit changed the cast from (signed char)\nto (signed).  When cast as a signed integer and negated, the value of -1\n(stored in the byte as 0xff) became -255 rather than 1.  This patch\nreverts the cast to a (signed char) and also removes an unnecessary\n(signed) cast, as all the values operated on are bitmasked.\n\nSigned-off-by: Mike Auty \u003cikelos@gentoo.org\u003e\nReviewed-by: Ping Cheng \u003cpingc@wacom.com\u003e\nCc; stable@kernel.org\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "5fc0d36c00e6a2d0a9f2a0a815cff5b9a13b080d",
      "tree": "819d3f27a826f29210398615f4918a4cd9154836",
      "parents": [
        "d01d0756f75e7a5b4b43764ad45b83c4340f11d6",
        "6ac8a99b906b01eaceef0057dbee4a225a32c423"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Aug 10 08:41:58 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Aug 10 08:41:58 2010 -0700"
      },
      "message": "Merge branch \u0027next\u0027 into for-linus\n"
    },
    {
      "commit": "987a6c0298260b7aa40702b349282554d6180e4b",
      "tree": "29d0873435221a6d731267efc2412814440e4a28",
      "parents": [
        "7957e9c4d175cc065f4277211fcb7d784fcee860"
      ],
      "author": {
        "name": "Daniel Mack",
        "email": "daniel@caiaq.de",
        "time": "Mon Aug 02 20:15:17 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Mon Aug 02 20:29:56 2010 -0700"
      },
      "message": "Input: switch to input_abs_*() access functions\n\nChange all call sites in drivers/input to not access the ABS axis\ninformation directly anymore. Make them use the access helpers instead.\n\nAlso use input_set_abs_params() when possible.\nDid some code refactoring as I was on it.\n\nSigned-off-by: Daniel Mack \u003cdaniel@caiaq.de\u003e\nCc: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "d01d0756f75e7a5b4b43764ad45b83c4340f11d6",
      "tree": "90db2ff7ccb35a8fdcf98366e6404afe1f845bc4",
      "parents": [
        "b326b853dca2f410b254198ee89abad71a2f4668",
        "0d87c7228a49e8342d60dd552892e470e0b291fa"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Mon Aug 02 18:35:17 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Mon Aug 02 18:35:17 2010 -0700"
      },
      "message": "Merge branch \u0027next\u0027 into for-linus\n"
    },
    {
      "commit": "c8f2edc56acf0a55ede777c07314c9744bb723be",
      "tree": "c2c92ac75bf535b6315b745d0cb488c31f9515b0",
      "parents": [
        "1fcb8bb631831c9018a1f7f77b93f9f02e122fc5"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pinglinux@gmail.com",
        "time": "Mon Jun 28 01:10:51 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Mon Jun 28 01:12:26 2010 -0700"
      },
      "message": "Input: wacom - add support for DTU2231 and DTU1631\n\nAdd support for the two new devices: DTU2231 and DTU1631.\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "493630b20389b66dc475eb05cfefd33ad98d3741",
      "tree": "8663e388c438f5f196a966ea63a0f9ea5bd3954d",
      "parents": [
        "0b28bac5aef7bd1ab213723df031e61db9ff151a"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Tue Jun 22 11:21:34 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Jun 22 11:32:24 2010 -0700"
      },
      "message": "Input: wacom - fix serial number handling on Cintiq 21UX2\n\nCintiq 21UX2 added 8 more bits for the tool serial number and more\nbuttons for the expresskey. We did not enable them properly in the\nlast patch.\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "3a4b4aaa546fa3d57b2ea7f41234f7d2e328da3f",
      "tree": "f283daadd2f8d3fe10751b84c438c3628a5b1387",
      "parents": [
        "56960b3602be6fde9f09c7958fa06b26384307cc"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pinglinux@gmail.com",
        "time": "Thu Jun 03 22:10:21 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Jun 04 00:43:17 2010 -0700"
      },
      "message": "Input: wacom - add Cintiq 21UX2 and Intuos4 WL\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "7a9b149212f3716c598afe973b6261fd58453b7a",
      "tree": "477716d84c71da124448b72278e98da28aadbd3d",
      "parents": [
        "3d62e3fdce8ef265a3706c52ae1ca6ab84e30f0e",
        "e26bcf37234c67624f62d9fc95f922b8dbda1363"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 20 21:26:12 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 20 21:26:12 2010 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6: (229 commits)\n  USB: remove unused usb_buffer_alloc and usb_buffer_free macros\n  usb: musb: update gfp/slab.h includes\n  USB: ftdi_sio: fix legacy SIO-device header\n  USB: kl5usb105: reimplement using generic framework\n  USB: kl5usb105: minor clean ups\n  USB: kl5usb105: fix memory leak\n  USB: io_ti: use kfifo to implement write buffering\n  USB: io_ti: remove unsused private counter\n  USB: ti_usb: use kfifo to implement write buffering\n  USB: ir-usb: fix incorrect write-buffer length\n  USB: aircable: fix incorrect write-buffer length\n  USB: safe_serial: straighten out read processing\n  USB: safe_serial: reimplement read using generic framework\n  USB: safe_serial: reimplement write using generic framework\n  usb-storage: always print quirks\n  USB: usb-storage: trivial debug improvements\n  USB: oti6858: use port write fifo\n  USB: oti6858: use kfifo to implement write buffering\n  USB: cypress_m8: use kfifo to implement write buffering\n  USB: cypress_m8: remove unused drain define\n  ...\n\nFix up conflicts (due to usb_buffer_alloc/free renaming) in\n\tdrivers/input/tablet/acecad.c\n\tdrivers/input/tablet/kbtab.c\n\tdrivers/input/tablet/wacom_sys.c\n\tdrivers/media/video/gspca/gspca.c\n\tsound/usb/usbaudio.c\n"
    },
    {
      "commit": "997ea58eb92f9970b8af7aae48800d0ef43b9423",
      "tree": "65e021973e5a48ad7290d5be1f441940566468ad",
      "parents": [
        "48679c6d772b1459a2945729e3a1256ac78fcabf"
      ],
      "author": {
        "name": "Daniel Mack",
        "email": "daniel@caiaq.de",
        "time": "Mon Apr 12 13:17:25 2010 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu May 20 13:21:38 2010 -0700"
      },
      "message": "USB: rename usb_buffer_alloc() and usb_buffer_free() users\n\nFor more clearance what the functions actually do,\n\n  usb_buffer_alloc() is renamed to usb_alloc_coherent()\n  usb_buffer_free()  is renamed to usb_free_coherent()\n\nThey should only be used in code which really needs DMA coherency.\n\nAll call sites have been changed accordingly, except for staging\ndrivers.\n\nSigned-off-by: Daniel Mack \u003cdaniel@caiaq.de\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Pedro Ribeiro \u003cpedrib@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "f3192090df1e17dbd0f7c4b3820d31719422eb96",
      "tree": "5258adde5d5d5b9ce8eba3079a909d41bbc72d70",
      "parents": [
        "331cb022d3ac1f85f7842a51495c33c629e947bc"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 20 22:15:44 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 20 22:34:47 2010 -0700"
      },
      "message": "Input: kbtab - do not advertise unsupported events\n\nThe device does not emit EV_MSC/MSC_SERIAL nor EV_KEY/BTN_MIDDLE events\nso it should not mark them as supported in capabilities bitmaps. This\nstill leaves BTN_TOOL_PEN and BTN_TOUCH events being processed in a funky\nmanner.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "331cb022d3ac1f85f7842a51495c33c629e947bc",
      "tree": "d913e238f074bf6f8fcdbc88cf3c02bb2f8631d3",
      "parents": [
        "ee7aa6ce41e08c68f72b5ca8f14fb61286dc2418"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 20 22:06:53 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 20 22:34:36 2010 -0700"
      },
      "message": "Input: kbtab - simplify kbtab_disconnect()\n\nThere is no need to check whether kbtab structure is attached to the\ninterface; if it isn\u0027t and we are called we have much bigger problems.\nAlso no need to call usb_kill_urb() in kbtab_disconnect() since it\nis being called in kbtab_close().\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "ee7aa6ce41e08c68f72b5ca8f14fb61286dc2418",
      "tree": "a78ce2da1efe7ef632f9f602372344b885c1cb0c",
      "parents": [
        "893d1cdd53d8a748245dbfab62f4bf220316761d"
      ],
      "author": {
        "name": "Axel Lin",
        "email": "axel.lin@gmail.com",
        "time": "Tue Apr 20 21:59:51 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 20 22:34:30 2010 -0700"
      },
      "message": "Input: kbtab - fix incorrect size parameter in usb_buffer_free\n\nThe size allocated by usb_buffer_alloc() is 8, however the size passed\nto usb_buffer_free() is 10.\n\nSigned-off-by: Axel Lin \u003caxel.lin@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "893d1cdd53d8a748245dbfab62f4bf220316761d",
      "tree": "a8bd98d4bca8862b5b3656ad64dda9b9cd30080c",
      "parents": [
        "b426571ceab9fbdd50be33a4cb379a119c6028a2"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 20 22:30:25 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 20 22:34:24 2010 -0700"
      },
      "message": "Input: acecad - don\u0027t advertise mouse events\n\nThe device does not emit events for left/right/middle mouse buttons\nso it should not mark them as supported in capabilities bitmaps.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "b426571ceab9fbdd50be33a4cb379a119c6028a2",
      "tree": "e6d277c60ee336baee0369ba7b7abc905f526dc3",
      "parents": [
        "5492f6f801c81c9663417cd8e48e759775977c83"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 20 22:30:22 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 20 22:34:19 2010 -0700"
      },
      "message": "Input: acecad - fix some formatting issues\n\nAlso switch to using input_set_abd_params() helper.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "5492f6f801c81c9663417cd8e48e759775977c83",
      "tree": "be42bad032477cf565e939f50af5978fd576178f",
      "parents": [
        "2ef2ed597669f5e120d0c51c295f00e34b2f0801"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 20 22:20:37 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 20 22:34:15 2010 -0700"
      },
      "message": "Input: acecad - simplify usb_acecad_disconnect()\n\nThere is no need to check whether acecad structure is attached to the\ninterface; if it isn\u0027t and we are called we have much bigger problems.\nAlso no need to call usb_kill_urb() in usb_acecad_disconnect() since\nit is being called in usb_acecad_close().\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "2ef2ed597669f5e120d0c51c295f00e34b2f0801",
      "tree": "0915f6ec0508be7eff58eafe2566870398ba48e7",
      "parents": [
        "422dee56b8155e4627f657ee67e962066ca7aff3"
      ],
      "author": {
        "name": "Axel Lin",
        "email": "axel.lin@gmail.com",
        "time": "Tue Apr 20 21:53:11 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 20 22:34:09 2010 -0700"
      },
      "message": "Input: acecad - fix incorrect size parameter in usb_buffer_free\n\nThe size allocated by usb_buffer_alloc() is 8, however the size passed to\nusb_buffer_free() in usb_acecad_disconnect() is 10.\n\nSigned-off-by: Axel Lin \u003caxel.lin@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "00eef7bd01c7598d195699983c5290d901df19ad",
      "tree": "14ba0178fc2c5e807282132e689236965b889e91",
      "parents": [
        "250541fca717a5c9b0d3710e737b2ca32ebb6fbc",
        "014f61504af276ba9d9544d8a7401d8f8526eb73"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 15 11:49:55 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 15 11:49:55 2010 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:\n  Input: wacom - switch mode upon system resume\n  Revert \"Input: wacom - merge out and in prox events\"\n  Input: matrix_keypad - allow platform to disable key autorepeat\n  Input: ALPS - add signature for HP Pavilion dm3 laptops\n  Input: i8042 - spelling fix\n  Input: sparse-keymap - implement safer freeing of the keymap\n  Input: update the status of the Multitouch X driver project\n  Input: clarify the no-finger event in multitouch protocol\n  Input: bcm5974 - retract efi-broken suspend_resume\n  Input: sparse-keymap - free the right keymap on error\n"
    },
    {
      "commit": "014f61504af276ba9d9544d8a7401d8f8526eb73",
      "tree": "a3d386045a91d9cd1f446637c2901bd2a16634c4",
      "parents": [
        "afb567e3fdd2ee43b243cb4f6fe772ab921b2ada"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Tue Apr 13 23:07:52 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Thu Apr 15 11:16:10 2010 -0700"
      },
      "message": "Input: wacom - switch mode upon system resume\n\nWhen Wacom devices wake up from a sleep, the switch mode command\n(wacom_query_tablet_data) is needed before wacom_open is called.\nwacom_query_tablet_data should not be executed inside wacom_open\nsince wacom_open is called more than once during probe.\n\nwacom_retrieve_hid_descriptor is removed from wacom_resume due\nto the fact that the required descriptors are stored properly\nupon system resume.\n\nReported-and-tested-by: Anton Anikin \u003cAnton@Anikin.name\u003e\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nCc: stable@kernel.org\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "ab687b18aa77aeda5472d9ea054bf92c45c49c0c",
      "tree": "8d103b1aa4827a95d063f0b41b783fddf60eb3d3",
      "parents": [
        "252f77698fe37bdd784e514820852a3ea9827fd0"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Mon Apr 05 23:07:41 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 13 23:24:56 2010 -0700"
      },
      "message": "Input: wacom - streamline 2-finger touch support\n\nClean up 2-finger touch support. This still needs to be converted to\nproper multi-touch protocol.\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "252f77698fe37bdd784e514820852a3ea9827fd0",
      "tree": "771f676d49eef41ee1fb2a98c2d1a99171968124",
      "parents": [
        "95dd3b30ced3ee740e5dd92fc44515a5a6a350d4"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Mar 19 22:33:38 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 13 23:24:42 2010 -0700"
      },
      "message": "Input: wacom - use get_unaligned to access unaligned data\n\nAlso get rid of wacom_le16_to_cpu() and wacom_be16_to_cpu() helpers and\nise le16_to_cpup() and be16_to_cpup() directly.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "95dd3b30ced3ee740e5dd92fc44515a5a6a350d4",
      "tree": "d934e3570ac794f0dc8166a9bc314402df5337f6",
      "parents": [
        "8da23fc113e8bdaf813545ec935a6c60254ac439"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Mar 19 22:18:15 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 13 23:24:35 2010 -0700"
      },
      "message": "Input: wacom - get rid of wacom_combo structure\n\nNow that we moved input device from struct wacom to struct wacom_wac,\npresence of wacom_combo just complicats things for no good reason.\nLet\u0027s get rid of it and simply pass URB length to wacom_wac_irq().\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "8da23fc113e8bdaf813545ec935a6c60254ac439",
      "tree": "4423781a8a27b44082de74b987e3c3ee2c12a215",
      "parents": [
        "73a97f4f6e53545b71f5c14ae2cb70a4b8d3cf63"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Mar 19 22:18:15 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 13 23:24:23 2010 -0700"
      },
      "message": "Input: wacom - get rid of input event wrappers\n\nInput event interface is pretty stable so let\u0027s get rig of wrappers\nfor input_event() and fiends and call them directly. This will simplify\nand speed up code a bit.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "73a97f4f6e53545b71f5c14ae2cb70a4b8d3cf63",
      "tree": "976028cc148ab1503ed3b898af07d7d2d9b6b3da",
      "parents": [
        "51269fe86c263ec4fafbafe82970e6d7f6f79102"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Mar 19 22:18:15 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 13 23:24:16 2010 -0700"
      },
      "message": "Input: wacom - fix some formatting issues\n\nFix identation of switch/case statements so they follow style used by the\nrest of the kernel.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "51269fe86c263ec4fafbafe82970e6d7f6f79102",
      "tree": "95b0b767cbceef5a6bc8918e4e22b3962ec7a23e",
      "parents": [
        "4492efffffeb88d87e7aa74765f3c53b3a7dd40f"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Mar 19 22:18:15 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 13 23:24:11 2010 -0700"
      },
      "message": "Input: wacom - do not allocate wacom_wac separately\n\nThere is no reason for allocating struct wacom_wac separately from\nstruct wacom since both have the same lifetime rules and are not\nshared. Also make \u0027open\u0027 field a boolean.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "4492efffffeb88d87e7aa74765f3c53b3a7dd40f",
      "tree": "258b17da4faf0934efb8bc63a5163d77e047dbc8",
      "parents": [
        "3b57ca0f80c5c8994b5b1e3d3f904cfe727951f2"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Fri Mar 19 22:18:15 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 13 23:24:06 2010 -0700"
      },
      "message": "Input: wacom - share pen info with touch of the same ID\n\nTouch enbaled devices share the same product ID with pen. However,\nwe do not want to post touch events while pen is in prox. To do so,\nwe used to keep a local static variable to keep track of if pen is\nin prox or not. This works fine for Tablet PC devices since there\nis only one device attached. With the newer touch enabled regular\ntablets, we can not make this assumption any more, i.e, one system\nmay have more than one identical tablet plugged in.\n\nThis patch adds an new entry, shared, into the struct wacom_wac so\ntouch data can access pen data to locally. This solution assumes\nthe two tools (touch and pen) of the same ID will be probed one\nafter the other without interruption in between by another Wacom\ndevice of the same ID.\n"
    },
    {
      "commit": "3b57ca0f80c5c8994b5b1e3d3f904cfe727951f2",
      "tree": "6bffc421d4750145a373eb77482eb33104f96c13",
      "parents": [
        "56f3e1c0579cd06196d51ebd1ccad9298c5426b3"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Thu Mar 04 21:50:59 2010 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 13 23:22:31 2010 -0700"
      },
      "message": "Input: wacom - merge out and in prox events\n\nProcess out and in prox events for Graphire and Tablet PC devices\nin the same loop to simplify the data parsing logic.\n\n[re-applying after revert since other patches are based on this one]\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "56f3e1c0579cd06196d51ebd1ccad9298c5426b3",
      "tree": "cacccdde5f6fb5c9e734977306fb1b73ef33ea03",
      "parents": [
        "0d0fb0f9c5fddef4a10242fe3337f00f528a3099",
        "38101475f937c5dc0baf43a9e0c7613dbeb94d5a"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 13 23:21:38 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 13 23:21:38 2010 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 into next\n"
    },
    {
      "commit": "38101475f937c5dc0baf43a9e0c7613dbeb94d5a",
      "tree": "a3d386045a91d9cd1f446637c2901bd2a16634c4",
      "parents": [
        "afb567e3fdd2ee43b243cb4f6fe772ab921b2ada"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Tue Apr 13 23:07:52 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 13 23:14:31 2010 -0700"
      },
      "message": "Input: wacom - switch mode upon system resume\n\nWhen Wacom devices wake up from a sleep, the switch mode command\n(wacom_query_tablet_data) is needed before wacom_open is called.\nwacom_query_tablet_data should not be executed inside wacom_open\nsince wacom_open is called more than once during probe.\n\nwacom_retrieve_hid_descriptor is removed from wacom_resume due\nto the fact that the required descriptors are stored properly\nupon system resume.\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nReported-and-tested-by: Anton Anikin \u003cAnton@Anikin.name\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "afb567e3fdd2ee43b243cb4f6fe772ab921b2ada",
      "tree": "dca82235bf37bf76db97fb4bfda6992d113607e4",
      "parents": [
        "9d32c30542f9ecdb4b96a1a960924c9f403e3562"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 13 23:08:58 2010 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 13 23:08:58 2010 -0700"
      },
      "message": "Revert \"Input: wacom - merge out and in prox events\"\n\nThis reverts commit 776943fd6f104a6e8457dc95a17282e69e963666 as it\ncauses issues with ISDv4 E3 touchscreens:\n\n\thttps://bugzilla.kernel.org/show_bug.cgi?id\u003d15670\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "a818d8e43147f40864363456b37a00b819439307",
      "tree": "c0a5139116747c2240f94c024e247a4efd1791c6",
      "parents": [
        "f901e753923192a7793e5d7591e2c03dcb252d68",
        "31968ecf584330b51a25b7bf881c2b632a02a3fb"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Mar 14 11:13:54 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Mar 14 11:13:54 2010 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:\n  Input: i8042 - add ALDI/MEDION netbook E1222 to qurik reset table\n  Input: ALPS - fix stuck buttons on some touchpads\n  Input: wm831x-on - convert to use genirq\n  Input: ads7846 - add wakeup support\n  Input: appletouch - fix integer overflow issue\n  Input: ad7877 - increase pen up imeout\n  Input: ads7846 - add support for AD7843 parts\n  Input: bf54x-keys - fix system hang when pressing a key\n  Input: alps - add support for the touchpad on Toshiba Tecra A11-11L\n  Input: remove BKL, fix input_open_file() locking\n  Input: serio_raw - remove BKL\n  Input: mousedev - remove BKL\n  Input: add driver for TWL4030 vibrator device\n  Input: enable remote wakeup for PNP i8042 keyboard ports\n  Input: scancode in get/set_keycodes should be unsigned\n  Input: i8042 - use platfrom_create_bundle() helper\n  Input: wacom - merge out and in prox events\n  Input: gamecon - fix off by one range check\n  Input: wacom - replace WACOM_PKGLEN_PENABLED\n"
    },
    {
      "commit": "318ae2edc3b29216abd8a2510f3f80b764f06858",
      "tree": "ce595adde342f57f379d277b25e4dd206988a052",
      "parents": [
        "25cf84cf377c0aae5dbcf937ea89bc7893db5176",
        "3e58974027b04e84f68b964ef368a6cd758e2f84"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Mar 08 16:55:37 2010 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Mar 08 16:55:37 2010 +0100"
      },
      "message": "Merge branch \u0027for-next\u0027 into for-linus\n\nConflicts:\n\tDocumentation/filesystems/proc.txt\n\tarch/arm/mach-u300/include/mach/debug-macro.S\n\tdrivers/net/qlge/qlge_ethtool.c\n\tdrivers/net/qlge/qlge_main.c\n\tdrivers/net/typhoon.c\n"
    },
    {
      "commit": "776943fd6f104a6e8457dc95a17282e69e963666",
      "tree": "66a5f06a4878c234a35a00034316d10d141c0bb7",
      "parents": [
        "5bc923c505926af927d4f3011da92c243787d6a7"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Thu Mar 04 21:50:59 2010 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Mar 05 00:36:10 2010 -0800"
      },
      "message": "Input: wacom - merge out and in prox events\n\nProcess out and in prox events for Graphire and Tablet PC devices\nin the same loop to simplify the data parsing logic.\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "57e413d95b0f92b9a5569408ddc3441e0f20e856",
      "tree": "1bc770cdf3f2420d910b8ddbc35a7cbe5fab2f1b",
      "parents": [
        "35858adbfca13678af99fb31618ef4428d6dedb0"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Mon Mar 01 23:50:24 2010 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Mon Mar 01 23:53:26 2010 -0800"
      },
      "message": "Input: wacom - replace WACOM_PKGLEN_PENABLED\n\nReplacing WACOM_PKGLEN_PENABLED with WACOM_PKGLEN_GRAPHIRE since\nthey both represent the same value, 8. This value will be used\nfor both Tablet PC and Bamboo with touch devices.\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "49b764aebde6ceea393f56cd3449bfa5720f8383",
      "tree": "6c74b3d42e4f1705e9f6d2766cd91940f9409249",
      "parents": [
        "23c239be223d7427da51656d6f196bde965d9796"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pinglinux@gmail.com",
        "time": "Sat Feb 20 00:53:49 2010 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sat Feb 20 01:22:44 2010 -0800"
      },
      "message": "Input: wacom - add device type to device name string\n\nDevices supporting both pen and touch features share the same product ID,\nbut presented as 2 separate input devices. By adding device type to device\nname string we can help userspace applications and users differentiate\nbetween them. \u0027Finger\u0027 is used for the touch since touch has been used as\na suffix by userland hotplugging services.\n\nSigned-off-by: Jason Childs \u003coblivian@users.sourceforge.net\u003e\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "e87a344d0eef52cadcd5e1ef33a8771afc879896",
      "tree": "a7bf3528acefb0da8bb419c028dc072adceac1cd",
      "parents": [
        "e33da8a5486aaadf5161118869e6cfb3d119beea"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Thu Feb 18 01:51:47 2010 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Feb 19 01:25:41 2010 -0800"
      },
      "message": "Input: wacom - constify product features data\n\nFeatures are not supposed to be modified; devices use their own private copies,\nso let\u0027s mark them const.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "e33da8a5486aaadf5161118869e6cfb3d119beea",
      "tree": "ff5819b0f2e192557f6d9848698a65d988ee8983",
      "parents": [
        "4e45ad5e89128939c671e927f030cb3909fe1d69"
      ],
      "author": {
        "name": "Jason Childs",
        "email": "oblivian@users.sourceforge.net",
        "time": "Wed Feb 17 22:38:31 2010 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Feb 19 01:25:16 2010 -0800"
      },
      "message": "Input: wacom - use per-device instance of wacom_features\n\nSince we mangle data in wacom_features when dealing with certain devices let\u0027s\nuse a private (per-device) instance of wacom_features in wacom_wac. This way\nsame product ID can support more than one type of device, such as pen and touch,\nand not interfere with each other.\n\nSigned-off-by: Jason Childs \u003coblivian@users.sourceforge.net\u003e\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "b036f6fb3aa23a52d90da5fc57e0803f08292e82",
      "tree": "714b969a2dc7101c4a2574c48cb5ddd239dad47f",
      "parents": [
        "5deeac99fe1146532eb7c64f9adb17d17628d751"
      ],
      "author": {
        "name": "Bastian Blank",
        "email": "waldi@debian.org",
        "time": "Wed Feb 10 23:06:23 2010 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Feb 10 23:31:37 2010 -0800"
      },
      "message": "Input: wacom - get features from driver info\n\nGet the features information from the driver info of the usb device id\nstructure provided by the caller. The device ids and feature structs\nare strong coupled using indices.\n\nSigned-off-by: Bastian Blank \u003cwaldi@debian.org\u003e\nTested-by: Jason Childs \u003coblivian@users.sourceforge.net\u003e\nAcked-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "c9404c9c392d557a4687c4cbda022b03cb787ce9",
      "tree": "1633e9e8d6a3f955297affd2c3304bdbb670a73c",
      "parents": [
        "634bad68bc25753816594ecd390dcea980528315"
      ],
      "author": {
        "name": "Adam Buchbinder",
        "email": "adam.buchbinder@gmail.com",
        "time": "Fri Dec 18 15:40:42 2009 -0500"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Feb 05 12:22:30 2010 +0100"
      },
      "message": "Fix misspelling of \"should\" and \"shouldn\u0027t\" in comments.\n\nSome comments misspell \"should\" or \"shouldn\u0027t\"; this fixes them. No code changes.\n\nSigned-off-by: Adam Buchbinder \u003cadam.buchbinder@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "9cb3ce52ca45d089d5be90d2f34005296fc5a34e",
      "tree": "f1a1e9215e23d213c42bfb94a0cfac875fc82645",
      "parents": [
        "c6d5709384090de541158a6bba8d4ae50242ff94"
      ],
      "author": {
        "name": "Márton Németh",
        "email": "nm127@freemail.hu",
        "time": "Sun Jan 10 23:59:05 2010 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Mon Jan 11 00:08:19 2010 -0800"
      },
      "message": "Input: make USB device ids constant\n\nThe id_table field of the struct usb_device_id is constant in \u003clinux/usb.h\u003e\nso it makes sense to mark the initialization data also constant.\n\nSigned-off-by: Márton Németh \u003cnm127@freemail.hu\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "0f5e182dff576e6f3cd9b805834f18d11f2882aa",
      "tree": "b4a278799bfa6b61a4d2d3c3ea43f22e2b788341",
      "parents": [
        "cad7470084686d876ebfecf55a9ce039075f9134"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Tue Dec 15 00:35:25 2009 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Dec 15 00:36:20 2009 -0800"
      },
      "message": "Input: wacom - separate pen from express keys on Graphire\n\nSince Graphire/Bamboo devices report pen and expresskeys in the same\ndata packet, we need to send a input_sync event to separate pen data\nfrom expresskeys for X11 driver to process them properly.\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "cad7470084686d876ebfecf55a9ce039075f9134",
      "tree": "02e326809ecf8306491805c12e75cf53e4b07e6e",
      "parents": [
        "ec67bbedcf290ef182a897017f65a2707106c7f8"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Tue Dec 15 00:35:25 2009 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Dec 15 00:36:15 2009 -0800"
      },
      "message": "Input: wacom - add defines for data packet report IDs\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "ec67bbedcf290ef182a897017f65a2707106c7f8",
      "tree": "321fe650b72776e8555da3a94b049e2704bc2b2a",
      "parents": [
        "ee54500d7b960984df125bdd0cd2105d6150e8f1"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Tue Dec 15 00:35:24 2009 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Dec 15 00:36:08 2009 -0800"
      },
      "message": "Input: wacom - add support for new LCD tablets\n\nThis adds support for the foolowing Wacom devices:\n\n - 0x9F - a single touch only LCD tablet;\n - 0xE2 - a two finger touch only LCD tablet;\n - 0xE3 -  a two finger touch, penabled LCD tablet.\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "ee54500d7b960984df125bdd0cd2105d6150e8f1",
      "tree": "63124efe12c1b7b8219d4d8196a31013f832eec3",
      "parents": [
        "232f5693e5c9483e222528ef81979e42ea2f2908"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Tue Dec 15 00:35:24 2009 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Dec 15 00:36:02 2009 -0800"
      },
      "message": "Input: wacom - add defines for packet lengths of various devices\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "232f5693e5c9483e222528ef81979e42ea2f2908",
      "tree": "16728d937f3cd0a124b28a6da22a673ecc9661f1",
      "parents": [
        "e47c4f70ea41fd973eec80a9388a1347d3d27896"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Tue Dec 15 00:35:24 2009 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Dec 15 00:35:55 2009 -0800"
      },
      "message": "Input: wacom - ensure the device is initialized properly upon resume\n\nCall wacom_query_tablet_data() from wacom_resume() so the device will be\nswitched to Wacom mode upon resume. Devices that require this are: regular\ntablets and two finger touch devices.\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "3b7307c2d66dd575ef24b88898b4bc4bddb254f4",
      "tree": "640af64064c7979104806f22aa08ea6a7bb321d4",
      "parents": [
        "68947b8f9a36f7f7f54ca95e0c6e169bb603e803"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Thu Aug 20 21:41:04 2009 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Aug 21 00:51:28 2009 -0700"
      },
      "message": "Input: wacom - don\u0027t use on-stack memory for report buffers\n\nTested-by: Martin Capitanio \u003cmartin@capitanio.org\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "c413ec446188ae53276eb60a60311b430448c6b0",
      "tree": "59edaf34972bde647c6e9f031db2d15008b39b28",
      "parents": [
        "9230ccb1071d2d7e4ecb6314e67203b9f7f08140"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Sun Jun 28 22:50:58 2009 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sun Jun 28 23:57:34 2009 -0700"
      },
      "message": "Input: wacom - add DTF720a support and fix rotation on Intuos3\n\nThis patch adds DTF720a support and fixes an Intuos3 rotation\npen out-proximity bug.\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "a86295283063ce23fbefad494c71290caf8eae25",
      "tree": "9a4f806abde6b012f48b1123e44d533154692e01",
      "parents": [
        "cbf806dd9302f3ff27ba496dae474b9da6b58873"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Tue Jun 02 16:59:58 2009 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Jun 03 07:37:36 2009 -0700"
      },
      "message": "Input: wacom - clear Intuos4 wheel data when finger leaves proximity\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "6f660f12d703fa23069317f0a64c6b75d08c15c2",
      "tree": "03c2a5abb0566b49ddd5c7275928295c79dae760",
      "parents": [
        "9b771ac442a640999247314e8cdafd8943611700"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Fri May 08 18:30:33 2009 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri May 08 18:33:43 2009 -0700"
      },
      "message": "Input: wacom - add support for Intuos4 tablets\n\nSigned-oof-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "d585a021c0b10b0477d6b608c53e1feb8cde0507",
      "tree": "5ca059da1db7f15d4b29427644ad9c08270c885c",
      "parents": [
        "84e5b0d00f8f84c4ae226be131d4bebbcee88bd3",
        "091bf7624d1c90cec9e578a18529f615213ff847"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri May 08 18:29:27 2009 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri May 08 18:29:27 2009 -0700"
      },
      "message": "Merge commit \u0027v2.6.30-rc5\u0027 into next\n"
    },
    {
      "commit": "384318ecd2eb4fdbcbe7c4df6e8bb55986bf52d4",
      "tree": "537f086b25e5ef41ac2db5cfa108bcd990c07977",
      "parents": [
        "6b9ff696ba1176b6fca78d01fc590dd4335c8743"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Tue Apr 28 07:49:54 2009 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 28 09:32:38 2009 -0700"
      },
      "message": "Input: wacom - fix TabletPC touch bug\n\nThis patch fixed a bug that was introduced in kernel 2.6.28 for\nTabletPC touch data. The wacom_parse_hid routine in wacom_sys.c\nshould always return 0 even when usb_control_msg got an error.\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "32a676fead0953562e16c26ef95058000d466c2a",
      "tree": "f900a7cd262ecd5353a5142eb2761c7ceac2bf2a",
      "parents": [
        "bd3ce6556072bdc8ea66dfd5448e184f189bdc7f"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Apr 17 20:12:35 2009 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Apr 17 20:37:32 2009 -0700"
      },
      "message": "Input: gtco - add MODULE_DESCRIPTION()\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "e941da3110422c4e57c3d05759fb9475b28f45f6",
      "tree": "9c20cc2e531f3b832db420cb9a0a9e3e84a6568c",
      "parents": [
        "01461d7e65a6e3f92fd73ce4651e5f78a0a5990c"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Tue Dec 30 01:09:02 2008 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Dec 30 01:09:55 2008 -0800"
      },
      "message": "Input: gtco - use USB endpoint API\n\nUse usb_endpoint_xfer_int(epd) instead of open-conding the check.\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "0de048aba1b751ee19a747dc4c82636579e47b85",
      "tree": "4cedb7a0f6f93d5dd8497fe2ba5b9e1a0bcca690",
      "parents": [
        "50b6f1f4a430608f7345f66ecd68a129bff11649"
      ],
      "author": {
        "name": "Roel Kluin",
        "email": "roel.kluin@gmail.com",
        "time": "Sat Dec 20 05:19:43 2008 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Sat Dec 20 15:11:18 2008 -0500"
      },
      "message": "Input: make some variables and functions static\n\nSigned-off-by: Roel Kluin \u003croel.kluin@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "b31a0fecd1dd01f1db406014a7c8a73983e04cc9",
      "tree": "745a5b75742da6661e5a0e13bb50cb20025d919a",
      "parents": [
        "96b8936a9ed08746e47081458a5eb9e43a751e24",
        "545f4e99dee7284ed57c79384c5c1d5ac58dcd59"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Nov 30 11:05:21 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Nov 30 11:05:21 2008 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:\n  Input: wacom - add support for new USB Tablet PCs\n  Input: replace spin_lock_bh with spin_lock_irqsave in ml_ff_playback\n  Input: i8042 - add Compal Hel80 laptop to nomux blacklist\n  Input: cm109 - add keymap for ATCom AU-100 phone\n  Input: fix the example of an input device driver\n  Input: psmouse - fix incorrect validate_byte check in OLPC protocol\n  Input: atkbd - cancel delayed work before freeing its structure\n  Input: atkbd - add keymap quirk for Inventec Symphony systems\n  Input: i8042 - add Dell XPS M1530 to nomux list\n  Input: elo - fix format string in elo driver\n"
    },
    {
      "commit": "545f4e99dee7284ed57c79384c5c1d5ac58dcd59",
      "tree": "96505bbc39ca58b2e7b9617d49ccba866938455d",
      "parents": [
        "8442c87d2f6c73cdc9a391e4dd9390523d242bda"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Mon Nov 24 11:44:27 2008 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Nov 26 10:14:18 2008 -0500"
      },
      "message": "Input: wacom - add support for new USB Tablet PCs\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "899ef6e7cf2f057fcfd8071b36de04117313242b",
      "tree": "59229f8188930f6c043177b3f7e0e5eeb91d3d4c",
      "parents": [
        "880c9c66a60c0aa4fb4dac2da9679da5f8f41903"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Aug 18 13:21:04 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 17 14:41:10 2008 -0700"
      },
      "message": "USB: remove info() macro from usb input drivers\n\nUSB should not be having it\u0027s own printk macros, so remove info() and\nuse the system-wide standard of dev_info() wherever possible.\n\nAcked-by: Dmitry Torokhov \u003cdmitry.torokhov@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1817b1692a2eab022e805d32e910f4556c89dce8",
      "tree": "e3014e48b4bbbbbd7b0630911ea9a8ee92a2b689",
      "parents": [
        "15d5a9acb1df1e22a7ba60aaaad758d9d71e5ea7"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 14 09:37:34 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 17 14:41:08 2008 -0700"
      },
      "message": "USB: remove warn() macro from usb input drivers\n\nUSB should not be having it\u0027s own printk macros, so remove warn() and\nuse the system-wide standard of dev_warn() wherever possible.  In the\nfew places that will not work out, use a basic printk().\n\nCc: Dmitry Torokhov \u003cdmitry.torokhov@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "4c0e799a9a6dc64426ddb6c03aea1a154357658f",
      "tree": "2d9aa9493d80fceb178a63bf15bb3d9edfc5fbae",
      "parents": [
        "3fa8749e584b55f1180411ab1b51117190bac1e5",
        "b8d055a878ee0f997ded40649701089d2486f850"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Oct 15 23:29:12 2008 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Oct 15 23:29:12 2008 -0400"
      },
      "message": "Merge branch \u0027next\u0027 into for-linus\n"
    },
    {
      "commit": "160f1fef7e52e974489b3c70fbd4e094c06965c2",
      "tree": "80423a45a9a57736e6ce6351da0801e1a5b02b8c",
      "parents": [
        "82a196f481661170b4982dc7e68a12e9253309d0"
      ],
      "author": {
        "name": "Joe Rouvier",
        "email": "joe@rouvier.org",
        "time": "Sun Aug 10 00:29:25 2008 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Sep 10 12:11:57 2008 -0400"
      },
      "message": "Input: convert drivers to use strict_strtoul()\n\nstrict_strtoul() allows newline character at the end of the the input\nstring and therefore is more user-friendly.\n\nSigned-off-by: Dmitry Torokhov \u003cdmitry.torokhov@gmail.com\u003e\n"
    },
    {
      "commit": "0cc1fe2238e458ebe2d52f035ccc6f3d2ecc9ca1",
      "tree": "89b93b6d864ba6e9ff9cf29c9ebc0c00f29291ae",
      "parents": [
        "26135ed3229a06dc8b5b7686dd272a28f5bf40b3"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Mon Aug 18 10:57:10 2008 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Mon Aug 18 11:00:47 2008 -0400"
      },
      "message": "Input: remove version.h from drivers that don\u0027t need it\n\nIf a driver dies not use LINUX_VERSION_CODE nor KERNEL_VERSION\nthen it does not need to include version.h\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nAcked-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "f4bc95d7bd5d2e57d5a64b5bcd35928beb7026de",
      "tree": "6337b58e0c66b1572c28381e7f4d05fcc2d17d6e",
      "parents": [
        "0e7e92fa3c55eee0047ee894b7eb8eb2362d83d9"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Thu Jul 03 12:10:58 2008 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Mon Jul 07 09:01:30 2008 -0400"
      },
      "message": "Input: gtco - eliminate early return\n\nThere seems to be no reason why this error case should do less\ncleaning up than the other adjacent ones, so the goto, which is\ncurrently dead code, seems to be what is intended.\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "15439dd37f92f930ac7fc65a4f261834e4215bb0",
      "tree": "ec8e4a7cffd1cbb55ae4970c3172fa9a6fb0c0f7",
      "parents": [
        "39ab9ddeb3e9573a1ea9a17a1431ea5c81681964",
        "90d95ef617a535a8832bdcb8dee07bf591e5dd82"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Jun 17 12:02:44 2008 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Jun 17 12:02:44 2008 -0400"
      },
      "message": "Merge branch \u0027for-linus\u0027 into next\n\nConflicts:\n\n\tdrivers/input/mouse/appletouch.c\n"
    },
    {
      "commit": "501a5250589be41c4c060afa855bc60b4539a340",
      "tree": "a2411e9367fd265f1327c51bdef6d3c8f793d0b0",
      "parents": [
        "471637a575329f9250e7e4099e84084820a35e11"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri May 30 10:40:28 2008 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri May 30 10:40:28 2008 -0400"
      },
      "message": "Input: gtco - fix double kfree in error handling path\n\nThe code would try to free \u0027report\u0027 twice upon input_register_device()\nfailure.\n\nReported-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "c6a3ead2ab5d82b549237c52a785b9f736e13463",
      "tree": "37f5c16418ec4f306f8d558a721d3840c1e183ca",
      "parents": [
        "e34b9d2f46590e3be64466b4095118283745d050"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Mon May 05 11:50:40 2008 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri May 16 14:49:39 2008 -0400"
      },
      "message": "Input: wacom - make one-bit signed bitfields unsigned\n\nOtherwise it can only take the values 0/-1 which doesn\u0027t seem to\nhave been intended.\n\ndrivers/input/tablet/wacom.h:108:12: error: dubious one-bit signed bitfield\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "e34b9d2f46590e3be64466b4095118283745d050",
      "tree": "61f97d0a507e1e301af5b06e06327d29f1592240",
      "parents": [
        "ea3e6c59266b783b103c0f42a8de5dbe565a43d4"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Mon May 05 11:36:41 2008 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri May 16 14:49:32 2008 -0400"
      },
      "message": "Input: wacom - cleanup handling of tablet IDs\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "ea3e6c59266b783b103c0f42a8de5dbe565a43d4",
      "tree": "b9dce06a3180e4a64eaa1dd3b45e8e070e39c315",
      "parents": [
        "f26a3988917913b3d11b2bd741601a2c64ab9204"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Mon May 05 11:36:18 2008 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri May 16 14:45:58 2008 -0400"
      },
      "message": "Input: replace remaining __FUNCTION__ occurrences\n\n__FUNCTION__ is gcc-specific, use __func__\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "858ad08cf4c32a51d26552d3cb5fa8d5e2f0e579",
      "tree": "032cb87cf448662e5d4ceb6b25af10aef19d8d99",
      "parents": [
        "973ea70c7c9be50d5ac34ff82a1c48fbe8fb2efb"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Tue Apr 29 01:03:34 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 29 08:06:27 2008 -0700"
      },
      "message": "input: use get_unaligned_* helpers\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nCc: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nCc: Jiri Kosina \u003cjkosina@suse.cz\u003e\nCc: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6b8588f71890fba78742f90e22390028a6cd706f",
      "tree": "9777c3cdc3fca20703952e1c0743383368109f58",
      "parents": [
        "24caa6a0c7cde9309026880f8cc7eba587e1272a"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Apr 28 07:00:26 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 28 10:03:31 2008 -0700"
      },
      "message": "usb input endianness annotations and fixes\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b345dc7da026016b65162b1ca7cfcd2c7212a285",
      "tree": "9a7f2798e2f778d6ec126c2f9a1e2c0ba007c742",
      "parents": [
        "942bb7b5d67dcfb19d7340038feb7caa666830e7"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Thu Apr 24 23:34:05 2008 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Thu Apr 24 23:34:05 2008 -0400"
      },
      "message": "Input: wacom - add support for Cintiq 20WSX\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "a32bcc45b9e9d8021b5936c45dc3f8db7a044466",
      "tree": "fd333440124e4d7892ce3d41645b3fe6e7e4e5ef",
      "parents": [
        "e722409445fbe718f09f6d5e03d0ae84cf0954d0"
      ],
      "author": {
        "name": "Guryanov Dmitry",
        "email": "guryanov@dgap.mipt.ru",
        "time": "Mon Mar 10 03:08:58 2008 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 15 13:13:10 2008 -0400"
      },
      "message": "Input: aiptek - add support for Genius G-PEN 560 tablet\n\nUSBHID driver only supports relative mode with this tablet so let aiptek\nmodule handle it.\n\nSigned-off-by: Dmitry Guryanov \u003cguryanov@dgap.mipt.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "e722409445fbe718f09f6d5e03d0ae84cf0954d0",
      "tree": "490d1fd96cec28b3e5a00ab0ce401d52d720f3cb",
      "parents": [
        "04021e4e401d7ac2051839dd5b00a701c9119dd9"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Tue Apr 15 01:31:57 2008 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Apr 15 01:31:57 2008 -0400"
      },
      "message": "Input: wacom - implement suspend and autosuspend\n\nThis implements suspend and autosuspend support for wacom devices.\nIt works by using the usb last busy functionality triggered in the\ncompletion callback.\n\nSigned-off-by: Oliver Neukum \u003coneukum@suse.de\u003e\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "0e1763f530af71bd82e58e407991a9ded6aae73e",
      "tree": "2480c4db15a66a6b85063f3e0bce3a7a96f26af5",
      "parents": [
        "75d08c78931aa3992791cc4a5615ed1dd61eea92"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Thu Mar 13 16:46:46 2008 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Mar 14 11:54:38 2008 -0400"
      },
      "message": "Input: wacom - add support for Bamboo1, BambooFun, and Cintiq 12WX\n\nAdd support for new wacom tablets - Bamboo1, BambooFun, and Cintiq 12WX\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "7b19ada2ed3c1eccb9fe94d74b05e1428224663d",
      "tree": "a0c5975ce5236ff4023b92d431bd0a8fa321c6ce",
      "parents": [
        "d05be13bcc6ec615fb2e9556a9b85d52800669b6"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Thu Oct 18 23:40:32 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 19 11:53:42 2007 -0700"
      },
      "message": "get rid of input BIT* duplicate defines\n\nget rid of input BIT* duplicate defines\n\nuse newly global defined macros for input layer. Also remove includes of\ninput.h from non-input sources only for BIT macro definiton. Define the\nmacro temporarily in local manner, all those local definitons will be\nremoved further in this patchset (to not break bisecting).\nBIT macro will be globally defined (1\u003c\u003cx)\n\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nCc: \u003cdtor@mail.ru\u003e\nAcked-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\nCc: \u003clenb@kernel.org\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nCc: \u003cperex@suse.cz\u003e\nAcked-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\nCc: \u003cvernux@us.ibm.com\u003e\nCc: \u003cmalattia@linux.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7ecfbfd3d000a5d6787cf3369228e7f0082b8758",
      "tree": "8df68e50be4e668657bef51efde4c2ce8d3a3221",
      "parents": [
        "5f5655023f2814969b744c1e07494666587243aa"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pingc@wacom.com",
        "time": "Thu Jun 14 23:32:48 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:17 2007 -0400"
      },
      "message": "Input: wacom - add support for the new Bamboo tablets\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "5035522d1a6b55f95e7e01c209b57f5d89f88b16",
      "tree": "edaeef64964d38f3555ed27a6da55f5f177be00f",
      "parents": [
        "1e7b3faed1793e7637a774240ae22541c5ba6ca0"
      ],
      "author": {
        "name": "Rene van Paassen",
        "email": "rene.vanpaassen@gmail.com",
        "time": "Mon May 21 00:32:21 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:17 2007 -0400"
      },
      "message": "Input: aiptek - update driver version\n\nUpdate credits and version number to 2.3\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "1e7b3faed1793e7637a774240ae22541c5ba6ca0",
      "tree": "65844e9d6afe11c548a98c4cd4032bc7fe45efee",
      "parents": [
        "0112db36ef95e5632db071297f7df130725c47b9"
      ],
      "author": {
        "name": "Rene van Paassen",
        "email": "rene.vanpaassen@gmail.com",
        "time": "Mon May 21 00:32:17 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:17 2007 -0400"
      },
      "message": "Input: aiptek - rework the function key code\n\nFunction keys (also called macro keys) code corrected. Using a\nlastMacro variable to keep track of key currently pressed. This\nensures proper resetting when dragging the pen in the drawing\narea or to another key. Also suppress sending pressure reports\nwhen over the macro key area.\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "0112db36ef95e5632db071297f7df130725c47b9",
      "tree": "1ce114a268211b98df62b4703c628c5823476b83",
      "parents": [
        "b3b6cf1d47508a04de859d357789a3fc0cf8c690"
      ],
      "author": {
        "name": "Rene van Paassen",
        "email": "rene.vanpaassen@gmail.com",
        "time": "Mon May 21 00:32:12 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:17 2007 -0400"
      },
      "message": "Input: aiptek - tolerate newlines in sysfs files\n\nNow echo \"some value\" \u003e /sys/......./somefile is also acceptable.\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "b3b6cf1d47508a04de859d357789a3fc0cf8c690",
      "tree": "4b6fa11aa3a59e6f3cdcf1d7ab363f1b4412cf3a",
      "parents": [
        "da9fda434cde76dfb8174548a63b685b4ac00a9c"
      ],
      "author": {
        "name": "Rene van Paassen",
        "email": "rene.vanpaassen@gmail.com",
        "time": "Mon May 21 00:32:07 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:16 2007 -0400"
      },
      "message": "Input: aiptek - correct the tool switching code\n\nNow the old tool is remembered, and reset when a new tool is\nselected via the sysfs files.\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "da9fda434cde76dfb8174548a63b685b4ac00a9c",
      "tree": "588515d6894d39cc99dbd900dfb885448f087f5b",
      "parents": [
        "6125a400354c4a02b9dad0e5d8128f9dc08cfd51"
      ],
      "author": {
        "name": "Rene van Paassen",
        "email": "rene.vanpaassen@gmail.com",
        "time": "Mon May 21 00:32:03 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:16 2007 -0400"
      },
      "message": "Input: aiptek - use only absolute misc reports\n\nTo get an on - off reporting for proximity, absolute misc reports are\nused. The mixture of absolute and relative reports is awkward\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "6125a400354c4a02b9dad0e5d8128f9dc08cfd51",
      "tree": "5176691de7cf7655db84bf7ae5e4f4046f43cccd",
      "parents": [
        "1a54f49e8989462cfc9cab0c377b2d4e60e5b70a"
      ],
      "author": {
        "name": "Rene van Paassen",
        "email": "rene.vanpaassen@gmail.com",
        "time": "Mon May 21 00:31:59 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:16 2007 -0400"
      },
      "message": "Input: aiptek - put sensible warnings in probe\n\nAdded warnings to the points where the tablet probe may fail\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "1a54f49e8989462cfc9cab0c377b2d4e60e5b70a",
      "tree": "8ee0e182a964343c2c67055a4d4932716958322e",
      "parents": [
        "0038cae0ffd72b75699010bd112655dc2615e2fd"
      ],
      "author": {
        "name": "Rene van Paassen",
        "email": "rene.vanpaassen@gmail.com",
        "time": "Mon May 21 00:31:55 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:16 2007 -0400"
      },
      "message": "Input: aiptek - use set_bit instead of bitwise or\n\nHave to use set_bit since some bit values are over 32, and bitwise or\nwon\u0027t work on these. To be safe for the future too, use set_bit for all\ninput dev capabilities\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "0038cae0ffd72b75699010bd112655dc2615e2fd",
      "tree": "32c097d6ec7b9c34fda75f60fad288a228a4ddc4",
      "parents": [
        "ce0982edaec2c46dc9ec466e03f1fe94ee0862d8"
      ],
      "author": {
        "name": "Mark Vytlacil",
        "email": "mrv@wi.rr.com",
        "time": "Mon May 21 00:31:50 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:16 2007 -0400"
      },
      "message": "Input: aiptek - fix relative mode parsing\n\nCorrections to relative mode, was looking at wrong byte\n\nSigned-off-by: Mark Vytlacil \u003cmrv@wi.rr.com\u003e\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "ce0982edaec2c46dc9ec466e03f1fe94ee0862d8",
      "tree": "399153de6cf158acc5c8b75e8431d923b4e80736",
      "parents": [
        "fe981f2340edffcb6aad2203d8f14c9bef0e67e3"
      ],
      "author": {
        "name": "Rene van Paassen",
        "email": "rene.vanpaassen@gmail.com",
        "time": "Mon May 21 00:31:45 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:16 2007 -0400"
      },
      "message": "Input: aiptek - fixed mouse button defines\n\nMouse button defines tested the wrong bits, now fixed\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    }
  ],
  "next": "fe981f2340edffcb6aad2203d8f14c9bef0e67e3"
}
