projects
/
pub
/
USBasp.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
More AVR32 achitecture ports.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
2010-02-24
Dean Camera
More AVR32 achitecture ports.
tree
|
commitdiff
2010-02-18
Dean Camera
Turn OFF double banking in the Webserver demo - leaving...
tree
|
commitdiff
2010-02-14
Dean Camera
Fix HID Host Class driver sending incorrect ReportType...
tree
|
commitdiff
2010-02-11
Dean Camera
Add more include protection macros to give the user...
tree
|
commitdiff
2010-02-09
Dean Camera
Fixed USB_GetHIDReportSize() returning the number of...
tree
|
commitdiff
2010-02-08
Dean Camera
Fix AVRISP-MKII clone project's TPI Chip Erase command...
tree
|
commitdiff
2010-02-07
Dean Camera
Added Keyboard LED report masks (KEYBOARD_LED_*) to...
tree
|
commitdiff
2010-02-07
Dean Camera
Added keyboard modifier masks (HID_KEYBOARD_MODIFER_...
tree
|
commitdiff
2010-02-01
Dean Camera
Fixed Pipe_IsEndpointBound() function not taking the...
tree
|
commitdiff
2010-01-28
Dean Camera
Be doubly-certain that the incomming CDC class driver...
tree
|
commitdiff
2010-01-25
Dean Camera
Fixed CDC and RNDIS host demos and class drivers -...
tree
|
commitdiff
2010-01-25
Dean Camera
Cleanup and partially fix AVRISP-MKII project's TPI...
tree
|
commitdiff
2010-01-12
Dean Camera
Fixed incorrect interface values in the VirtualSerialMo...
tree
|
commitdiff
2010-01-05
Dean Camera
Added support to the MIDI Class drivers for packed...
tree
|
commitdiff
2010-01-05
Dean Camera
Inline USB management functions in the Class drivers...
tree
|
commitdiff
2010-01-04
Dean Camera
Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check...
tree
|
commitdiff
2010-01-04
Dean Camera
Fix CDC blocking streams in Host mode locking up when...
tree
|
commitdiff
2010-01-04
Dean Camera
Fixed blocking CDC streams not aborting when the host...
tree
|
commitdiff
2010-01-03
Dean Camera
Clean up MassStorageKeyboard demo.
tree
|
commitdiff
2009-12-30
Dean Camera
Update copyright year to 2010.
tree
|
commitdiff
2009-12-28
Dean Camera
Fix MIT license language to make its intent clearer.
tree
|
commitdiff
2009-12-17
Dean Camera
Un-inline the SendAddress function in NVMTarget.c/...
tree
|
commitdiff
2009-12-16
Dean Camera
The SImage_Host_SendBlockHeader() and SImage_Host_Recei...
tree
|
commitdiff
2009-12-15
Dean Camera
Fix a bug in the Still Image Host Class driver where...
tree
|
commitdiff
2009-12-13
Dean Camera
Test with -Wextra, fix library warnings due to unused...
tree
|
commitdiff
2009-12-13
Dean Camera
Use -pedantic compile time option to find and correct...
tree
|
commitdiff
2009-12-09
Dean Camera
Increase timeout of Mass Storage and Still Image host...
tree
|
commitdiff
2009-12-04
Dean Camera
Fixed Mass Storage Host Class driver and Low Level...
tree
|
commitdiff
2009-12-04
Dean Camera
Fix double oops -- Host mode settle delay was still...
tree
|
commitdiff
2009-12-04
Dean Camera
Fix incorrect const'ness of the ReportItem parameter...
tree
|
commitdiff
2009-12-04
Dean Camera
Fixed HID Parser not distributing the Usage Min and...
tree
|
commitdiff
2009-11-30
Dean Camera
Added CDC_Host_Flush() function to the CDC Host Class...
tree
|
commitdiff
2009-11-29
Dean Camera
Add to the existing CDC Class Driver's CreateStream...
tree
|
commitdiff
2009-11-26
Dean Camera
Complete RNDIS Host Class driver code - add SendPacket...
tree
|
commitdiff
2009-11-26
Dean Camera
Remove documentation of deleted parameters from the...
tree
|
commitdiff
2009-11-26
Dean Camera
Fix RNDIS Device Class driver - RNDISConstants.h has...
tree
|
commitdiff
2009-11-26
Dean Camera
Added new RNDIS Host class driver and the beginnings...
tree
|
commitdiff
2009-11-25
Dean Camera
Fix typo in the StillImageHost LowLevel demo, and the...
tree
|
commitdiff
2009-11-25
Dean Camera
Fix build and Doxygen errors.
tree
|
commitdiff
2009-11-25
Dean Camera
Added new RNDISHost Host LowLevel demo. Fixed misnamed...
tree
|
commitdiff
2009-11-23
Dean Camera
Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigureP...
tree
|
commitdiff
2009-11-23
Dean Camera
Added new ReportType parameter to the HID Device Class...
tree
|
commitdiff
2009-11-23
Dean Camera
Fixed incorrect values for REPORT_ITEM_TYPE_* enum...
tree
|
commitdiff
2009-11-23
Dean Camera
The incomplete StandaloneProgrammer project now uses...
tree
|
commitdiff
2009-11-17
Dean Camera
Fix doxygen documentation - doxygen was getting confuse...
tree
|
commitdiff
2009-11-17
Dean Camera
Make RNDISHost demo validate the set Packet Filter...
tree
|
commitdiff
2009-11-15
Dean Camera
Cleanups to the MassStorage Device demos, and the MassS...
tree
|
commitdiff
2009-11-12
Dean Camera
Add blocking versions of the CDC Class driver streams...
tree
|
commitdiff
2009-11-12
Dean Camera
Add beginnings of a RNDIS Ethernet Host demo.
tree
|
commitdiff
2009-11-10
Dean Camera
Update CDC Class Driver character stream functions...
tree
|
commitdiff
2009-11-10
Dean Camera
Added new stream creation function to the CDC Class...
tree
|
commitdiff
2009-11-09
Dean Camera
Spell check all source code variables, comments and...
tree
|
commitdiff
2009-11-09
Dean Camera
Fixed HID host Class driver report send/receive report...
tree
|
commitdiff
2009-11-07
Dean Camera
Make Low Level host demos use void pointers for the...
tree
|
commitdiff
2009-11-07
Dean Camera
Add optional pipe double banking support to the Host...
tree
|
commitdiff
2009-11-06
Dean Camera
Add double banking property to LUFA powered projects...
tree
|
commitdiff
2009-11-06
Dean Camera
Add optional double-banking support to the Device mode...
tree
|
commitdiff
2009-11-04
Dean Camera
Add other missing Printer.h main class driver dispatch...
tree
|
commitdiff
2009-11-04
Dean Camera
Add missing Printer.h common class driver file.
tree
|
commitdiff
2009-11-04
Dean Camera
Added new Printer Host mode Class driver.
tree
|
commitdiff
2009-11-04
Dean Camera
Fixed HID report parser collection paths invalid due...
tree
|
commitdiff
2009-11-03
Dean Camera
Rename the AT90USBXXX67 internal driver directory to...
tree
|
commitdiff
2009-11-03
Dean Camera
Add const attribute to class driver APIs.
tree
|
commitdiff
2009-10-26
Dean Camera
Make HID device class driver ignore the previous HID...
tree
|
commitdiff
2009-10-26
Dean Camera
Make HID device class driver reselect the correct endpo...
tree
|
commitdiff
2009-10-08
Dean Camera
Add new MIDI Host Class driver to the library, and...
tree
|
commitdiff
2009-10-05
Dean Camera
Fix accidentally changed code breaking the HID descript...
tree
|
commitdiff
2009-10-03
Dean Camera
Changed Audio Class driver sample read/write functions...
tree
|
commitdiff
2009-09-30
Dean Camera
Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time...
tree
|
commitdiff
2009-09-30
Dean Camera
Fixed issue in the HID Host class driver's HID_Host_Sen...
tree
|
commitdiff
2009-09-30
Dean Camera
Removed mostly useless "TestApp" demo, as it was mainly...
tree
|
commitdiff
2009-09-28
Dean Camera
Fixed PrinterHost demo returning invalid Device ID...
tree
|
commitdiff
2009-09-24
Dean Camera
Doxygen fixes to \param directives to give data directi...
tree
|
commitdiff
2009-09-24
Dean Camera
Fix incorrect names for the HID Host protocol setting...
tree
|
commitdiff
2009-09-22
Dean Camera
Add new error condition to the HID Report Parser for...
tree
|
commitdiff
2009-09-21
Dean Camera
Add new attributes to the HID Report Parser and HID...
tree
|
commitdiff
2009-09-21
Dean Camera
Finish initial draft of the Host Mode HID Class driver.
tree
|
commitdiff
2009-09-21
Dean Camera
Add const qualifiers to Host mode Class drivers.
tree
|
commitdiff
2009-09-20
Dean Camera
Oops - Keyboard boot report structure should be an...
tree
|
commitdiff
2009-09-20
Dean Camera
Finish Class Driver MouseHost demo. Update HID Host...
tree
|
commitdiff
2009-09-20
Dean Camera
Added new Pipe_IsFrozen() macro to determine if the...
tree
|
commitdiff
2009-09-17
Dean Camera
Added support for the officially recommended layout...
tree
|
commitdiff
2009-09-17
Dean Camera
Fix Mass Storage Host Class driver GetMaxLUN command...
tree
|
commitdiff
2009-09-14
Dean Camera
Fixed MIDI Device Class driver not sending/receiving...
tree
|
commitdiff
2009-09-10
Dean Camera
Revert changed CDC_Device_Flush() prototype accidential...
tree
|
commitdiff
2009-09-10
Dean Camera
Prevent the CDC Device Class driver from sending empty...
tree
|
commitdiff
2009-09-09
Dean Camera
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
tree
|
commitdiff
2009-09-09
Dean Camera
Change HID report parser so that it can calculate and...
tree
|
commitdiff
2009-09-09
Dean Camera
Finish Still Image Host class driver.
tree
|
commitdiff
2009-09-06
Dean Camera
Changed Still Image Host class driver to auto-fill...
tree
|
commitdiff
2009-09-02
Dean Camera
Add StillImage Host Class Driver functions for opening...
tree
|
commitdiff
2009-09-02
Dean Camera
Add user-filtering to the HID report parser, so that...
tree
|
commitdiff
2009-09-01
Dean Camera
Changed HIDParser to only zero out important values...
tree
|
commitdiff
2009-09-01
Dean Camera
Added documentation for the constants and enums of...
tree
|
commitdiff
2009-09-01
Dean Camera
Fixed StillImageHost not correctly freezing and unfreez...
tree
|
commitdiff
2009-08-31
Dean Camera
Add return codes to the CDC Host Class driver String...
tree
|
commitdiff
2009-08-31
Dean Camera
Add extra check for OUT ZLP in the CDC Device Class...
tree
|
commitdiff
2009-08-30
Dean Camera
Remove deleted source files from the LUFA library makefile.
tree
|
commitdiff
2009-08-30
Dean Camera
Added start of the Still Image Host Class driver demo...
tree
|
commitdiff
2009-08-30
Dean Camera
Remove skeleton Audio and MIDI Host mode Class drivers...
tree
|
commitdiff
next