projects
/
pub
/
USBasp.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅ next
Update Studio Integration DLL, to include package logging.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Host
/
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
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
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-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
2009-08-27
Dean Camera
Condensed SCSI command functions in the LowLevel Mass...
tree
|
commitdiff
2009-08-27
Dean Camera
Add check to Pipe_IsEndpointBound() in the Mass Storage...
tree
|
commitdiff
2009-08-27
Dean Camera
Simplified Host mode Mass Storage Class driver to reduc...
tree
|
commitdiff
2009-08-27
Dean Camera
Fix memory corruption in Host mode Mass Storage Class...
tree
|
commitdiff
2009-08-27
Dean Camera
Added new "Common" section to the class drivers, to...
tree
|
commitdiff
2009-08-27
Dean Camera
Minor documentation fixes to the completed Host mode...
tree
|
commitdiff
2009-08-27
Dean Camera
Completed initial Host mode Mass Storage class driver.
tree
|
commitdiff
2009-08-26
Dean Camera
Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCap...
tree
|
commitdiff
2009-08-26
Dean Camera
Add SCSICodes.h to the Class Driver Common folder,...
tree
|
commitdiff
2009-08-26
Dean Camera
Oops: Really disable building of Projects/Host/ClassDri...
tree
|
commitdiff
2009-08-26
Dean Camera
More work on the Mass Storage Host mode Class driver.
tree
|
commitdiff
2009-08-13
Dean Camera
Added CDC_Device_Flush() command to the CDC Device...
tree
|
commitdiff
2009-08-11
Dean Camera
Added flag to the HID report parser to indicate if...
tree
|
commitdiff
2009-08-11
Dean Camera
Add CDC Host class driver EVENT_CDC_Host_ControLineStat...
tree
|
commitdiff
2009-08-11
Dean Camera
Document CDC Host class driver functions and enums.
tree
|
commitdiff
2009-08-11
Dean Camera
Add new functions to the HID host class driver, refine...
tree
|
commitdiff
2009-08-11
Dean Camera
Fixed swapped paremeters in the HID state memory copy...
tree
|
commitdiff
2009-08-11
Dean Camera
Completion of initial CDC host mode class driver.
tree
|
commitdiff
2009-08-11
Dean Camera
Fix issue in CDC device class driver where received...
tree
|
commitdiff
2009-08-05
Dean Camera
Commit for 090810rc1 release.
tree
|
commitdiff
2009-07-28
Dean Camera
Fixed report data alignment issues in the MouseHostWith...
tree
|
commitdiff
2009-07-27
Dean Camera
State information for class drivers is now zeroed out...
tree
|
commitdiff
2009-07-27
Dean Camera
Collapse configuration descriptor size retrieval and...
tree
|
commitdiff
2009-07-27
Dean Camera
Change Host mode class driver Pipe configuration routin...
tree
|
commitdiff
2009-07-27
Dean Camera
Add new MouseHost Class Driver demo, unfinished, to...
tree
|
commitdiff
2009-07-26
Dean Camera
Corrected new Pipe_IsEndpointBound() function.
tree
|
commitdiff
2009-07-16
Dean Camera
Added new TOTAL_NUM_CONFIGURATIONS option, removed...
tree
|
commitdiff
2009-07-14
Dean Camera
Added module file dependancy information to the USB...
tree
|
commitdiff
2009-07-13
Dean Camera
Added new HOST_STATE_WaitForDeviceRemoval host state...
tree
|
commitdiff
2009-06-28
Dean Camera
Added const modifiers to device mode class drivers.
tree
|
commitdiff
2009-06-26
Dean Camera
Reduce struct name pollution - group typedef struct...
tree
|
commitdiff
2009-06-26
Dean Camera
Optimize vendor/product description string display...
tree
|
commitdiff
2009-06-23
Dean Camera
Pipe_ConfigurePipe() now automatically defaults IN...
tree
|
commitdiff
2009-06-20
Dean Camera
Added USE_INTERNAL_SERIAL compile time option to automa...
tree
|
commitdiff
2009-06-19
Dean Camera
Extend USB_GetDeviceConfigDescriptor() routine to requi...
tree
|
commitdiff
2009-06-19
Dean Camera
Re-add in simple scheduler for compatibility with legac...
tree
|
commitdiff
2009-06-18
Dean Camera
Break device mode class driver interfaces into seperate...
tree
|
commitdiff
2009-06-15
Dean Camera
Fixed broken HIDReportParser.c.
tree
|
commitdiff
2009-06-15
Dean Camera
More Doxygen fixes - ensure no undocumented function...
tree
|
commitdiff
2009-06-15
Dean Camera
Enhanced class drivers to use the same public/private...
tree
|
commitdiff
2009-06-14
Dean Camera
Add host mode USB Class driver stubs, add beginnings...
tree
|
commitdiff
2009-06-01
Dean Camera
Commit of new class abstraction APIs for all device...
tree
|
commitdiff