aboutsummaryrefslogtreecommitdiff
path: root/rmi4update/main.cpp
AgeCommit message (Collapse)Author
2021-05-20Update version for v1.3.5 releaseVincent Huang
2021-04-26Update version for v1.3.4 releaseAndrew Duggan
2020-12-31Update version for v1.3.3 releaseVincent Huang
2020-11-20Update version for v1.3.2 releaseVincent Huang
2020-10-23Update version for v1.3.1 releaseVincent Huang
2019-07-29Update version for v1.3.0 releaseAndrew Duggan
2019-07-29Support reflashing on bootloader version 8.knockout
2019-07-23Update version to v1.2.14Andrew Duggan
2019-07-23Print firmware version in decimal instead of hexAndrew Duggan
2018-09-06Update to version v1.2.13Andrew Duggan
2018-08-29update version to v1.2.12Andrew Duggan
2018-07-31update version to v1.2.11Andrew Duggan
2018-07-30Fix RMI4UPDATE_GETOPTSAndrew Duggan
2018-07-30Fix spacing in help textAndrew Duggan
2018-07-30Reset the device if firmware update failsAndrew Duggan
If there is a mismatch in the device information the tool will return an error but, this may leave the device in the bootloader. Reset the device before returning the error to place the device back into the UI (successful update already resets the device).
2018-07-27Add option to filter based on touchscreen or touchpadLeon Tu
2018-07-10update version to v1.2.10Andrew Duggan
2018-03-23update version to v1.2.9Andrew Duggan
2017-03-30update version to v1.2.8Andrew Duggan
2017-03-17update version to v1.2.7Andrew Duggan
2017-03-16Add support for devices which use bootloader v7Leon Tu
2016-06-13update version to v1.2.6Andrew Duggan
2016-05-19update version to v1.2.5Andrew Duggan
2016-05-17Switch to rmidevice's device discovery in rmi4updateAndrew Duggan
2016-04-07rmi4update: add option to print the config idAndrew Duggan
2016-03-31update version to v1.2.4Andrew Duggan
2016-02-23Update version numberAndrew Duggan
2015-10-26Update version numberAndrew Duggan
This verison uses inotify to get a notification when the new hidraw device is created.
2015-10-26Update the version numberAndrew Duggan
This release include the commit which retries if the hidraw device is not present.
2015-09-23After review bump the version to v1.2.0Andrew Duggan
2015-06-23bump subminor numberAndrew Duggan
2015-05-07bump minor version to indicate that it can support multiple input report sizesAndrew Duggan
2015-05-06Allow rebinding of the transport device to force a reload of the HID descriptorsAndrew Duggan
In some cases during firmware update the size of the input reports can change this commit allows for the unbinding and rebinding of the transport HID device to force a reload of the HID descriptors so that the new size if read by the HID transport drivers.
2015-03-16bump the subminor verison to create a new release with some fixesAndrew Duggan
2014-11-12Add a version numberAndrew Duggan
2014-09-29Add lockdown command line optionSatoshi Noguchi
2014-08-13Stop scanning the PDT if we find an specific function when ScanPDT's endFunc ↵Andrew Duggan
parameter is set
2014-08-08rebind the driver when the device file is specified on the command lineAndrew Duggan
2014-08-08Add function to check if the device is in the bootloaderAndrew Duggan
2014-08-05Update comment since the second part of it was fixed by updating i2c-hid.c ↵Andrew Duggan
in the kernel.
2014-08-05Add an option to print a string describing the firmware version and build id.Andrew Duggan
2014-07-31Unbind and rebind the driver to the device after firmware update so that the ↵Andrew Duggan
driver reinitializes based on the updated values and ensure the device is powered on.
2014-07-25Add additional member variable initializationsAndrew Duggan
2014-07-07Ensure the hidraw device has a Synaptics vendor id before opening and in ↵Andrew Duggan
rmi4update continue searching hidraw devices until we find an appropriate device that matches our image file.
2014-04-16Update copyright notices.Andrew Duggan
2014-04-07Return an error if the device or firmware image is missing from the command ↵Andrew Duggan
line.
2014-04-03Add support for compiling for Android.Andrew Duggan
2014-04-03Initial commitAndrew Duggan