CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/11/01 06:05:26
Modified files: sys/dev/usb : uhidev.c uhidev.h Log message: Do not abuse the stack of the current process to prepend a report ID to the report request, use malloc(9) with the appropriate size like it is done in the synchronous version. ok miod@