index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
udcf.c
Age
Commit message (
Expand
)
Author
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