Skip to content

Commit

Permalink
Add the trackpoint firmware to the firmware tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Jan 5, 2020
1 parent 0f365c9 commit 56c80fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/agent
Submodule agent updated 28 files
+3 −3 package-lock.json
+1 −1 package.json
+7 −5 packages/uhk-agent/package-lock.json
+1 −3 packages/uhk-agent/src/models/tmp-firmware.ts
+21 −3 packages/uhk-agent/src/services/device.service.ts
+8 −1 packages/uhk-agent/src/util/get-package-json-from-path-async.ts
+1 −0 packages/uhk-agent/src/util/index.ts
+32 −0 packages/uhk-agent/src/util/sanity-check-firmware.ts
+1 −1 packages/uhk-agent/src/util/save-extract-firmware.ts
+4 −0 packages/uhk-common/src/models/config-sizes-info.ts
+1 −0 packages/uhk-common/src/models/index.ts
+2 −0 packages/uhk-common/src/util/ipcEvents.ts
+13 −6 packages/uhk-usb/src/uhk-operations.ts
+103 −3 packages/uhk-web/package-lock.json
+1 −1 packages/uhk-web/package.json
+8 −0 packages/uhk-web/src/app/components/device/configuration/device-configuration.component.html
+12 −4 packages/uhk-web/src/app/components/device/configuration/device-configuration.component.ts
+12 −0 packages/uhk-web/src/app/components/progressbar/uhk-progress-bar.component.html
+19 −0 packages/uhk-web/src/app/components/progressbar/uhk-progress-bar.component.scss
+19 −0 packages/uhk-web/src/app/components/progressbar/uhk-progress-bar.component.ts
+7 −0 packages/uhk-web/src/app/models/uhk-progress-bar-state.ts
+9 −0 packages/uhk-web/src/app/services/device-renderer.service.ts
+2 −0 packages/uhk-web/src/app/shared.module.ts
+24 −2 packages/uhk-web/src/app/store/actions/device.ts
+6 −0 packages/uhk-web/src/app/store/effects/device.ts
+19 −1 packages/uhk-web/src/app/store/index.ts
+21 −2 packages/uhk-web/src/app/store/reducers/device.ts
+4 −0 packages/uhk-web/src/styles.scss
5 changes: 5 additions & 0 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 56c80fe

Please sign in to comment.