385 Commits

Author SHA1 Message Date
Maxim Devaev
c02bc53bc4 msd: reload parts from inotify loop 2024-10-29 13:35:39 +02:00
Maxim Devaev
546ac24b93 msd reset now leads to inotify restart 2024-10-29 11:01:18 +02:00
Maxim Devaev
2195acf2ff Don't watch inotify modify events because they fires on every write() 2024-10-28 17:20:13 +02:00
Maxim Devaev
60f413c1f4 refactoring 2024-10-28 10:46:12 +02:00
Maxim Devaev
a84242c9bc AioExclusiveRegion API is sync now 2024-10-26 15:51:33 +03:00
Maxim Devaev
399712c684 refactoring 2024-10-24 03:05:46 +03:00
Maxim Devaev
cda32a083f new events model 2024-10-21 17:46:59 +03:00
Maxim Devaev
b67a232584 copy some msd dicts to avoid changing 2024-10-19 09:25:20 +03:00
Maxim Devaev
7a53f14456 refactoring 2024-09-18 04:37:43 +03:00
Maxim Devaev
3837e1a1c8 Simplified inotify API 2024-08-25 01:24:12 +03:00
Maxim Devaev
c9405efa05 lint fix 2024-08-19 01:06:00 +03:00
Maxim Devaev
ea285e3fec lint fix 2024-07-08 05:37:53 +03:00
Maxim Devaev
01fff2c7a9 lint fix 2024-05-18 14:33:59 +03:00
Maxim Devaev
1c50c873c3 added noyito pseudo-hid relay 2024-05-12 04:42:11 +03:00
Maxim Devaev
ceebac9485 style fix 2024-04-16 00:37:50 +03:00
aastein
039348a0d9
add parameter for mouse jiggler interval (#165)
* add jiggler_interval

* Update __init__.py
2024-04-16 00:33:49 +03:00
Maxim Devaev
ce62d711c1 updated copyright date 2024-03-22 16:02:55 +02:00
Maxim Devaev
88fae53541 refactoring 2024-03-15 22:29:03 +02:00
Andrew Rabert
b9c47126ab
Add Extron USB & VGA plugin (#162) 2024-03-15 22:26:38 +02:00
Maxim Devaev
0b382c3d59 bitbang module 2024-02-09 22:49:17 +02:00
Maxim Devaev
af9c2f1f59 Issue pikvm/pikvm#1235: Fixed gadgets on UDC re-bind
After unbind and bind, the gadgets stop working,
unless we recreate their links in the profile.
Some kind of kernel bug.
2024-02-05 16:04:28 +02:00
Maxim Devaev
860fb03cf8 Another XH switch variation support
Co-authored-by: lumascet
2024-02-01 22:10:59 +02:00
Maxim Devaev
e28dec4e33 libgpiod 2.x api 2024-01-14 22:25:09 +02:00
Maxim Devaev
5241c0c579 improved jiggler 2023-10-30 18:20:57 +02:00
Maxim Devaev
981309d886 option to activate jiggler by default 2023-10-30 15:54:03 +02:00
Maxim Devaev
1f5ef39135 pikvm/pikvm#1116: fixed tesmart lag, making new tcp connection on every request 2023-10-26 22:10:46 +03:00
Maxim Devaev
1adf5c40cc disabled jiggler by default 2023-10-26 19:22:00 +03:00
Maxim Devaev
7bb5531100 option to disable jiggler 2023-10-26 08:28:18 +03:00
Maxim Devaev
4038754c37 pikvm/pikvm#57: Mouse jiggler 2023-10-23 08:10:19 +03:00
Maxim Devaev
cfc556f412 extra isinstance check 2023-09-28 02:09:57 +03:00
Vladimir Sukhonosov
0c4d21f204
check group name in ldap result (#150) 2023-09-28 01:52:30 +03:00
Maxim Devaev
21eddbde1c pico hid bridge mode 2023-08-25 12:35:28 +03:00
Maxim Devaev
61de01d892 msd: using .incomplete files instead of .complete 2023-08-19 06:21:32 +03:00
Maxim Devaev
92c3620a86 mcu hid: optional power detecting on the hid device 2023-08-06 03:36:54 +03:00
Maxim Devaev
c96057772c rp2040 hid 2023-08-03 05:47:27 +03:00
Maxim Devaev
8e2a528418 ch9329: reconnect logic 2023-07-31 01:53:33 +03:00
Maxim Devaev
2e6f0da141 ch9329: fixed int to byte conversion 2023-07-10 03:02:28 +03:00
Maxim Devaev
2730b11840 ch9329: using bytes instead of list[int] 2023-07-10 03:02:28 +03:00
Maxim Devaev
ce81c872ea ch9329: fixed mac issue (thanks @jacobb) 2023-07-10 03:02:28 +03:00
Maxim Devaev
5a36dec615 ch9329: removed unused params 2023-07-10 03:02:28 +03:00
Maxim Devaev
ee9ff3cd46 ch9329: fixed checksum 2023-07-10 03:02:28 +03:00
Maxim Devaev
be4269fe61 refactoring 2023-07-10 03:02:28 +03:00
Maxim Devaev
c584302587 ch9329: fixed rel mouse 2023-07-10 03:02:28 +03:00
Maxim Devaev
ddfe21d2b0 ch9329: fixed abs mouse 2023-07-10 03:02:28 +03:00
Maxim Devaev
ecf3faf984 refactoring 2023-07-10 03:02:28 +03:00
jacobbar
4220fe5908 fixes ch9329 plugin multiple keyboard keys (#123)
* Add ch9329 plugin

---------

Co-authored-by: Maxim Devaev <mdevaev@gmail.com>
2023-07-10 03:02:28 +03:00
jacobbar
6689008840 Adds CH9329 Serial to HID Plugin Support (#122)
* Add ch9329 plugin

* refactoring ch9329

* refactor ch9329 and cleanup

* refactoring

* fixing lint errors

* clarifying list type

* fix mouse multiple buttons

* remove unused var

---------

Co-authored-by: Maxim Devaev <mdevaev@gmail.com>
2023-07-10 03:02:28 +03:00
jacobbar
6e24efc81e Add CH9329 Serial to HID support (#121)
* Add ch9329 plugin

* refactoring ch9329

* refactor ch9329 and cleanup

* refactoring

* fixing lint errors

* clarifying list type
2023-07-10 03:02:28 +03:00
Maxim Devaev
a834c89ef3 copyright update 2023-05-27 12:41:22 +03:00
Maxim Devaev
b5353e63cd python 3.11 fixes 2023-05-04 12:37:05 +03:00