diff options
author | tmk <nobody@nowhere> | 2013-11-28 16:02:29 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-11-28 16:02:29 +0900 |
commit | bc5b64d83259715667356770965a33aa620a8030 (patch) | |
tree | 074377caef4d838ac3890f39e9ff67f346aab506 /protocol/pjrc/usb.c | |
parent | 4e36159be226e544dfebbe06b1955261951209a4 (diff) | |
parent | 0b9c0f6012a90eeb8cced9feccf3a65d8b4e5535 (diff) | |
download | firmware-bc5b64d83259715667356770965a33aa620a8030.tar.gz firmware-bc5b64d83259715667356770965a33aa620a8030.tar.bz2 firmware-bc5b64d83259715667356770965a33aa620a8030.zip |
Merge branch 'ps2_keyboard_fix'
Diffstat (limited to 'protocol/pjrc/usb.c')
-rw-r--r-- | protocol/pjrc/usb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol/pjrc/usb.c b/protocol/pjrc/usb.c index 84c99972f..393b36f78 100644 --- a/protocol/pjrc/usb.c +++ b/protocol/pjrc/usb.c @@ -662,8 +662,9 @@ ISR(USB_GEN_vect) suspend_wakeup_init(); #ifdef SLEEP_LED_ENABLE sleep_led_disable(); -#endif + // NOTE: converters may not accept this led_set(host_keyboard_leds()); +#endif UDIEN |= (1<<SUSPE); UDIEN &= ~(1<<WAKEUPE); |