summaryrefslogtreecommitdiff
path: root/sys/dev/usb/udcf.c
AgeCommit message (Expand)Author
2008-11-21Kill some whitespace, removed unneeded stuff at the end of a list.Marc Balmer
2008-07-10Don't terminate the array of matching product/vendor IDs with { 0, 0 }Marc Balmer
2008-07-06Use UT_{READ|WRITE}_VENDOR_DEVICE instead of self defined values.Marc Balmer
2008-07-05Add support for the new Expert mouseCLOCK USB II that uses an FTDIMarc Balmer
2007-11-23Make sure that variables used during detach are initialized during attach.Marc Balmer
2007-11-23No need for process context to degrade the sensor status.Marc Balmer
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-06Mechanical removal of USBBASEDEVICE. No binary change.Michael Knudsen
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-04-21Back out last. the world is not i386.Artur Grabowski
2007-04-21Remove unused header files.Marc Balmer
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-01-02return is not a function.Marc Balmer
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-10Make sure the bit collecting is restarted after signal loss.Marc Balmer
2006-12-10restart collecting bits immediately after a parity error, i.e. use the frameMarc Balmer
2006-12-10Re-arm signal loss detection only after we received a bit, not in itself. ThisMarc Balmer
2006-12-10Faster synchronization after an unexpected minute gap.Marc Balmer
2006-12-06When compiled with UDCF_DEBUG, only output the bits received whenMarc Balmer
2006-12-05Add code to detect (and eliminate) statistical outliers. Tested by me andMarc Balmer
2006-11-15Fix 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 ofMarc Balmer
2006-10-27udcf(4) degraded the sensor status from OK to WARNING on the first receiptionMarc Balmer
2006-10-14Apply some formatting.Marc Balmer
2006-10-11Make the timedelta sensor appear right when a device is plugged-in, with aMarc Balmer
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-06-19remove the no longer needed time calculations now that we have them inMarc Balmer
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
2006-06-17udcf(4) no longer needs the file sys/dev/clock_subr.c to be compiled and linkedMarc Balmer
2006-06-12Typos in comments.Marc Balmer
2006-06-05cleanup.Marc Balmer
2006-06-04- ntpd no longer needs the NTP identifier as part of a timedelta sensorMarc Balmer
2006-05-28Change the timedelta sensor descritpion so that the first four bytes containMarc Balmer
2006-05-27There is no longer the need to create INVALID sensors on stock, the sensorMarc Balmer
2006-05-27When the device is attached, immediately create the timedelta sensor with theMarc Balmer
2006-04-27cope with recent changes in the sensor frameworkMarc Balmer
2006-04-22Simplify time calculations.Marc Balmer
2006-04-21make udcf work as a SENSOR_TIMEDELTA type sensor. The sensor value is theMarc Balmer
2006-04-20open/close/cdevsw code goes bye bye; ok mbalberTheo de Raadt
2006-04-20- remove the 'needs-flag' from the udcf entry in files.usb and the #ifdef NUDCFMarc Balmer
2006-04-19Driver to decode the DCF77 time code using a USB attached Gude ExpertMarc Balmer