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
This commit is contained in:
parent
b690da7611
commit
cf26ad4ae1
2 changed files with 33 additions and 3 deletions
|
|
@ -95,6 +95,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#define ADB_HANDLER_CLASSIC2_MOUSE 0x02
|
||||
#define ADB_HANDLER_EXTENDED_MOUSE 0x04
|
||||
#define ADB_HANDLER_TURBO_MOUSE 0x32
|
||||
#define ADB_HANDLER_MACALLY2_MOUSE 0x42
|
||||
|
||||
|
||||
// ADB host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue