)]}'
{
  "commit": "f1f25cbe838f514c6bdbe762574e0e14538bdba8",
  "tree": "0aa4eb896f4a9f9fe6aa5a7232a459bdffa3fb4c",
  "parents": [
    "735b2ac12f69aaf408784ed251b9bd6319cfc62d"
  ],
  "author": {
    "name": "Byoungchan Lee",
    "email": "byoungchan.lee@gmx.com",
    "time": "Fri Nov 14 08:29:49 2025 +0900"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Nov 13 15:29:49 2025 -0800"
  },
  "message": "Fix Unisoc T618 Chipset Detection (#307)\n\nAdd support for uppercase \"UNISOC T\" prefix in `match_t` function to handle\ndevices like Samsung Galaxy Tab A8 (SM-X205N) that report \"UNISOC T618\"\ninstead of the expected mixed-case \"Unisoc T618\".\n\nThe function now explicitly matches both variants:\n- \"Unisoc T\" (mixed case, existing)\n- \"UNISOC T\" (uppercase, new)\n\nThis ensures proper chipset vendor detection on affected Samsung devices\nwhere the uppercase variant caused match failures.\n\nIncludes test case for \"UNISOC T618\" detection.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "216638630ab199f8117c38eefe1b7bd3b9be7fa8",
      "old_mode": 33188,
      "old_path": "src/arm/linux/chipset.c",
      "new_id": "4515bf555bb20ce7f1b0781ad6328e0461f3c501",
      "new_mode": 33188,
      "new_path": "src/arm/linux/chipset.c"
    },
    {
      "type": "modify",
      "old_id": "dec14cae57ac1d9a180679eb40522cf94d653dc7",
      "old_mode": 33188,
      "old_path": "test/name/proc-cpuinfo-hardware.cc",
      "new_id": "34abb2d0f1b31e15e7344a07743249d78c873108",
      "new_mode": 33188,
      "new_path": "test/name/proc-cpuinfo-hardware.cc"
    }
  ]
}
