summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth
AgeCommit message (Expand)Author
2013-12-15Fix bthub compilation by adding missing prototypes.Paul Irofti
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-03-04Add TouchScreen support. Makes newer Gunze USB TouchScreen devices work.Mark Kettenis
2010-08-29- add a missing ioctl FWRITE checkJasper Lievisse Adriaanse
2010-08-05Allow bthidev_output() to not grab the bt lock, to prevent lockMiod Vallat
2010-07-31Factorization of the bluetooth and usb hid input driver logic, to reduce codeMiod Vallat
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2009-11-21User triggerable KASSERT()s and NULL dereferences in netbt setsockopt()s,Philip Guenthe
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).Alexander Yurchenko
2008-11-25fixes to build; thanks ratchov@Todd T. Fries
2008-11-25fix: add output mixer classAlexandre Ratchov
2008-11-25set parameters to native ones; don't setup emulation for nowAlexandre Ratchov
2008-11-24add BTDEV_NONEUwe Stuehler
2008-11-24Import btsco(4) from NetBSD to work on itUwe Stuehler
2008-11-24Respond to incoming connections, not only after we initiated the first one.Uwe Stuehler
2008-11-22Sync bluetooth with NetBSDUwe Stuehler
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-02-24Sync Bluetooth HID drivers with NetBSD and adopt to our needs, as weUwe Stuehler
2007-09-01- Add bthidev(4), from NetBSD.Xavier Santolaria
2007-07-27Missing $OpenBSD$ tag.Xavier Santolaria
2007-07-27Commiting for xsa@ who dosent want to for some reason. He has KNFed andGordon Willem Klok
2007-07-23This shouldn't be needs-count -- especially because it breaks config.Michael Knudsen
2007-07-23bthub needs-countMichael Knudsen
2007-07-23Some style/knf nits.Michael Knudsen
2007-07-23Add glue for a control device for bthub(4). Will be used to configureMichael Knudsen
2007-05-31Config file and machine-independent Bluetooth codeUwe Stuehler