summaryrefslogtreecommitdiff
path: root/sys/dev/usb/udcf.c
AgeCommit message (Expand)Author
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2019-08-10udcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9); ok kettenis@cheloha
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2016-09-02Avoid calling usbd_set_config_index() in *_attach() and let the stackMartin Pieuchot
2015-06-07The Swiss Federal Government decided to shut down HBG at the end of 2011.Claudio Jeker
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-07-12tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but setMartin Pieuchot
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-03-28proc.h is way too much header for usb to handle.Ted Unangst
2013-03-28you probably don't need to include vnode.h or reboot.h. you most definitelyTed Unangst
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2010-12-17- use usb_lookup() instead of handrolled macroJasper Lievisse Adriaanse
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2010-10-23check that a timeout(9) has been initialized before deleting itJacob Meuser
2010-10-23create another kthread to run xfer abort tasks. xfer abort tasks cannotJacob Meuser
2010-09-24remove dying flag in detach() function.Yojiro Uo
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-04-26in ca_attach() there is no need to set .value and .flags of sensors to 0,Constantine A. Murenin
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