aboutsummaryrefslogtreecommitdiff
path: root/rmi4update
AgeCommit message (Expand)Author
2015-05-06Allow rebinding of the transport device to force a reload of the HID descriptorsAndrew Duggan
2015-03-16bump the subminor verison to create a new release with some fixesAndrew Duggan
2015-03-16Add error message when the tool refuses to update the device if the firmware ...Andrew Duggan
2015-03-16Change m_imageSize to signed since it's value is set by the result of tellg andAndrew Duggan
2015-02-23Disable all interrupts not related to the update process before entering flas...Andrew Duggan
2014-11-12Add a version numberAndrew Duggan
2014-11-10Check the interrupt sources in WaitforIdle to ensure F34 generated the interruptAndrew Duggan
2014-09-29Add lockdown command line optionSatoshi Noguchi
2014-09-16Switch a few types to accommodate larger values.Andrew Duggan
2014-08-13Stop scanning the PDT if we find an specific function when ScanPDT's endFunc ...Andrew Duggan
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 in...Andrew Duggan
2014-08-05Add an option to print a string describing the firmware version and build id.Andrew Duggan
2014-08-05Fix constness in StripPathAndrew Duggan
2014-07-31allow inheriting compiler and tools if they are defined in the environmentAndrew Duggan
2014-07-31Unbind and rebind the driver to the device after firmware update so that the ...Andrew Duggan
2014-07-30Remove debugging flag.Andrew Duggan
2014-07-30Store product info in a short instead of a char array. The spec says it is tw...Andrew Duggan
2014-07-29Link against rt for versions of glibc before 2.17Andrew Duggan
2014-07-29Restructure firmware_image so that the firmware image checksum gets check bef...Andrew Duggan
2014-07-25Add additional member variable initializationsAndrew Duggan
2014-07-22Append flags to respect user's env settingsAndrew Duggan
2014-07-14Make -static build time configurableAndrew Duggan
2014-07-14 Make makefile linking rules more consistent remove the LD indirection.Andrew Duggan
2014-07-14Use the standard environment variable name for preprocessor flags.Andrew Duggan
2014-07-07Ensure the hidraw device has a Synaptics vendor id before opening and in rmi4...Andrew Duggan
2014-05-23Add support for v6 bootloaders and RMI F34 version 1Andrew Duggan
2014-05-06Keep going if attention times out, but print a message so that attn reports c...Andrew Duggan
2014-04-24Initialize member variable pointers to NULL in FirmwareImage.Andrew Duggan
2014-04-16Update copyright notices.Andrew Duggan
2014-04-07Return an error if the device or firmware image is missing from the command l...Andrew Duggan
2014-04-04Implement timing, this time in microseconds.Andrew Duggan
2014-04-03Add support for compiling for Android.Andrew Duggan
2014-04-03Initial commitAndrew Duggan