freebsd-ports/sysutils/iichid/pkg-message
Vladimir Kondratyev 4d4306f031 sysutils/iichid: Update to 0.0.6
- Make FreeBSD hidraw driver interoperable with hid-tools.
- Use loader tunable to turn HID-over-USB support on/off instead of
  choosing it at build time.
- Allow build on non-ACPI platforms with I2C option disabled.
  USB support should be operable on them.

PR:		253497
Approved by:	lwhsu (ports)
2021-02-14 22:50:42 +00:00

17 lines
479 B
Text

[
{ type: install
message: <<EOM
iichid is currently in-development and EXPERIMENTAL. This port provides
an easy and quick method for users to test this code to encourage early
testing, feedback and bug reports.
USB backend is disabled by default to avoid conflicts with existing USB
HID drivers. To enable it place following lines to /boot/loader.conf:
hw.usb.usbhid.enable=1
iichid_load="YES"
Please report successes and issues to: https://github.com/wulf7/iichid
EOM
}
]