)]}'
{
  "commit": "a80b83b7b8456e9b475346c2e01d7e210883208c",
  "tree": "fb05acce28923e0e62b1b13cd39b9e1eee9bd0ae",
  "parents": [
    "4065d1e7b2164cff4af57b58fac887df2fe75d2a"
  ],
  "author": {
    "name": "John Stultz",
    "email": "john.stultz@linaro.org",
    "time": "Fri Feb 03 00:19:07 2012 -0800"
  },
  "committer": {
    "name": "Dmitry Torokhov",
    "email": "dmitry.torokhov@gmail.com",
    "time": "Fri Feb 03 00:24:58 2012 -0800"
  },
  "message": "Input: add infrastructure for selecting clockid for event time stamps\n\nAs noted by Arve and others, since wall time can jump backwards, it is\ndifficult to use for input because one cannot determine if one event\noccurred before another or for how long a key was pressed.\n\nHowever, the timestamp field is part of the kernel ABI, and cannot be\nchanged without possibly breaking existing users.\n\nThis patch adds a new IOCTL that allows a clockid to be set in the\nevdev_client struct that will specify which time base to use for event\ntimestamps (ie: CLOCK_MONOTONIC instead of CLOCK_REALTIME).\n\nFor now we only support CLOCK_MONOTONIC and CLOCK_REALTIME, but\nin the future we could support other clockids if appropriate.\n\nThe default remains CLOCK_REALTIME, so we don\u0027t change the ABI.\n\nSigned-off-by: John Stultz \u003cjohn.stultz@linaro.org\u003e\nReviewed-by: Daniel Kurtz \u003cdjkurtz@google.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "76457d50bc3493e351c40fbe5b667d1b2e33ff6a",
      "old_mode": 33188,
      "old_path": "drivers/input/evdev.c",
      "new_id": "c17409742999e9376e4b3334306d10b056c79bd6",
      "new_mode": 33188,
      "new_path": "drivers/input/evdev.c"
    },
    {
      "type": "modify",
      "old_id": "3862e32c4eeb38076d4768c70a958a7b58dd6cf8",
      "old_mode": 33188,
      "old_path": "include/linux/input.h",
      "new_id": "177261ea6f5216b3c228c804e18f5e1101df5e4e",
      "new_mode": 33188,
      "new_path": "include/linux/input.h"
    },
    {
      "type": "modify",
      "old_id": "2b021b0e8507e7e4f9951780c88877bb2d4d56bd",
      "old_mode": 33188,
      "old_path": "kernel/time/timekeeping.c",
      "new_id": "16947999475505e47895beebd7b290ea873bfc26",
      "new_mode": 33188,
      "new_path": "kernel/time/timekeeping.c"
    }
  ]
}
