scrcpy/app/src/usb
Romain Vimont a1e12f1dc3 Embed HID event data
In the implementation, an HID event is at most 8 bytes. Embed the data
in the HID event structure to avoid allocations and simplify the code.
2024-02-25 18:33:02 +01:00
..
aoa_hid.c Embed HID event data 2024-02-25 18:33:02 +01:00
aoa_hid.h Embed HID event data 2024-02-25 18:33:02 +01:00
hid_keyboard.c Embed HID event data 2024-02-25 18:33:02 +01:00
hid_keyboard.h Move AOA/HID code to usb/ 2022-01-27 23:35:34 +01:00
hid_mouse.c Embed HID event data 2024-02-25 18:33:02 +01:00
hid_mouse.h Move AOA/HID code to usb/ 2022-01-27 23:35:34 +01:00
scrcpy_otg.c Introduce --keyboard and --mouse 2024-02-25 18:33:01 +01:00
scrcpy_otg.h Add specific exit code for device disconnection 2022-03-06 22:19:46 +01:00
screen_otg.c Revert "Make OTG window resizable" 2022-04-28 20:45:46 +02:00
screen_otg.h Apply requested window size in OTG mode 2022-04-28 19:18:09 +02:00
usb.c Make sc_usb_devices_destroy() static 2023-10-23 15:39:19 +02:00
usb.h Report USB device disconnection when detected 2022-02-20 17:38:14 +01:00