tmk
d61201e5e4
Fix power saving while USB suspended
...
- doesn't pwoer save while Bluetooth turns on
2015-01-15 17:08:49 +09:00
tmk
0060034b6c
Fix lufa sendchar() infinite wait loop
...
- FrameNumber is not updated when adapter powered
- can be blocked in sendchar() when pluged into AC adapter
2015-01-15 17:08:48 +09:00
tmk
806a22efe2
Compensate timer during prower down
2015-01-15 17:08:48 +09:00
Jun Wako
3731921063
Fix ps2 protocol build using ps2_io.h
2015-01-04 17:21:43 +09:00
tmk
9dd9deac04
bluefruit, pjrc: Update protocols for new API
2015-01-03 12:09:41 +09:00
tmk
e8d098e7cf
[ps2,terminal_usb] Quick fix for build problem
2014-12-24 11:11:07 +09:00
Jun Wako
d59ab71485
Add USB Hub support
2014-12-10 23:52:38 +09:00
Jun Wako
66cfd88bd0
Add submodule legitimate USB_Host_Shield_2.0
2014-12-10 15:54:24 +09:00
Jun Wako
f2712ee19f
Remove submodule USB_Host_Shield_2.0
2014-12-10 15:20:32 +09:00
Jun Wako
3a5a865980
usb_usb: Update for new core layout
2014-12-05 09:59:08 +09:00
tmk
630e11e7c4
Fix endpoint buffer setting for AT90USB82/162.
2014-11-24 16:04:03 +09:00
tmk
b748f8575a
Merge branch 'rn42' into merge_rn42
...
Conflicts:
.gitignore
common.mk
common/debug_config.h
common/print.h
2014-11-24 13:50:33 +09:00
tmk
59fc299e15
USB initialize when plug-in during battery powered
2014-11-20 17:24:56 +09:00
Stefan Mark
c4607a3154
fixed vusb variant of converter ps2usb
2014-11-13 12:07:56 +01:00
tmk
11206ca42f
Fix typo of variable name
2014-09-24 15:52:31 +09:00
tmk
7ab4f120ee
Adhoc fix compile error of usb_usb
2014-09-22 10:42:20 +09:00
tmk
39804c7e99
Add option 7bit data to serial_soft.c
2014-08-26 17:39:04 +09:00
tmk
289c47fce0
Revert lufa/lufa.c
2014-08-26 17:35:16 +09:00
tmk
6804a4516e
Add flow control by firmware to serial_uart
2014-07-30 14:38:26 +09:00
tmk
77776156fb
Change buffer size: 256 bytes
2014-07-30 14:38:26 +09:00
tmk
54bb39d592
Add LED indicator support in mbed
2014-07-30 14:07:43 +09:00
tmk
daf232794e
Port ps2_usb to mbed
2014-07-30 14:07:43 +09:00
tmk
1b23028a38
Fix build files for mbed
2014-07-30 14:07:43 +09:00
Robin Haberkorn
bda1f1f707
updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and serial_mouse_mousesystems.c are new
2014-07-27 17:58:41 +02:00
Robin Haberkorn
1f822eb8a8
serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX macro
2014-07-27 17:38:32 +02:00
Robin Haberkorn
5e0bb51cb1
factored out serial_mouse_init() into serial_mouse.h
2014-07-27 17:38:31 +02:00
Robin Haberkorn
a9398c4c9b
integrated serial mouse drivers as a feature into the firmware architecture
...
* can be enabled by defining Makefile macro SERIAL_MOUSE_MICROSOFT_ENABLE or
SERIAL_MOUSE_MOUSESYSTEMS_ENABLE.
* Serial implementation can be chosen via SERIAL_MOUSE_USE_SOFT and
SERIAL_MOUSE_USE_UART macros
* UART configuration still has to be done in config.h: I added working clauses
for both mouse protocols to ps2_usb's config.h
2014-07-27 17:38:31 +02:00
Robin Haberkorn
d7899bd05f
added serial mouse driver for Microsoft and Mousesystems mice
...
* Both drivers use the interface defined in serial_mouse.h
* They should work with any UART implementation (hardware/software UART)
* The Microsoft driver is currently untested.
The Mousesystems driver is confirmed to work.
2014-07-27 16:23:23 +02:00
tmk
472603fe3e
Just ignore ADB Service Request
...
- to support Adjustable keyboard(composite device?)
2014-07-21 18:17:52 +09:00
tmk
b75ece52a2
Fix NKRO code when NKRO is disable
2014-07-20 00:31:40 +09:00
tmk
dd73ce4a6b
Fix debug print of ps2_mouse
2014-06-15 14:04:16 +09:00
tmk
6f66f9955c
Fix set LED for NKRO keyboard interface
2014-04-29 19:46:37 +09:00
tmk
81a928d9e3
Unused endpoint of console OUT is commentout'd
2014-04-29 19:45:01 +09:00
tmk
a1f49ff8c1
Fix remotewakeup of PJRC stack( Fix #121 )
...
- without this fix wakeup often fails
- keyboard can wakeup once or twice but fails after that
2014-04-28 16:41:35 +09:00
tmk
efc983a07d
Check if LUFA-git really exists( Fix #118 )
2014-04-28 08:55:07 +09:00
tmk
ca8de4f93d
NKRO is disable when SET_PROTOCOL(boot)
...
- Command can force to enable NKRO even when boot mode
- After boot keyboard may be in boot mode due to BIOS' request
2014-04-27 05:36:41 +09:00
tmk
b0a91cd565
Make NKRO deafult when it is available
...
- NKRO is used only when keyboard_protocol = 1(report)
2014-04-27 04:16:49 +09:00
tmk
4975e79845
Add LUFA git repository(release 140302)
2014-04-25 13:39:35 +09:00
tmk
82415ef515
Move macro definitions from lufa.c to lufa.h
2014-04-25 12:19:14 +09:00
tmk
7707f6ab10
Change LUFA build options
2014-04-24 11:26:06 +09:00
tmk
8b4822d40c
Return when ready check loop is timeouted( Fix #115 )
2014-04-22 01:37:32 +09:00
tmk
9dcb2b3a7e
Change PollingIntervalMS to 10ms( Fix #114 )
2014-04-21 12:18:12 +09:00
tmk
464caa1c31
Add doc 4704.txt and protocol comment
2014-02-10 11:05:18 +09:00
tmk
22e0d9785e
Change error no and clean debug code
2014-02-10 06:46:43 +09:00
tmk
4150bec5c9
Add Initial files of 4704_usb
2014-02-09 02:42:17 +09:00
Benjamin Gould
9ec861c7e0
Added NeXT keyboard converter
2014-01-06 17:07:10 -05:00
tmk
90cfee5191
Merge pull request #81 from bgould/master
...
Add support for Adafruit's Bluefruit
2013-11-27 23:23:08 -08:00
tmk
83634bfa2c
Add included header file and fix debug print
2013-11-28 14:44:59 +09:00
tmk
90c6f003ec
Add ps2_interrupt.c
2013-11-28 14:20:00 +09:00
tmk
7d193e2440
Add ps2_usart.c and fix set_led at USB wake
2013-11-28 11:31:48 +09:00