From 56c80fecfb24fd4276e184a8ea55e8f082a90b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 5 Jan 2020 23:16:29 +0100 Subject: [PATCH] Add the trackpoint firmware to the firmware tarball. --- lib/agent | 2 +- scripts/package.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/agent b/lib/agent index b7ab5f32a..82fa32706 160000 --- a/lib/agent +++ b/lib/agent @@ -1 +1 @@ -Subproject commit b7ab5f32a93e0365a4975545d3b037cc84a44715 +Subproject commit 82fa3270660913929f48cda9f8ca09b1c8313cfc diff --git a/scripts/package.json b/scripts/package.json index 428777f88..4459efb94 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -42,6 +42,11 @@ "moduleId": 3, "name": "trackball-right", "source": "trackball/build_make/uhk_trackball.bin" + }, + { + "moduleId": 4, + "name": "trackpoint-right", + "source": "trackpoint/build_make/uhk_trackpoint.bin" } ] }