You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed the IPC backend used by virtual_hid_device_service from pqrs::local_datagram to pqrs::unix_domain_stream.
If you use virtual_hid_device_service::client, update both the daemon and client together.
Updated client_protocol_version from 5 to 6.
β‘οΈ Improvements
Improved virtual_hid_device_service communication to use request-response messaging.
Consolidated virtual HID device service status responses into a single get_status request.