aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Keyboard/Descriptors.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-19 15:01:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-19 15:01:57 +0000
commit7184153e5dc68e134d64cb16a1096ba9f1957964 (patch)
treefd041d57355f95756b0e297f2cac30c6b46821d8 /Demos/Keyboard/Descriptors.c
parent3ab07f0d93b5265b486711952c8a2eb8f464a4a6 (diff)
downloadlufa-7184153e5dc68e134d64cb16a1096ba9f1957964.tar.gz
lufa-7184153e5dc68e134d64cb16a1096ba9f1957964.tar.bz2
lufa-7184153e5dc68e134d64cb16a1096ba9f1957964.zip
Corrections to Keyboard and Mouse combined demos so that all modes (normal, interrupt, fully interrupt) work correctly.
Diffstat (limited to 'Demos/Keyboard/Descriptors.c')
-rw-r--r--Demos/Keyboard/Descriptors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Keyboard/Descriptors.c b/Demos/Keyboard/Descriptors.c
index 545f9611a..1f383ab08 100644
--- a/Demos/Keyboard/Descriptors.c
+++ b/Demos/Keyboard/Descriptors.c
@@ -163,7 +163,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
EndpointAddress: (ENDPOINT_DESCRIPTOR_DIR_IN | KEYBOARD_EPNUM),
Attributes: EP_TYPE_INTERRUPT,
EndpointSize: KEYBOARD_EPSIZE,
- PollingIntervalMS: 0x02
+ PollingIntervalMS: 0x04
},
KeyboardLEDsEndpoint:
@@ -173,7 +173,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
EndpointAddress: (ENDPOINT_DESCRIPTOR_DIR_OUT | KEYBOARD_LEDS_EPNUM),
Attributes: EP_TYPE_INTERRUPT,
EndpointSize: KEYBOARD_EPSIZE,
- PollingIntervalMS: 0x02
+ PollingIntervalMS: 0x04
}
};