aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-11Add command line option to reset the deviceAndrew Duggan
2015-05-11Merge pull request #7 from josephsih/masterAndrew Duggan
2015-05-07bump minor version to indicate that it can support multiple input report sizesAndrew Duggan
2015-05-07Update Android NDK version so I can keep using readlinkatAndrew Duggan
2015-05-07Fix build warning on ARM and some cleanup.Andrew Duggan
2015-05-07Rebind the driver when switching between bootloader and UI in case the size o...Andrew Duggan
2015-05-06Print protocol specific information about a deviceAndrew Duggan
2015-05-06Add option to rebind the driver from rmihidtool.Andrew Duggan
2015-05-06Allow rebinding of the transport device to force a reload of the HID descriptorsAndrew Duggan
2015-05-06Add a noReset flag to f54testJoseph Hwang
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-14Fix string parsing bugs which prevented write commands from working correctlyAndrew Duggan
2014-11-12Add a version numberAndrew Duggan
2014-11-10Check the interrupt sources in WaitforIdle to ensure F34 generated the interruptAndrew Duggan
2014-11-10Print the interrupt mask part of the function infoAndrew Duggan
2014-11-10Change GetReport to only read one report at a time and remove HIDDevice's att...Andrew Duggan
2014-10-08Stop printing attention reports if GetAttentionReport failsAndrew Duggan
2014-09-30Fix Android build errors in f54testAndrew Duggan
2014-09-30Revert "Remove f54test from Android build since it is currently not compatible"Andrew Duggan
2014-09-30Remove f54test from Android build since it is currently not compatibleAndrew Duggan
2014-09-30Merge pull request #6 from synasnoguchi/masterAndrew Duggan
2014-09-29Add f54 test functionsSatoshi Noguchi
2014-09-29Have interrupt register number and mask in RMIFunctionSatoshi Noguchi
2014-09-29Have register base addresses in 16 bit in RMIFunctionSatoshi Noguchi
2014-09-29Continue scanning the PDT even if we found a blank page when ScanPDT's option...Satoshi Noguchi
2014-09-29Add lockdown command line optionSatoshi Noguchi
2014-09-16Switch a few types to accommodate larger values.Andrew Duggan
2014-09-16Set the page before querying propertiesAndrew 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-05Product Info is essentially the major and minor version of the firmwareAndrew 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-14Use the make variable so that the correct make gets used.Andrew Duggan