aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Class/Host/HID.c
AgeCommit message (Collapse)Author
2009-09-17Added support for the officially recommended layout of the external ↵Dean
peripherals connected to the BUMBLEB board. Added flag to the HID Host Class driver to indicate the currently selected reporting protocol. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@827 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-09-17Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ↵Dean
return codes used in comparison to check for success. Add HID Host Class driver functions to set the report protocol, add more class driver documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@826 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-09-09Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out ↵Dean
standard descriptors into seperate USB_Descriptor_* and USB_StdDescriptor_* structures so that both can be used within the one project. Add guard to the HID Host Class driver SetProtocol command, to ensure that the device supports boot protocol mode before issuing the request. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@820 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-09-02Add StillImage Host Class Driver functions for opening and closing sessions. ↵Dean
Ensure IsActive is set on the interface to allow device functions to run. Fix spelling of "Received" in all source files where it is misspelt "Recieved". git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@809 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-30Added start of the Still Image Host Class driver demo and driver code.Dean
Re-enabled building of the Host mode demos ClassDriver directory. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@794 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-13Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean
Minor updates to the unfinished SideShow demo for clarity. Added unfinished MassStorageHost class driver demo. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@737 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-11Add new functions to the HID host class driver, refine HID interface ↵Dean
protocol matching. Remove stray state variable from the CDC host class driver. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@733 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-11Fixed swapped paremeters in the HID state memory copy call while processing ↵Dean
a HID PUSH item in the HID report parser. Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed. Make RNDIS device class driver include the CDC device class driver header, so that it can inherrit the required CDC functional descriptor macro. Make HID host class driver include the HID report parser. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@732 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-11Fix issue in CDC device class driver where received data the size of the ↵Dean
data endpoint could lock up the driver. Further work on the new CDC and HID host mode class drivers. Reset changelog et. al. to reset development information for the new version currently under development. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@730 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-05Commit for 090810rc1 release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@720 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-07-27State information for class drivers is now zeroed out during enumeration ↵Dean
(both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@689 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-07-27Change Host mode class driver Pipe configuration routines -- better to let ↵Dean
the application fetch the configuration descriptors once, and then pass them to each class driver in turn. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@687 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-07-27Add new MouseHost Class Driver demo, unfinished, to allow for better testing ↵Dean
of the new prototype Host Mode Class Driver framework. Flesh out start of a HID class Host mode class driver. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@686 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-14Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean
Split out common defines/types from class drivers into a seperate common class driver directory. Make central USB Class driver dispatch headers, used for both device and host modes. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@594 d5102386-fcda-11dd-9fdb-3debd5008f28