aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add command line option to reset the deviceAndrew Duggan2015-05-111-1/+11
* Merge pull request #7 from josephsih/masterAndrew Duggan2015-05-111-5/+12
|\
| * Add a noReset flag to f54testJoseph Hwang2015-05-061-5/+12
* | bump minor version to indicate that it can support multiple input report sizesAndrew Duggan2015-05-071-2/+2
* | Update Android NDK version so I can keep using readlinkatAndrew Duggan2015-05-071-1/+1
* | Fix build warning on ARM and some cleanup.Andrew Duggan2015-05-072-5/+6
* | Rebind the driver when switching between bootloader and UI in case the size o...Andrew Duggan2015-05-071-14/+19
* | Print protocol specific information about a deviceAndrew Duggan2015-05-064-1/+21
* | Add option to rebind the driver from rmihidtool.Andrew Duggan2015-05-061-1/+10
* | Allow rebinding of the transport device to force a reload of the HID descriptorsAndrew Duggan2015-05-065-116/+202
|/
* bump the subminor verison to create a new release with some fixesAndrew Duggan2015-03-161-1/+1
* Add error message when the tool refuses to update the device if the firmware ...Andrew Duggan2015-03-161-0/+2
* Change m_imageSize to signed since it's value is set by the result of tellg andAndrew Duggan2015-03-162-2/+5
* Disable all interrupts not related to the update process before entering flas...Andrew Duggan2015-02-232-0/+17
* Fix string parsing bugs which prevented write commands from working correctlyAndrew Duggan2014-11-141-9/+6
* Add a version numberAndrew Duggan2014-11-121-1/+16
* Check the interrupt sources in WaitforIdle to ensure F34 generated the interruptAndrew Duggan2014-11-101-1/+1
* Print the interrupt mask part of the function infoAndrew Duggan2014-11-101-2/+4
* Change GetReport to only read one report at a time and remove HIDDevice's att...Andrew Duggan2014-11-104-61/+60
* Stop printing attention reports if GetAttentionReport failsAndrew Duggan2014-10-081-3/+5
* Fix Android build errors in f54testAndrew Duggan2014-09-302-1/+2
* Revert "Remove f54test from Android build since it is currently not compatible"Andrew Duggan2014-09-301-0/+10
* Remove f54test from Android build since it is currently not compatibleAndrew Duggan2014-09-301-10/+0
* Merge pull request #6 from synasnoguchi/masterAndrew Duggan2014-09-3017-19/+2844
|\
| * Add f54 test functionsSatoshi Noguchi2014-09-2910-0/+2789
| * Have interrupt register number and mask in RMIFunctionSatoshi Noguchi2014-09-294-3/+30
| * Have register base addresses in 16 bit in RMIFunctionSatoshi Noguchi2014-09-293-7/+7
| * Continue scanning the PDT even if we found a blank page when ScanPDT's option...Satoshi Noguchi2014-09-292-4/+7
| * Add lockdown command line optionSatoshi Noguchi2014-09-293-8/+14
|/
* Switch a few types to accommodate larger values.Andrew Duggan2014-09-162-7/+7
* Set the page before querying propertiesAndrew Duggan2014-09-161-0/+2
* Stop scanning the PDT if we find an specific function when ScanPDT's endFunc ...Andrew Duggan2014-08-133-3/+6
* rebind the driver when the device file is specified on the command lineAndrew Duggan2014-08-081-2/+10
* Add function to check if the device is in the bootloaderAndrew Duggan2014-08-083-0/+21
* Update comment since the second part of it was fixed by updating i2c-hid.c in...Andrew Duggan2014-08-051-6/+3
* Add an option to print a string describing the firmware version and build id.Andrew Duggan2014-08-051-1/+47
* Product Info is essentially the major and minor version of the firmwareAndrew Duggan2014-08-052-5/+9
* Fix constness in StripPathAndrew Duggan2014-08-052-3/+3
* allow inheriting compiler and tools if they are defined in the environmentAndrew Duggan2014-07-313-5/+5
* Unbind and rebind the driver to the device after firmware update so that the ...Andrew Duggan2014-07-313-3/+135
* Remove debugging flag.Andrew Duggan2014-07-303-3/+3
* Store product info in a short instead of a char array. The spec says it is tw...Andrew Duggan2014-07-302-7/+4
* Link against rt for versions of glibc before 2.17Andrew Duggan2014-07-291-1/+1
* Restructure firmware_image so that the firmware image checksum gets check bef...Andrew Duggan2014-07-293-30/+31
* Add additional member variable initializationsAndrew Duggan2014-07-255-6/+8
* Append flags to respect user's env settingsAndrew Duggan2014-07-223-8/+8
* Make -static build time configurableAndrew Duggan2014-07-142-2/+10
* Make makefile linking rules more consistent remove the LD indirection.Andrew Duggan2014-07-143-6/+4
* Use the standard environment variable name for preprocessor flags.Andrew Duggan2014-07-143-7/+7
* Use the make variable so that the correct make gets used.Andrew Duggan2014-07-141-7/+7