History log of /openbsd-src/sys/dev/usb/ugold.c (Results 26 – 29 of 29)
Revision Date Author Comments
# f964a65c 19-Mar-2014 mpi <mpi@openbsd.org>

Add a temporary hack to let a subdriver claim all the reportIDs of
a device. This should be removed once all the drivers attaching to
uhidev(4) are converted.

ok andre@, sthen@


# 59c0157e 04-Nov-2013 mpi <mpi@openbsd.org>

Use the async version of uhidev_set_report(), there's no need to sleep
until the transfer is done when submitting a command since the answers
are read from the interrupt and we cannot do much if it f

Use the async version of uhidev_set_report(), there's no need to sleep
until the transfer is done when submitting a command since the answers
are read from the interrupt and we cannot do much if it fails.

ok sasano@

show more ...


# 6a39fa02 06-Sep-2013 deraadt <deraadt@openbsd.org>

need sys/device.h


# 49ba8e67 05-Sep-2013 sasano <sasano@openbsd.org>

ugold(4) is a driver for PCsensor's USB gold TEMPer temperature
measurement device (idVendor:idProduct=0x0c45:0x7401).

newly added.

ok by mpi@ and sthen@


12