summaryrefslogtreecommitdiffstats
path: root/sys/dev/bluetooth/bthidev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* M_WAITOK cleanup of two cases:mk2011-06-171-2/+3
* Allow bthidev_output() to not grab the bt lock, to prevent lockmiod2010-08-051-5/+7
* timeout_add -> timeout_add_msecblambert2010-07-021-5/+5
* User triggerable KASSERT()s and NULL dereferences in netbt setsockopt()s,guenther2009-11-211-5/+5
* Respond to incoming connections, not only after we initiated the first one.uwe2008-11-241-1/+2
* Sync bluetooth with NetBSDuwe2008-11-221-20/+14
* Second pass of simple timeout_add -> timeout_add_sec conversionsblambert2008-10-151-3/+3
* Sync Bluetooth HID drivers with NetBSD and adopt to our needs, as weuwe2008-02-241-60/+164
* - Add bthidev(4), from NetBSD.xsa2007-09-011-0/+801