Age | Commit message (Expand) | Author |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2019-08-10 | udcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9); ok kettenis@ | cheloha |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2016-09-02 | Avoid calling usbd_set_config_index() in *_attach() and let the stack | Martin Pieuchot |
2015-06-07 | The Swiss Federal Government decided to shut down HBG at the end of 2011. | Claudio Jeker |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-07-12 | tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set | Martin Pieuchot |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-03-28 | proc.h is way too much header for usb to handle. | Ted Unangst |
2013-03-28 | you probably don't need to include vnode.h or reboot.h. you most definitely | Ted Unangst |
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-12-17 | - use usb_lookup() instead of handrolled macro | Jasper Lievisse Adriaanse |
2010-12-06 | * replace per-driver dying and/or other state variables with use of | Jacob Meuser |
2010-10-23 | check that a timeout(9) has been initialized before deleting it | Jacob Meuser |
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser |
2010-09-24 | remove dying flag in detach() function. | Yojiro Uo |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-04-26 | in ca_attach() there is no need to set .value and .flags of sensors to 0, | Constantine A. Murenin |
2008-11-21 | Kill some whitespace, removed unneeded stuff at the end of a list. | Marc Balmer |
2008-07-10 | Don't terminate the array of matching product/vendor IDs with { 0, 0 } | Marc Balmer |
2008-07-06 | Use UT_{READ|WRITE}_VENDOR_DEVICE instead of self defined values. | Marc Balmer |
2008-07-05 | Add support for the new Expert mouseCLOCK USB II that uses an FTDI | Marc Balmer |
2007-11-23 | Make sure that variables used during detach are initialized during attach. | Marc Balmer |
2007-11-23 | No need for process context to degrade the sensor status. | Marc Balmer |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
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-06 | Mechanical removal of USBBASEDEVICE. No binary change. | Michael Knudsen |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
2007-04-21 | Back out last. the world is not i386. | Artur Grabowski |
2007-04-21 | Remove unused header files. | Marc Balmer |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-01-02 | return is not a function. | Marc Balmer |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt |
2006-12-10 | Make sure the bit collecting is restarted after signal loss. | Marc Balmer |
2006-12-10 | restart collecting bits immediately after a parity error, i.e. use the frame | Marc Balmer |
2006-12-10 | Re-arm signal loss detection only after we received a bit, not in itself. This | Marc Balmer |
2006-12-10 | Faster synchronization after an unexpected minute gap. | Marc Balmer |
2006-12-06 | When compiled with UDCF_DEBUG, only output the bits received when | Marc Balmer |
2006-12-05 | Add code to detect (and eliminate) statistical outliers. Tested by me and | Marc Balmer |
2006-11-15 | Fix an integer type promotion that can lead to wrong offsets on 64 bit arches. | Marc Balmer |
2006-10-28 | - Use better names for the variables containing the timeouts in Hz instead of | Marc Balmer |
2006-10-27 | udcf(4) degraded the sensor status from OK to WARNING on the first receiption | Marc Balmer |
2006-10-14 | Apply some formatting. | Marc Balmer |
2006-10-11 | Make the timedelta sensor appear right when a device is plugged-in, with a | Marc Balmer |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-06-19 | remove the no longer needed time calculations now that we have them in | Marc Balmer |