1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-13 20:48:42 +01:00
LibrePilot/ground/openpilotgcs/src/plugins/rawhid
2011-10-11 00:10:27 +02:00
..
pjrc_rawhid_mac.cpp Finally, a fix for the Mac UAVTalk issues: it was all caused by a wrong RunLoop pointer reference 2011-10-11 00:10:27 +02:00
pjrc_rawhid_unix.cpp OP-334 OP-332 Linux usb monitor working fine now, and rawhidplugin.cpp updated to use this new mechanism, no more polling thread opening the device every second! 2011-03-03 21:44:59 +00:00
pjrc_rawhid_win.cpp OP GCS/HID - BIG fix 2011-03-04 02:17:46 +00:00
pjrc_rawhid.h Finally, a fix for the Mac UAVTalk issues: it was all caused by a wrong RunLoop pointer reference 2011-10-11 00:10:27 +02:00
rawhid_const.h Cleaned up and made the pjrc modules purely C++ - they were a mix of C++ and static C functions and data :( ... although NOT altered the MAC code - someone who knows MAC code needs to do that. 2011-02-27 17:07:41 +00:00
rawhid_dependencies.pri build: Move openpilotgcs into its own subdirectory 2011-01-22 17:40:26 +00:00
rawhid_global.h build: Move openpilotgcs into its own subdirectory 2011-01-22 17:40:26 +00:00
rawhid.cpp OP-334 : reverted opening method in RawHID plugin, as the new pjrc_rawhid class does not play nice with the USBMonitor system in case several devices with the same PID/VID are present on the system (such as two PipX for example) 2011-03-13 13:03:11 +00:00
rawhid.h Upate RawHID plugin to cope with the new PID/VIDs 2011-03-09 18:55:06 +00:00
RawHID.pluginspec build: Move openpilotgcs into its own subdirectory 2011-01-22 17:40:26 +00:00
rawhid.pri OP-520 Change $$qtLibraryTarget to $$qtLibraryName 2011-08-04 15:17:08 +02:00
rawhid.pro OP-328 Stub for MacOS support of USB Monitor. 2011-03-07 20:38:34 +00:00
rawhidplugin.cpp OP356/GCS - Makes the dropbox show devices "friendly name". Type of connection and previous serial number accessible via tooltip. 2011-03-29 18:25:24 +00:00
rawhidplugin.h OP356/GCS - Makes the dropbox show devices "friendly name". Type of connection and previous serial number accessible via tooltip. 2011-03-29 18:25:24 +00:00
usbmonitor_linux.cpp Lower amount of debug output in Linux USB Monitor. 2011-03-26 11:57:16 +00:00
usbmonitor_mac.cpp Fix MacOS halt issues by using the USBMonitor to detect device re-insertion:wq: 2011-09-25 15:28:08 +02:00
usbmonitor_win.cpp OP-512 Remove some qDebug's 2011-05-31 15:41:05 +01:00
usbmonitor.h Bugfix: swapped ProductID in the USB constants!! 2011-03-31 20:16:40 +00:00