Maxim Devaev
|
8ef1545729
|
lint fix
|
2024-07-19 15:25:14 +03:00 |
|
Maxim Devaev
|
53c2d253f2
|
lint fix
|
2024-07-19 15:25:14 +03:00 |
|
Maxim Devaev
|
70484c046e
|
added noyito pseudo-hid relay
|
2024-07-19 15:25:14 +03:00 |
|
Maxim Devaev
|
06d656c6e0
|
style fix
|
2024-07-19 15:25:14 +03:00 |
|
aastein
|
107af57d4e
|
add parameter for mouse jiggler interval (#165)
* add jiggler_interval
* Update __init__.py
|
2024-07-19 15:25:13 +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 |
|
Maxim Devaev
|
5bb3488281
|
ldap auth: tls support
|
2023-04-20 17:27:02 +03:00 |
|
Maxim Devaev
|
1209ddeb8d
|
ldap auth module
|
2023-04-19 23:40:36 +03:00 |
|
Maxim Devaev
|
99e4615d38
|
lint fixes
|
2023-04-13 23:09:30 +03:00 |
|
Maxim Devaev
|
22db176ef0
|
removed aiofs
|
2023-03-22 04:44:07 +02:00 |
|
Maxim Devaev
|
1a2b70b2b0
|
decreased msd tick
|
2023-03-21 07:47:30 +02:00 |
|
Maxim Devaev
|
84563553b8
|
fixed msd parts api
|
2023-03-19 02:16:20 +02:00 |
|
Maxim Devaev
|
03ce7bfd2c
|
removed some msd api legacy
|
2023-03-18 03:40:57 +02:00 |
|
Maxim Devaev
|
18a8e5c9ef
|
msd parts api
|
2023-03-18 02:38:57 +02:00 |
|
Maxim Devaev
|
a594b574e8
|
msd tick every 3 seconds
|
2023-03-18 01:20:27 +02:00 |
|
Maxim Devaev
|
dbb9eda341
|
refactoring
|
2023-03-17 23:41:59 +02:00 |
|
Maxim Devaev
|
166cb8e3b7
|
removed _StorageState
|
2023-03-17 23:23:07 +02:00 |
|