Age | Commit message (Expand) | Author |
2015-02-28 | Fix uhidev_get_report_async() from David Higgs. | Martin Pieuchot |
2015-01-22 | Reduce the number of intermediate buffers by pre-allocating DMA buffers | Martin Pieuchot |
2015-01-09 | Correctly report memory allocation failure in uhidev_set_report_async(). | Martin Pieuchot |
2015-01-09 | Add an asynchronous version of uhidev_get_report(), from David Higgs | Martin Pieuchot |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-11 | Change uhidev(4) set/get report functions in various way. | Martin Pieuchot |
2014-12-08 | Deprecate usb_*_report(). USB HID devices are always attached below | Martin Pieuchot |
2014-08-10 | sizeof() a pointer of the right struct to appease clang. | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-10 | Print an understandable error message when we fail to read the report | Martin Pieuchot |
2014-04-29 | Plug an xfer leak. | Martin Pieuchot |
2014-04-24 | Change the usbd_*_report() family of functions to take a usbd_device | Martin Pieuchot |
2014-04-15 | Modify the uhidev_*_report() methods to always take a report ID argument | Martin Pieuchot |
2014-03-23 | Fix uhidev_detach() when detaching a device which did not claimed for all | andre |
2014-03-19 | Add a temporary hack to let a subdriver claim all the reportIDs of | Martin Pieuchot |
2014-03-16 | Move the logic to deal with devices with broken descriptors into its | Martin Pieuchot |
2014-03-15 | Starting the spring cleanup. | Martin Pieuchot |
2014-03-15 | Remove debug leftover. | Martin Pieuchot |
2014-02-25 | Abort and close all the interrupt pipes when detaching HID devices since | Martin Pieuchot |
2013-11-19 | Kill matchlvl usage throughout the usb stack. | Paul Irofti |
2013-11-11 | Clean-up the activate routines from the uoak*(4) drivers. | Paul Irofti |
2013-11-01 | Spacing. | Martin Pieuchot |
2013-11-01 | Do not abuse the stack of the current process to prepend a report ID | Martin Pieuchot |
2013-10-25 | Add support for Microsoft XBox 360 controller as a uhid. It doesn't use | Jeremy Evans |
2013-09-20 | Unify and document usbd_transfer(9). | Martin Pieuchot |
2013-09-19 | Do no try to clear the endpoint, as it if has stalled, if the | Martin Pieuchot |
2013-05-07 | When deactivating child devices do not panic if their driver does | Martin Pieuchot |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2010-09-24 | remove dying flag in detach() function. | Yojiro Uo |
2010-08-31 | In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate() | Theo de Raadt |
2010-08-02 | Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and | Miod Vallat |
2009-11-23 | suppress warning massage for polling only HID devices. | Yojiro Uo |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-07-23 | Use the correct buffer for non-zero report IDs in uhidev_set_report(). | Jonathan Gray |
2009-06-02 | Avoid a buf oflow in uhidev_set_report_async() if we have to prepend the | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-14 | remove #ifdef __macppc__ due to a misunderstanding: | Todd T. Fries |
2007-11-12 | fewer lines of dmesg output spew (matters more on newer sony laptops with... ... | Theo de Raadt |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-09-11 | KNF | Gilles Chehade |
2007-09-09 | more M_ZERO conversions; ok krw@. | Federico G. Schwindt |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-06-04 | Last part of FreeBSD/NetBSD sepcific code removal. | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |