aboutsummaryrefslogtreecommitdiff
path: root/rmidevice/hiddevice.h
AgeCommit message (Expand)Author
2022-03-01Parsing driver name instead of assigning oneDavid Chiu
2022-03-01Use the feature of toggling interrupts if it exists this feature report.David Chiu
2022-01-25Support toggle interrupts mask by setting feature reportDavid Chiu
2019-07-29Support reflashing on bootloader version 8.knockout
2018-09-06Workaround to check event maximum valueVincent Huang
2018-07-30Cache the transport device and use that when rebinding the driver and read al...Andrew Duggan
2018-07-10Use fixed width interger types to avoid sign extending bus, vendor, or produc...Andrew Duggan
2017-03-30For HID devices restore the original operating mode on closeAndrew Duggan
2016-05-17Filter device discovery based on device typeAndrew Duggan
2016-05-16Consolidate device discovery into the rmidevice libraryAndrew Duggan
2016-05-16Remove redundant enum in hiddevice.hAndrew Duggan
2015-10-16Use inotify to avoid races when rebinding the driverAndrew Duggan
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-25Add additional member variable initializationsAndrew 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-07Move some functions from HIDDevice to RMIDevice to better support multiple tr...Andrew Duggan
2014-04-03Initial commitAndrew Duggan