1
0
Commit Graph

145 Commits

Author SHA1 Message Date
Kai Ryu
4cf7e9fd7b Merge remote-tracking branch 'upstream/master'
Conflicts:
	.gitignore
	common.mk
	common/action_util.c
2014-11-25 11:06:28 +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
Kai Ryu
314746dc8c Merge remote-tracking branch 'upstream/master'
Conflicts:
	common/action_util.c
2014-07-23 13:15:19 +09: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
Kai Ryu
f46568ca0a Merge remote-tracking branch 'upstream/master' 2014-05-07 11:16:59 +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
Kai Ryu
5977267388 Add PS2 mouse support for gh60 2014-04-08 18:05:39 +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
Benjamin Gould
a28376e930 changed tabs to spaces in bluefruit.c 2013-11-27 00:32:20 -05:00
Benjamin Gould
0b5af532ed Added bluefruit protocol and converter for 70% M 2013-11-27 00:24:57 -05:00
tmk
00c71f2d21 Fix ps2_host_recv_response 2013-11-26 14:31:57 +09:00
tmk
084bdb977e Add ps2_busywait.c and recfactor PS/2 protocol 2013-11-25 17:43:26 +09:00
tmk
5e04455b08 Merge branch 'ps2_mouse_fix' 2013-11-21 13:01:47 +09:00
tmk
591c588079 Fix PS/2 USART version 2013-11-21 12:23:29 +09:00
tmk
20d283ea0c Fix interrupt version of ps2.c 2013-11-21 10:29:29 +09:00