CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/13 16:04:48
Modified files:
sys/dev/usb : uhidev.c
Log message:
Allow uhidev to attach to and work with devices that don't have an
input interrupt endpoint. Such devices don't comply with the USB spec,
but they do exist (the LCD screen on the AceMagic S1 mini PC is one), so
we might as well let them work.
ok dlg@
