You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/src/usb
Romain Vimont 91485e2863 Extract keyboard HID handling
Split the keyboard implementation using AOA and the code handling HID
events, so that HID events can be reused for another protocol (UHID).

PR #4473 <https://github.com/Genymobile/scrcpy/pull/4473>
3 months ago
..
aoa_hid.c Extract HID events struct 3 months ago
aoa_hid.h Extract HID events struct 3 months ago
hid_mouse.c Extract HID events struct 3 months ago
hid_mouse.h Move AOA/HID code to usb/ 2 years ago
keyboard_aoa.c Extract keyboard HID handling 3 months ago
keyboard_aoa.h Extract keyboard HID handling 3 months ago
scrcpy_otg.c Extract keyboard HID handling 3 months ago
scrcpy_otg.h Add specific exit code for device disconnection 2 years ago
screen_otg.c Revert "Make OTG window resizable" 2 years ago
screen_otg.h Extract keyboard HID handling 3 months ago
usb.c Make sc_usb_devices_destroy() static 8 months ago
usb.h Report USB device disconnection when detected 2 years ago