blob: f380b94f75ad3d6184ce4173bebb69637ca4bd3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[
{ type: install
message: <<EOM
Greaseweazle devices require firmware with CLEAR_FEATURE(ENDPOINT_HALT)
support to work reliably on FreeBSD. Without this fix, the device will
stop responding after the first use until physically unplugged.
See https://github.com/keirf/greaseweazle-firmware/pull/18
This fix may be included in firmware version 1.7 or later.
Update your device firmware with: gw update
EOM
}
]
|