Age | Commit message (Expand) | Author |
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 |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-06-17 | udcf(4) no longer needs the file sys/dev/clock_subr.c to be compiled and linked | Marc Balmer |
2006-06-12 | Typos in comments. | Marc Balmer |
2006-06-05 | cleanup. | Marc Balmer |
2006-06-04 | - ntpd no longer needs the NTP identifier as part of a timedelta sensor | Marc Balmer |
2006-05-28 | Change the timedelta sensor descritpion so that the first four bytes contain | Marc Balmer |
2006-05-27 | There is no longer the need to create INVALID sensors on stock, the sensor | Marc Balmer |
2006-05-27 | When the device is attached, immediately create the timedelta sensor with the | Marc Balmer |
2006-04-27 | cope with recent changes in the sensor framework | Marc Balmer |
2006-04-22 | Simplify time calculations. | Marc Balmer |
2006-04-21 | make udcf work as a SENSOR_TIMEDELTA type sensor. The sensor value is the | Marc Balmer |
2006-04-20 | open/close/cdevsw code goes bye bye; ok mbalber | Theo de Raadt |
2006-04-20 | - remove the 'needs-flag' from the udcf entry in files.usb and the #ifdef NUDCF | Marc Balmer |
2006-04-19 | Driver to decode the DCF77 time code using a USB attached Gude Expert | Marc Balmer |