summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ubt.c
AgeCommit message (Expand)Author
2019-12-01localifymaxv
2019-09-22Purge an ancient email address, use dsainty@NetBSD.org insteaddsainty
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2018-04-18m_free -> m_freem, m_copyback could have added mbufs in the chainmaxv
2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-03-05match MacBookPro 9,2 bluetooth controllersnj
2016-11-25+#include "opt_usb.h"skrll
2016-07-14KNF. No functional change.msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2016-02-17extend the match function, to match devices from a selection ofplunky
2016-02-17Match various Apple USB Bluetooth controllers.riastradh
2014-05-20netbt: rename some attach/detach functions to have _pcb suffix, sormind
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2012-10-06recognize apple bluetooth adapter in MacBook Air. (Ryo Onodera)christos
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-04-24PR/46338: Nat Sloss: Prevent ubt synchronization loss from overwriting memory.christos
2012-04-05no need to device_pmf_is_registered() before unregisterplunky
2012-03-06pull down from usbmp branch:mrg
2012-01-23make sure kernel lock is held when changing isoc configurationplunky
2012-01-14don't behave differently when DIAGNOSTIC is definedplunky
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2011-03-16use C99 style for variadic macro argumentsplunky
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2009-12-06Simplify device-activation hooks.dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
2009-08-30(perhaps) fix a long standing issue that I came across recently. Ifplunky
2008-07-28Don't pmf_device_deregister() if it was not registered, which happensdrochner
2008-07-26remove comment that is no longer trueplunky
2008-07-16Don't ignore poor retarded ubt(4) devices which have vendor and product idtonnerre
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-16add null pmf handlers.christos
2007-11-28Clean up the way that bluetooth drivers attach to the bluetooth stack,plunky
2007-11-11convert device printf() usages to aprint_xxxx()plunky
2007-11-10use more device_t and device_xxx() accessorsplunky
2007-10-02fix typo : -> ;plunky
2007-10-02clean up activate functionplunky
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-03-12match against the whole device, since we take more than one interface.plunky
2006-12-21merge yamt-splraiseipl branch.yamt
2006-12-01don't specify the interrupt pipe polling interval explicitely; just relydrochner
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-19explicitly disallow changing the config # when the device is enabled.plunky
2006-09-19return errno instead of usbd statusplunky
2006-08-30It seems that EHCI at least will complete a empty transfer withplunky
2006-08-19The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219.plunky