)]}'
{
  "log": [
    {
      "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"
    },
    {
      "commit": "fe981f2340edffcb6aad2203d8f14c9bef0e67e3",
      "tree": "bda3360c29a72d0b174697aa540dbbbc9db29f8c",
      "parents": [
        "2fe574167be6a61d5f37c496da01c4a7daa73f4d"
      ],
      "author": {
        "name": "Rene van Paassen",
        "email": "rene.vanpaassen@gmail.com",
        "time": "Mon May 21 00:31:24 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:16 2007 -0400"
      },
      "message": "Input: aiptek - correct the proximity and validity checks\n\nCalculation of proximity bit and of data valid bits were reversed for\nstylus reports.\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "2fe574167be6a61d5f37c496da01c4a7daa73f4d",
      "tree": "1e87bf8073312156d973b475402bf3c0f2e8978e",
      "parents": [
        "33936fa603f2524a7dde08d22637d0989a4e8fdd"
      ],
      "author": {
        "name": "Rene van Paassen",
        "email": "rene.vanpaassen@gmail.com",
        "time": "Mon May 21 00:18:24 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:16 2007 -0400"
      },
      "message": "Input: aiptek - correct documentation on reports\n\nSmall fix that corrects the documentation on the report byte\nformat produced by the mouse\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "33936fa603f2524a7dde08d22637d0989a4e8fdd",
      "tree": "f465a66410231e0a8c88061ea3f705433864b542",
      "parents": [
        "37767b66ed61ee37f0d8f40523f74c31bc187d1d"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Mon May 21 00:18:15 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:16 2007 -0400"
      },
      "message": "Input: aiptek - use array to list all buttons\n\nWhen setting up input device use an array to list all the buttons\ninstead of setting every bit separately.\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "37767b66ed61ee37f0d8f40523f74c31bc187d1d",
      "tree": "1a9363d2640e233d10a0447bc9a6305952fb00c6",
      "parents": [
        "cd438a58c89221d8642455d0cc8ec96d3b822f6e"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Mon May 21 00:18:08 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:16 2007 -0400"
      },
      "message": "Input: aiptek - kill aiptek_convert_from_2s_complement()\n\nThere is no reason to do that, just tell the compiler that\nwe are dealing with signed values in buffer, that\u0027s it.\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "cd438a58c89221d8642455d0cc8ec96d3b822f6e",
      "tree": "27d1ee7b01e129bf602fd3736d58d34096d4f814",
      "parents": [
        "02fb6c385c72823af4fac83963a05be9163c73ea"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Mon May 21 00:17:57 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:15 2007 -0400"
      },
      "message": "Input: aiptek - use maps in attributes\n\nUse maps to convert for strings to internal constants and vice versa\nin aiptek\u0027s sysfs attribute methods instead of open-coding it. This\nresults in smaller code that is also easier to maintain.\n\n[Rene: fix a typo - stylys instead of stylus]\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "02fb6c385c72823af4fac83963a05be9163c73ea",
      "tree": "53d5e15947cc517af5a7aedf8a47105e747cbb7b",
      "parents": [
        "b087e1f3ee9ae4da49fdeca2b0f0f8fc5a886a79"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Mon May 21 00:17:44 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:15 2007 -0400"
      },
      "message": "Input: aiptek - do not check for NULL in attribute methods\n\nIt makes no sense to check for NULL in attribute methods -\nwe do usb_set_intfdata before creating attributes and once\nattributes have been removed we are guaranteed to not be\ncalled.\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "b087e1f3ee9ae4da49fdeca2b0f0f8fc5a886a79",
      "tree": "8f0e3bce98e025979fc66b7578c69f4111310503",
      "parents": [
        "5c659c62f9f60633a8de17bd17afaa448f1e1d68"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Mon May 21 00:17:37 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:15 2007 -0400"
      },
      "message": "Input: aiptek - use attribute group\n\nUse attribute group to simplify error handling and reduce code.\n\n[Rene: add missing NULL to properly terminate aiptek_attributes]\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "5c659c62f9f60633a8de17bd17afaa448f1e1d68",
      "tree": "f579f36dce9b3ffd980833a8ddb0b5f4e0292a0b",
      "parents": [
        "9b40ed088bb14ebed30540b19d5c417dc4d9d528"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Mon May 21 00:17:22 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:15 2007 -0400"
      },
      "message": "Input: aiptek - remove vendor and product attributes from sysfs\n\nThey are already exported by input core; there is no need to do it twice.\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "9b40ed088bb14ebed30540b19d5c417dc4d9d528",
      "tree": "653f2254e6bdcd43765ea17460d8a5d63ca57434",
      "parents": [
        "aea6a46122a0ce65a831fd93cac6d2084ac666f9"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Mon May 21 00:17:12 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue Jul 10 00:35:15 2007 -0400"
      },
      "message": "Input: aiptek - do not try to export associated event device\n\nDo not try to export via sysfs associated event device - it does not\nwork when evdev is a module that is loaded after aiptek; also it pokes\ntoo deply into input core internals.\n\nUserspace should rely on udev to set up permanent device name for\nthe tablet.\n\nSigned-off-by: Rene van Paassen \u003crene.vanpaassen@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "7a86edef395576f69d2513c62aea7c966043bc8d",
      "tree": "e0c2a8fb6275457b9b3c89c3701abba75a28e93d",
      "parents": [
        "faa2fb4e67775101a5c46074fa24f0d81cdb4deb"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Tue May 15 20:36:20 2007 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue May 15 18:56:37 2007 -0700"
      },
      "message": "missing dependencies for USB drivers in input\n\nstuff that does select USB should depend on USB_ARCH_HAS_HCD, or we\u0027ll\nend up with unbuildable configs.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4104d13fe0194736393d97c88ee045fb689c783b",
      "tree": "1915a03fbad7541df368f0940387f0f15b7fc380",
      "parents": [
        "d2ada5597d33a9108acb2caf912f85cbc9caab1e"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Mon May 07 16:16:29 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Tue May 08 01:41:29 2007 -0400"
      },
      "message": "Input: move USB tablets under drivers/input/tablet\n\nThis will allow concentrating all input devices in one place\nin {menu|x|q}config.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    }
  ]
}
