aboutsummaryrefslogtreecommitdiff
path: root/rmidevice/hiddevice.cpp
AgeCommit message (Expand)Author
2015-09-10HIDDevice::Write: return number of bytes of data writtenAndrew Duggan
2015-09-10HIDDevice::GetAttentionReport: Fix copying of attention dataAndrew Duggan
2015-09-10HIDDevice::Read: Check that the bytes reported by the report match what we ex...Andrew Duggan
2015-09-10HIDDevice: WriteDeviceNameToFile: check lengths, close return valueAndrew de los Reyes
2015-09-10HIDDevice::GetReport: Fix count for split readsAndrew de los Reyes
2015-09-10HIDDevice::Read: Fix possible out of bounds accessAndrew de los Reyes
2015-09-10HIDDevice::ParseReportSizes: check for valid descriptorsAndrew de los Reyes
2015-09-10validate m_*Report lengthsAndrew de los Reyes
2015-05-07Fix build warning on ARM and some cleanup.Andrew Duggan
2015-05-06Print protocol specific information about a deviceAndrew Duggan
2015-05-06Allow rebinding of the transport device to force a reload of the HID descriptorsAndrew Duggan
2014-11-10Change GetReport to only read one report at a time and remove HIDDevice's att...Andrew Duggan
2014-07-07Ensure the hidraw device has a Synaptics vendor id before opening and in rmi4...Andrew Duggan
2014-07-01Used signed variables to store the result from read/write.Andrew Duggan
2014-06-18Parse the size of the HID reports from the HID Report Descriptor.Andrew Duggan
2014-04-29Add additional commands to rmihidtool and allow them to be set from the comma...Andrew Duggan
2014-04-16Update copyright notices.Andrew Duggan
2014-04-03Add support for compiling for Android.Andrew Duggan
2014-04-03Initial commitAndrew Duggan