projects
/
pub
/
USBasp.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fixed possible invalid program execution when in host mode if corrupt descriptor...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
/
HID.h
2011-02-20
Dean Camera
Start update of documentation to support possible multi...
blob
|
commitdiff
2011-02-19
Dean Camera
Add new ARCH option to the makefiles to (eventually...
blob
|
commitdiff
|
diff to current
2011-01-16
Dean Camera
Minor documentation corrections for the new HID report...
blob
|
commitdiff
|
diff to current
2011-01-16
Dean Camera
New HID report item macros (with HID_RI_ prefix) to...
blob
|
commitdiff
|
diff to current
2011-01-10
Dean Camera
Altered all endpoint/pipe stream transfers so that...
blob
|
commitdiff
|
diff to current
2011-01-08
Dean Camera
Minor documentation improvements.
blob
|
commitdiff
|
diff to current
2011-01-01
Dean Camera
Update copyright year on all source files.
blob
|
commitdiff
|
diff to current
2010-12-26
Dean Camera
Documentation improvements - put driver example code...
blob
|
commitdiff
|
diff to current
2010-11-05
Dean Camera
Renamed the EVENT_USB_Device_UnhandledControlRequest...
blob
|
commitdiff
|
diff to current
2010-10-28
Dean Camera
Changed over fourwalledcubicle.com links to the new...
blob
|
commitdiff
|
diff to current
2010-10-24
Dean Camera
All USB class drivers are now automatically included...
blob
|
commitdiff
|
diff to current
2010-10-13
Dean Camera
Clean up excessive whitespace at the end of each line...
blob
|
commitdiff
|
diff to current
2010-09-30
Dean Camera
Fix low level host mode demos not correctly fetching...
blob
|
commitdiff
|
diff to current
2010-09-28
Dean Camera
Move out many of the common class driver constants...
blob
|
commitdiff
|
diff to current
2010-07-21
Dean Camera
Add missing const qualifiers to class drivers.
blob
|
commitdiff
|
diff to current
2010-07-19
Dean Camera
Update makefiles to use the latest WinAVR/Atmel toolcha...
blob
|
commitdiff
|
diff to current
2010-07-13
Dean Camera
Added const attributes to some of the class driver...
blob
|
commitdiff
|
diff to current
2010-06-17
Dean Camera
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
blob
|
commitdiff
|
diff to current
2010-06-08
Dean Camera
Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLIN...
blob
|
commitdiff
|
diff to current
2010-06-03
Dean Camera
Minor documentation cleanups.
blob
|
commitdiff
|
diff to current
2010-05-29
Dean Camera
Fix spacing of the function parameter descriptions...
blob
|
commitdiff
|
diff to current
2010-05-09
Dean Camera
Add new ReportType parameter to the HID class driver...
blob
|
commitdiff
|
diff to current
2010-05-08
Dean Camera
Add svn:eol-style property to source files, so that...
blob
|
commitdiff
|
diff to current
2010-04-20
Dean Camera
Fixed HID Device Class Driver not allocating a temporar...
blob
|
commitdiff
|
diff to current
2010-03-29
Dean Camera
Add briefs for the library core structures.
blob
|
commitdiff
|
diff to current
2010-03-29
Dean Camera
Add file-level brief documentation.
blob
|
commitdiff
|
diff to current
2010-02-11
Dean Camera
Add more include protection macros to give the user...
blob
|
commitdiff
|
diff to current
2010-01-05
Dean Camera
Inline USB management functions in the Class drivers...
blob
|
commitdiff
|
diff to current
2010-01-04
Dean Camera
Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check...
blob
|
commitdiff
|
diff to current
2009-12-30
Dean Camera
Update copyright year to 2010.
blob
|
commitdiff
|
diff to current
2009-12-28
Dean Camera
Fix MIT license language to make its intent clearer.
blob
|
commitdiff
|
diff to current
2009-12-17
Dean Camera
Un-inline the SendAddress function in NVMTarget.c/...
blob
|
commitdiff
|
diff to current
2009-11-23
Dean Camera
Added new ReportType parameter to the HID Device Class...
blob
|
commitdiff
|
diff to current
2009-11-17
Dean Camera
Fix doxygen documentation - doxygen was getting confuse...
blob
|
commitdiff
|
diff to current
2009-11-09
Dean Camera
Spell check all source code variables, comments and...
blob
|
commitdiff
|
diff to current
2009-11-06
Dean Camera
Add optional double-banking support to the Device mode...
blob
|
commitdiff
|
diff to current
2009-11-03
Dean Camera
Add const attribute to class driver APIs.
blob
|
commitdiff
|
diff to current
2009-10-26
Dean Camera
Make HID device class driver ignore the previous HID...
blob
|
commitdiff
|
diff to current
2009-10-08
Dean Camera
Add new MIDI Host Class driver to the library, and...
blob
|
commitdiff
|
diff to current
2009-09-20
Dean Camera
Added new Pipe_IsFrozen() macro to determine if the...
blob
|
commitdiff
|
diff to current
2009-09-17
Dean Camera
Fix Mass Storage Host Class driver GetMaxLUN command...
blob
|
commitdiff
|
diff to current
2009-08-27
Dean Camera
Added extra note about missing OUT endpoint configurati...
blob
|
commitdiff
|
diff to current
2009-08-26
Dean Camera
More work on the Mass Storage Host mode Class driver.
blob
|
commitdiff
|
diff to current
2009-08-16
Dean Camera
Added new EVENT_USB_Device_StartOfFrame() event, contro...
blob
|
commitdiff
|
diff to current
2009-08-05
Dean Camera
Renamed all library events to properly seperate out...
blob
|
commitdiff
|
diff to current
2009-07-31
Dean Camera
Fix demos based on the device mode HID class driver...
blob
|
commitdiff
|
diff to current
2009-07-30
Dean Camera
Add new HID_Device_MillisecondElapsed() function to...
blob
|
commitdiff
|
diff to current
2009-07-30
Dean Camera
Ensure that the previous HID reports in the HID device...
blob
|
commitdiff
|
diff to current
2009-07-30
Dean Camera
Fix to HID device mode Class driver, so that new report...
blob
|
commitdiff
|
diff to current
2009-07-27
Dean Camera
State information for class drivers is now zeroed out...
blob
|
commitdiff
|
diff to current
2009-07-14
Dean Camera
Added module file dependancy information to the USB...
blob
|
commitdiff
|
diff to current
2009-06-28
Dean Camera
Added const modifiers to device mode class drivers.
blob
|
commitdiff
|
diff to current
2009-06-26
Dean Camera
Reduce struct name pollution - group typedef struct...
blob
|
commitdiff
|
diff to current
2009-06-19
Dean Camera
Clean up RNDIS demo type define names.
blob
|
commitdiff
|
diff to current
2009-06-18
Dean Camera
Break device mode class driver interfaces into seperate...
blob
|
commitdiff
|
diff to current
2009-06-15
Dean Camera
Enhanced class drivers to use the same public/private...
blob
|
commitdiff
|
diff to current
2009-06-14
Dean Camera
Add host mode USB Class driver stubs, add beginnings...
blob
|
commitdiff
|
diff to current
2009-06-11
Dean Camera
Changed to new device mode Class Driver function name...
blob
|
commitdiff
|
diff to current
2009-06-09
Dean Camera
Deleted Host ClassDriver demos -- not yet started,...
blob
|
commitdiff
|
diff to current
2009-06-08
Dean Camera
Completed documentation of the HID device class driver.
blob
|
commitdiff
|
diff to current
2009-06-08
Dean Camera
Finished CDC device class driver documentation.
blob
|
commitdiff
|
diff to current
2009-06-05
Dean Camera
Synchronise with the 090605 release.
blob
|
commitdiff
|
diff to current
2009-06-05
Dean Camera
Added multiple Report ID support to the HID class drive...
blob
|
commitdiff
|
diff to current
2009-06-04
Dean Camera
Added Doxygen documentation to the Audio class driver...
blob
|
commitdiff
|
diff to current
2009-06-04
Dean Camera
Minor documentation page updates.
blob
|
commitdiff
|
diff to current
2009-06-02
Dean Camera
Removed new Start of Frame event from the library;...
blob
|
commitdiff
|
diff to current
2009-06-01
Dean Camera
Commit of new class abstraction APIs for all device...
blob
|
commitdiff
|
diff to current