mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 11:01:53 +08:00
pico hid: ps/2 stubs
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
#define PH_O_IS_MOUSE_USB (PH_O_MOUSE(USB_ABS) || PH_O_MOUSE(USB_REL) || PH_O_MOUSE(USB_W98))
|
||||
#define PH_O_IS_MOUSE_USB_ABS (PH_O_MOUSE(USB_ABS) || PH_O_MOUSE(USB_W98))
|
||||
#define PH_O_IS_MOUSE_USB_REL PH_O_MOUSE(USB_REL)
|
||||
#define PH_O_IS_KBD_PS2 PH_O_KBD(PS2)
|
||||
#define PH_O_IS_MOUSE_PS2 PH_O_MOUSE(PS2)
|
||||
|
||||
|
||||
extern u8 ph_g_outputs_active;
|
||||
|
||||
Reference in New Issue
Block a user