-
- Downloads
Added multiple Report ID support to the HID class driver. Removed OUT endpoint...
Added multiple Report ID support to the HID class driver. Removed OUT endpoint support from HID driver (all OUT reports are now processed through control requests) as a seperate endpoint had issues with determining the exact output report length.
Showing
- Demos/Device/GenericHID/Descriptors.c 1 addition, 11 deletionsDemos/Device/GenericHID/Descriptors.c
- Demos/Device/GenericHID/Descriptors.h 0 additions, 4 deletionsDemos/Device/GenericHID/Descriptors.h
- Demos/Device/GenericHID/GenericHID.c 3 additions, 5 deletionsDemos/Device/GenericHID/GenericHID.c
- Demos/Device/GenericHID/GenericHID.h 2 additions, 2 deletionsDemos/Device/GenericHID/GenericHID.h
- Demos/Device/Joystick/Joystick.c 3 additions, 2 deletionsDemos/Device/Joystick/Joystick.c
- Demos/Device/Joystick/Joystick.h 2 additions, 2 deletionsDemos/Device/Joystick/Joystick.h
- Demos/Device/Keyboard/Descriptors.c 1 addition, 11 deletionsDemos/Device/Keyboard/Descriptors.c
- Demos/Device/Keyboard/Descriptors.h 0 additions, 4 deletionsDemos/Device/Keyboard/Descriptors.h
- Demos/Device/Keyboard/Keyboard.c 3 additions, 5 deletionsDemos/Device/Keyboard/Keyboard.c
- Demos/Device/Keyboard/Keyboard.h 2 additions, 2 deletionsDemos/Device/Keyboard/Keyboard.h
- Demos/Device/KeyboardMouse/Descriptors.c 1 addition, 11 deletionsDemos/Device/KeyboardMouse/Descriptors.c
- Demos/Device/KeyboardMouse/Descriptors.h 0 additions, 4 deletionsDemos/Device/KeyboardMouse/Descriptors.h
- Demos/Device/KeyboardMouse/KeyboardMouse.c 3 additions, 8 deletionsDemos/Device/KeyboardMouse/KeyboardMouse.c
- Demos/Device/KeyboardMouse/KeyboardMouse.h 2 additions, 2 deletionsDemos/Device/KeyboardMouse/KeyboardMouse.h
- Demos/Device/Mouse/Mouse.c 3 additions, 2 deletionsDemos/Device/Mouse/Mouse.c
- Demos/Device/Mouse/Mouse.h 2 additions, 2 deletionsDemos/Device/Mouse/Mouse.h
- LUFA/Drivers/USB/Class/Device/CDC.c 1 addition, 1 deletionLUFA/Drivers/USB/Class/Device/CDC.c
- LUFA/Drivers/USB/Class/Device/CDC.h 23 additions, 7 deletionsLUFA/Drivers/USB/Class/Device/CDC.h
- LUFA/Drivers/USB/Class/Device/HID.c 13 additions, 32 deletionsLUFA/Drivers/USB/Class/Device/HID.c
- LUFA/Drivers/USB/Class/Device/HID.h 24 additions, 5 deletionsLUFA/Drivers/USB/Class/Device/HID.h
Loading
Please register or sign in to comment