- Add PNP record so wmt(4) could be picked by devd/devmatch.
- Fix uhid(4) conflict with blacklisting of multitouch HID-usages in uhid(4) probe handler.
Details
Details
Attach wmt touchscreen on GENERIC kernel after patch has been applied. It should be kldloaded and started automatically by devd.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/usb/input/uhid.c | ||
---|---|---|
716 ↗ | (On Diff #49574) | If UQ_WMT_IGNORE is set you don't need to read the HID descriptor: if (usb_test_quick(uaa, UQ_WMT_IGNORE)) { error = BUS_PROBE_GENERIC; } else { .... } |