tmk
f9be56695b
adb_usb: Update table for unplugged device
2022-05-30 17:20:07 +09:00
tmk
442d05bebb
adb_usb: Move deivce to higher address
2022-05-30 17:20:07 +09:00
tmk
4a22b732ae
adb_usb: Check PSW pin at polling rate for debounce
2022-05-30 17:20:07 +09:00
tmk
3d6e5cd570
adb_usb: Poll R0 of unsupported device
2022-05-30 17:20:07 +09:00
tmk
ea36eeebda
adb_usb: Remove startup wait
...
It detects device dynamically with address resolution now, the wait
should not be needed.
2022-05-30 17:20:07 +09:00
tmk
1070cea940
adb_usb: Clean code
2022-05-30 17:20:07 +09:00
tmk
ca1af1a03f
adb_usb: Fix Address Resolution timing
...
- when there is no data transfer for 1000 ms
2022-05-30 17:20:07 +09:00
tmk
15b401a8f2
adb_usb: PSW pin support #735
2022-05-30 17:20:07 +09:00
tmk
781e2dfce9
adb_usb: Address resolution
2022-05-30 17:20:04 +09:00
tmk
27e6c8d6e0
ibmpc_usb: Update prebuilt firmware files
2022-05-29 00:10:13 +09:00
tmk
27178e9569
ibmpc_usb: Fix error handling #718
...
Error was not recovered properly when it happens before entering to LOOP state
2022-05-29 00:07:08 +09:00
tmk
29d59610e1
adb_usb: Update prebuilt firmware files
...
- Add support for JIS keyboard
2022-05-05 18:01:08 +09:00
tmk
755c6c90a5
adb_usb: Fix unimap for JIS
2022-05-05 17:51:24 +09:00
tmk
5f58dc4955
usb_usb: Update prebuilt firmware files
2022-05-05 14:29:52 +09:00
tmk
ce2d9b739a
adb_usb: Fix scan code for T and Y
2022-04-26 12:27:14 +09:00
tmk
694b1070aa
adb_usb: Add JIS layout support
2022-04-25 22:37:53 +09:00
tmk
6ef4a03087
adb_usb: Remove excess keymap layer
2022-04-25 22:37:52 +09:00
tmk
2a92acdd2b
adb_usb: Add support for JIS keys
2022-04-25 22:37:52 +09:00
tmk
9643a76b8e
adb_usb: Remove mouse acceleration
2022-04-25 22:26:21 +09:00
tmk
2ccdf7f6ff
adb_usb: Update prebuilt firmware files
...
- Fix for dumb devices(keypad) #733
- PSW support for NeXT keyboard #735
- Service Request(SRQ) support
- Change adb_host_kbd_led()
- Scan unsuppoted devices by SRQ
2022-04-25 20:09:09 +09:00
tmk
538a241ddc
adb_usb: Add PSW pin support #735
...
NeXT ADB keyboard Power key doesn't send scan code and only asserts PSW.
2022-04-25 20:07:46 +09:00
tmk
da230d3896
adb_usb: Scan unsupported devices with Reg0 by SRQ
2022-04-25 18:18:17 +09:00
tmk
0b3ee443ec
adb_usb: Clean mouse setup code
2022-04-24 19:27:40 +09:00
tmk
373706875e
adb_usb: Clean keyboard setup code
2022-04-24 19:27:40 +09:00
tmk
c3e86bd75c
adb_usb: Fix for devices that can't change address
...
Poll default address when Service Request is asserted
https://github.com/tmk/tmk_keyboard/issues/733
2022-04-24 19:02:54 +09:00
tmk
8b194db75d
next_usb: Update prebuilt firmware file
2022-04-17 08:54:20 +09:00
tmk
974c7887f4
next_usb: Update README
2022-04-17 08:33:57 +09:00
tmk
12cd162015
adb_usb Update prebuilt firmware files
...
- Disable mouse scroll wheel emulation by default
- Disable mouse acceleration by default
- Disable 16-bit USB HID mouse report by default
- 2-button mouse should work as it works on Mac OS9/OSX now.
Mouse supports:
Confirmed:
- Kensington Turbo Mouse 5
- Kensington Thinking Mouse
- Macally 2-button Mouse
- Logitech TrackMan/MouseMan(Prorietary)
- Logitech TrackMan/MouseMan(Extended)
- Contour Design Countour Mouse
Not confirmed yet:
- Microspeed MacTrac
- Mouse Systems A3 Mouse/Trackball
- CH Products Trackball Pro/DT225
2022-04-13 10:04:06 +09:00
tmk
0a27e77fba
adb_usb: Update README
2022-04-13 09:21:11 +09:00
tmk
d3807f41b9
adb_usb: Disable scroll wheel emulation
...
Just send plain mouse button event to
use mouse configuration utility on computer
2022-04-11 23:10:56 +09:00
tmk
ae183105bb
adb_usb: Disable 16-bit extended USB mouse report
...
16-bit extended report is not required in most devices.
Turbo Mouse 5 even uses range limited -126 to 126 for XY
2022-04-11 23:04:36 +09:00
tmk
13d57308be
adb_usb: Disable mouse acceleration
...
current mouse acceleration doesn't appear proper.
2022-04-11 23:02:46 +09:00
tmk
0c25a46dc8
adb_usb: Fix for weirdness of 2-button mouses #724
...
This ignores 'optional second button' in Apple Classic Mouse protocol
as Mac OS9 and OSX does. This is needed and useful in most cases.
NeXT ADB Mouse is an exception, this disables its right button.
You can disable this using `ADB_MOUSE_2ND_BUTTON_QUIRK` in config.h.
2022-04-11 22:18:01 +09:00
tmk
3a6fe4069d
adb_usb: Fix Apple Classic/Extended Mouse support
2022-04-11 21:42:11 +09:00
tmk
011fb9e731
adb_usb: Add Logitech Extended mouse support
2022-04-11 21:38:57 +09:00
tmk
2141d742ca
adb_usb: Add Mouse Systems A3 support
2022-04-11 21:21:44 +09:00
tmk
2080d391a7
adb_usb: Add Microspeed/Contour/CH Products support
2022-04-11 21:21:44 +09:00
tmk
64de561818
adb_usb: Add Logitech Mouseman/Trackman support
2022-04-11 21:21:44 +09:00
tmk
cf26ad4ae1
adb_usb: Add Macally2 support
...
adb_usb: Fix Macally2 signed integer
adb_usb: Keep `mouse_handler' until other shows up
https://elixir.bootlin.com/linux/v5.17/source/drivers/macintosh/adbhid.c#L1068
https://geekhack.org/index.php?topic=14290.msg3116799#msg3116799
2022-04-11 19:26:13 +09:00
tmk
eb2af86028
ibmpc_usb: Fix message about 5576/Televideo
2022-03-02 17:40:10 +09:00
tmk
4ffa771f0f
pc98: Fix glitch and reset signal
...
- Change order of setting PORT and DDR to prevent glitch
- RST pin cannot be controlled after USART starts
2022-02-14 17:32:38 +09:00
tmk
7fd2c6a666
ibmpc: Remove old unused files
2022-02-02 18:31:38 +09:00
tmk
57c3f4a63c
ibmpc_usb: Intellimouse fix #716
2022-02-02 00:45:46 +09:00
tmk
aa63f1c3cb
ibmpc_usb: Update prebuilt firmware files
2022-01-18 13:07:52 +09:00
tmk
ef29dcf1f0
usb_usb: Update for debug build
2021-11-19 14:29:46 +09:00
tmk
846a4a5323
adb_usb: Update prebuilt firmware files
...
- Initialize keyboard dynamically #671
Extended and ISO keyboard are properly setup even after hot-plug
- Mouse buttons state integration #101
This allows users to use mousekey buttons with ADB mouse
- Reset devices on startup
This restores devices to default state on warm startup like flashing firmware
- mouse extended 16-bit report support
- Add scroll wheel emulation #692
2021-11-17 23:51:08 +09:00
tmk
d0cddedcdc
adb_usb: Initialize keyboard dynamically #671
...
Extended and ISO keyboard are properly setup even after hot-plug
2021-11-17 23:49:12 +09:00
tmk
0de65d999d
adb_usb: Fix minor bug for Turbo Mouse again
2021-11-16 10:21:34 +09:00
tmk
f0bed03f26
ibmpc_usb: Update prebuilt firmware files
2021-11-15 11:39:19 +09:00
tmk
c205a56657
ibmpc_usb: Add support 80-prefixed codes
...
for Tandberg TDV 5020
https://github.com/tmk/tmk_keyboard/wiki/IBM-PC-AT-Keyboard-Protocol#tandberg-tdv-5020
https://github.com/tmk/tmk_keyboard/wiki/IBM-PC-Keyboard-Converter#tandberg-tdv-5020
2021-11-15 11:36:02 +09:00