Tom Hargreaves
b1603ba06e
add parens around args in MIDI_EVENT macro
2014-09-06 04:53:36 +01:00
Dean Camera
4d8ff75993
Add Dual MIDI device class driver demo application.
2014-08-31 21:27:35 +10:00
Dean Camera
0e68abcd4f
Fix overflow for RNDIS class driver responses when returning the adapter query list (thanks to Peter Mc Shane).
2014-08-31 20:14:48 +10:00
Bert van Hall
ffb5f7e3b3
Fix missing report IDs in feature reports
...
As it is the case for input reports, the ID has to be sent for feature
reports when a device has multiple reports implemented.
Signed-off-by: Bert van Hall <bert.vanhall@avionic-design.de>
2014-06-19 14:38:49 +02:00
Dean Camera
45f0971da5
Merge pull request #23 from mondalaci/add-further-scancodes
...
Fix typos and add new macros for HID keyboard scancodes.
2014-04-07 13:44:53 +02:00
László Monda
c0e32775f3
Fix typos and add new macros for HID keyboard scancodes.
2014-04-06 19:27:40 +02:00
Dean Camera
d8f36aa7a8
More fixes for incorrect return types/values.
2014-03-09 15:38:27 +11:00
Dean Camera
261284f5e1
Fix incorrect error codes returned on pip config failure in the host class drivers.
2014-03-05 21:41:45 +11:00
Dean Camera
e368a89987
Update copyrights for 2014.
2014-01-04 10:45:02 +11:00
Dean Camera
6eba84bf4b
Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the XMEGA architecture.
2013-11-05 22:16:15 +01:00
Dean Camera
3fc75f130b
Minor documentation improvements.
2013-10-27 18:16:07 +01:00
László Monda
ef1a4b750b
Use spaces instead of tabs wherever necessary to fix indentation.
2013-09-24 11:19:42 +02:00
László Monda
c41512c1e8
Use spaces instead of tabs where necessary to fix indentation.
2013-09-24 11:09:36 +02:00
Dean Camera
aded8373cc
Fixed error receiving PIMA events via the Still Image Host class driver.
2013-08-23 22:59:58 +02:00
Dean Camera
44bc433fb0
Fix code style in the HID parser module.
2013-08-23 21:42:51 +02:00
Dean Camera
179e18cf58
Prevent accessing past the UsageList bounds in the HID parser when dequeueing a usage.
2013-08-19 20:20:44 +02:00
Dean Camera
7941245122
Ensure core library documentation sections use unique IDs.
2013-06-01 21:55:31 +02:00
Dean Camera
f5882b875e
Fix HID descriptor mouse and joystick macros for integer multiples of 8 buttons.
2013-05-23 19:54:42 +02:00
Dean Camera
b5285c1411
Minor documentation improvements.
2013-05-22 22:33:35 +02:00
Dean Camera
8474262728
Simplify the Doxygen to Docbook XML transform.
2013-05-19 20:20:08 +02:00
Dean Camera
707934d9cb
Minor documentation improvements.
2013-05-12 12:04:58 +02:00
Dean Camera
0223c3668c
Update Android Accessory Class driver to be compatible with protocol version 2 devices.
2013-05-10 21:45:37 +02:00
Dean Camera
961da384f9
Add proper reset handling to the USB Printer Device Class driver.
2013-05-05 19:32:07 +00:00
Dean Camera
95ba6527a5
Add missing EVENT_PRNT_Device_SoftReset() public function prototype.
2013-05-05 19:13:56 +00:00
Dean Camera
9ccf3eafad
Add new Printer Device Class driver.
2013-05-05 19:07:20 +00:00
Dean Camera
188dea87e3
Oops - fix function prototype attribute.
2013-04-11 17:54:41 +00:00
Dean Camera
334f70aa80
Add some missing function attributes.
2013-04-11 17:39:00 +00:00
Dean Camera
7c3867da33
Added new CONCAT() and CONCAT_EXPANDED() convenience macros.
2013-04-06 22:07:54 +00:00
Dean Camera
09ae9ad004
Minor documentation improvements.
2013-04-04 20:29:40 +00:00
Dean Camera
d18f12bf42
Added additional MIDI command definitions to the MIDI class driver (thanks to Daniel Dreibrodt).
2013-03-28 14:59:19 +00:00
Dean Camera
31d3984d8d
Fixed Low Speed USB devices broken when using the library HID Class driver (thanks to Michael).
2013-03-23 12:01:25 +00:00
Dean Camera
03cdb09071
Minor documentation improvements.
2013-03-18 19:24:55 +00:00
Dean Camera
6dd4d0a9f1
Fixed incorrect HID report descriptor generated for 16-bit axis ranges by the HID_DESCRIPTOR_MOUSE() and HID_DESCRIPTOR_JOYSTICK() macros (thanks to Guillaume Germaine)
2013-03-17 13:52:12 +00:00
Dean Camera
e62e50c663
Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling routines, to prevent ejection errors on *nix systems due to an unknown SCSI command.
2013-03-09 10:59:53 +00:00
Dean Camera
fa2a8fca69
Fixed potential NULL pointer dereference in the HID Host mode Class Driver (thanks to Pavel Kuzmin).
2013-02-27 19:57:28 +00:00
Dean Camera
cfa48f5987
Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.
2013-02-24 15:46:58 +00:00
Dean Camera
300a05d6c6
Remove CPPCheck suppressions for unused functions, disable checking for them in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code.
2013-02-05 20:57:49 +00:00
Dean Camera
de0df8b162
Update copyright year to 2013.
2013-01-03 11:37:33 +00:00
Dean Camera
826a77e90c
Fixed maximum allowed keyboard key code usage of 0x65 rather than 0xFF for the HID_DESCRIPTOR_KEYBOARD() macro (thanks to David Monro)
2012-10-14 13:58:08 +00:00
Dean Camera
9a04475c23
Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN and HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN_AS400 and added a missing definition for HID_KEYBOARD_SC_APPLICATION (thanks to David Monro).
2012-10-14 11:51:57 +00:00
Dean Camera
eee252603b
Minor documentation improvements.
2012-10-05 20:22:19 +00:00
Dean Camera
5f6235b195
Fix missing briefs in the documentation for several modules, fix up invalid documentation references.
2012-09-19 18:43:56 +00:00
Dean Camera
e186907e39
Fixed lengthy timeouts in the USBtoSerial project if no application on the host is consuming data (thanks to Nicolas Saugnier).
...
Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers.
2012-09-16 18:18:07 +00:00
Dean Camera
7a51e97c3b
Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch.
2012-09-09 14:00:03 +00:00
Dean Camera
376160e2c0
Add human readable license information and add some missing module documentation briefs.
2012-09-01 22:08:59 +00:00
Dean Camera
badbca5791
Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set.
2012-07-22 13:32:39 +00:00
Dean Camera
ef06eefc8b
Add svn:eol-style property on all source files where it was missing. Fix line endings of all makefile, *.c and *.h files.
2012-06-21 20:27:00 +00:00
Dean Camera
c4ebddd27a
Add missing <math.h> include for the UC3 devices, hide CDC class driver stream functions for unsupported platforms.
2012-06-12 19:49:15 +00:00
Dean Camera
3808f5c36d
Spell check source code, fix mistakes.
2012-06-09 20:33:56 +00:00
Dean Camera
35564bb1a7
Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the UC3 devices (thanks to Andrew Chu).
2012-05-26 16:02:20 +00:00