Maxim Devaev
e07e33494d
Bump version: 3.282 → 3.283
2023-12-05 19:45:09 +02:00
sparky3387
18e4949d1f
Update kvmd-udev-hdmiusb-check ( #154 )
...
This is to allow USB 3.0 Capture Cards to be used in the top USB port, this is to allow Macrosilicon's MS2130 to be used with PiKVM, when doing this it must also be switched to pixel format yuyv in the override.yaml
2023-12-05 13:15:16 +02:00
Maxim Devaev
070423dab0
Bump version: 3.281 → 3.282
2023-12-04 14:01:22 +02:00
Maxim Devaev
b36b83f74e
pikvm/pikvm#1122 : fixed incorrect en-gb keymap
2023-12-04 14:00:30 +02:00
Maxim Devaev
efc5b8fd0e
Bump version: 3.280 → 3.281
2023-12-03 12:47:01 +02:00
Maxim Devaev
a1b8a077ee
pikvm/pikvm#905 : streamer start/stop hooks
2023-12-03 12:44:18 +02:00
Maxim Devaev
b4b32a71e5
Bump version: 3.279 → 3.280
2023-12-03 01:18:13 +02:00
Maxim Devaev
24bdc81722
Bump version: 3.278 → 3.279
2023-12-03 01:12:34 +02:00
Maxim Devaev
8c45191853
pikvm/pikvm#1148 : workaround for clipboard on firefox
2023-12-03 01:11:39 +02:00
Maxim Devaev
cfac039eb4
Bump version: 3.277 → 3.278
2023-12-02 15:32:49 +02:00
Maxim Devaev
83d24169f5
kvmd-bootconfig: fixed route metrics between eth0/wlan0
2023-12-02 15:02:13 +02:00
Maxim Devaev
968fb41884
Bump version: 3.276 → 3.277
2023-12-01 10:25:45 +02:00
Maxim Devaev
0e1ba765a2
pikvm/pikvm#1174 : static wifi config support for kvmd-bootconfig
2023-11-28 16:07:44 +02:00
Maxim Devaev
36a61023d5
Bump version: 3.275 → 3.276
2023-11-20 07:22:50 +02:00
Maxim Devaev
0e42e10c29
lint fix
2023-11-20 07:08:13 +02:00
Maxim Devaev
627f7821ef
prettify seds
2023-11-20 06:27:02 +02:00
Maxim Devaev
73f1ebdcad
Bump version: 3.274 → 3.275
2023-11-17 23:33:25 +02:00
Maxim Devaev
71fe447335
disabled filter this_machine() in log viewer
2023-11-17 23:31:18 +02:00
Maxim Devaev
2b7d5960ca
run bootconfig before all kvmd services and wait for it
2023-11-17 23:25:09 +02:00
Maxim Devaev
cc3bec8d7e
Bump version: 3.273 → 3.274
2023-11-08 22:58:05 +02:00
Maxim Devaev
c02dd703b9
web: default hid.mouse.rate=10
2023-11-08 22:55:17 +02:00
Maxim Devaev
63d8784f8e
Bump version: 3.272 → 3.273
2023-10-30 18:21:31 +02:00
Maxim Devaev
5241c0c579
improved jiggler
2023-10-30 18:20:57 +02:00
Maxim Devaev
9270008571
Bump version: 3.271 → 3.272
2023-10-30 15:54:43 +02:00
Maxim Devaev
981309d886
option to activate jiggler by default
2023-10-30 15:54:03 +02:00
Maxim Devaev
10a38ff6bc
Bump version: 3.270 → 3.271
2023-10-28 10:51:58 +03:00
Maxim Devaev
d919847e8b
using upstream platformio and avrdude
2023-10-28 10:51:24 +03:00
Maxim Devaev
9e8eb3520f
Bump version: 3.269 → 3.270
2023-10-26 22:11:46 +03: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
8ef73fabc3
Bump version: 3.268 → 3.269
2023-10-26 19:22:42 +03:00
Maxim Devaev
1adf5c40cc
disabled jiggler by default
2023-10-26 19:22:00 +03:00
Maxim Devaev
c7a83be9fe
Bump version: 3.267 → 3.268
2023-10-26 11:02:50 +03:00
Maxim Devaev
71cdddfd43
new sponsor
2023-10-26 11:02:05 +03:00
Maxim Devaev
5287eb14f3
link to the mouse jiggler doc
2023-10-26 10:08:04 +03:00
Maxim Devaev
e2ac3412db
refactoring
2023-10-26 08:41:27 +03:00
Maxim Devaev
7bb5531100
option to disable jiggler
2023-10-26 08:28:18 +03:00
Maxim Devaev
aec6727020
Bump version: 3.266 → 3.267
2023-10-25 00:57:55 +03:00
Maxim Devaev
3c611121a8
web: option to remap ctrl/caps
2023-10-25 00:56:08 +03:00
Maxim Devaev
620b9fcc89
Bump version: 3.265 → 3.266
2023-10-24 18:19:28 +03:00
Rushab Shah
b21ccfbcc9
kvmd-udev-hdmiusb-check: Add support for rPi4 b rev 1.5 ( #153 )
...
Adds support for the following new revision of the board:
# tr < /proc/device-tree/model -d '\000'
Raspberry Pi 4 Model B Rev 1.5
Without this, `/dev/video19` from the `rpivid_hevc` driver gets incorrectly linked to `/dev/kvmd-video`
```bash
lrwxrwxrwx 1 root root 6 Sep 28 08:14 /dev/kvmd-video -> video19
```
2023-10-24 18:01:52 +03:00
Maxim Devaev
d5a6354331
Bump version: 3.264 → 3.265
2023-10-23 08:10:59 +03:00
Maxim Devaev
4038754c37
pikvm/pikvm#57 : Mouse jiggler
2023-10-23 08:10:19 +03:00
Maxim Devaev
73f96fa0c7
Bump version: 3.263 → 3.264
2023-10-22 09:28:20 +03:00
Maxim Devaev
3f54751034
fixed hid-bridge udev rule
2023-10-22 09:27:16 +03:00
Maxim Devaev
eabe0a8ba9
Bump version: 3.262 → 3.263
2023-10-22 07:15:15 +03:00
Maxim Devaev
2d0ffe6752
raspberrypi-utils
2023-10-22 07:14:06 +03:00
Maxim Devaev
18e001f185
Bump version: 3.261 → 3.262
2023-10-21 11:52:48 +03:00
Maxim Devaev
177ecad863
udev rule for pico hid bridge
2023-10-21 11:52:15 +03:00
Maxim Devaev
52c9c09798
Bump version: 3.260 → 3.261
2023-10-21 06:52:39 +03:00
Maxim Devaev
a783924b2e
removed netctl dhcp hook
2023-10-21 06:49:51 +03:00