Commit graph

25 commits

Author SHA1 Message Date
htrefil
416e213478 Clarify comment 2020-10-28 20:04:22 +01:00
htrefil
d071f7d89c Upgrade to tokio 0.3 2020-10-28 19:50:05 +01:00
htrefil
ed7d5bcf06 Implement libevdev event management 2020-10-28 19:45:49 +01:00
htrefil
68fa721095 Implement libevdev event reading 2020-10-25 19:37:18 +01:00
htrefil
5e2e7becb4 Gut input crate 2020-10-25 18:35:50 +01:00
htrefil
033594e302 Fix setup 2020-10-25 18:25:41 +01:00
htrefil
b0ee595ce8 Remove redundant literal suffix 2020-10-25 18:21:59 +01:00
htrefil
f845ecc384 Don't write timestamps 2020-10-25 18:00:01 +01:00
htrefil
cdbd4bab69 Fix EVIOCGRAB ioctl 2020-10-25 17:38:52 +01:00
htrefil
923b673563 Remove debug logging 2020-10-25 17:36:07 +01:00
htrefil
374e86ad47 Zero the uinput_setup structure 2020-10-24 20:44:08 +02:00
htrefil
435d384eeb Use SYN_REPORT 2020-10-24 20:23:46 +02:00
htrefil
9ae39a24b9 Destroy virtual device on exit 2020-10-24 19:52:37 +02:00
htrefil
197c8503cb Use std File instead of raw libc calls 2020-10-24 19:45:15 +02:00
htrefil
11e49ccf0d Rename uinput device to rkvm 2020-10-24 19:25:20 +02:00
htrefil
169da10ead Remove redundant type 2020-10-23 21:15:54 +02:00
htrefil
fa776c567c Fix active client handling 2020-10-23 21:11:30 +02:00
htrefil
35c83fbe55 Remove unneeded dependency 2020-10-23 20:36:59 +02:00
htrefil
32dc80ddeb Implement client and server 2020-10-23 19:47:57 +02:00
htrefil
8c55c00a5f Move enum Event to crate input, begin work on EventWriter 2020-09-17 17:49:23 +02:00
htrefil
b99f49115c Add back missing AsRawFd impl for AsyncFile 2020-09-17 17:42:42 +02:00
htrefil
7850736d64 Implement AsyncFile methods directly 2020-09-17 17:33:24 +02:00
htrefil
97492ae8c8 Implement AsRawFd for AsyncFile 2020-09-16 18:16:29 +02:00
htrefil
82c01ecfe4 Restructure code a bit 2020-09-16 18:13:41 +02:00
htrefil
989a1ab7e8 Initial commit 2020-09-16 18:04:18 +02:00