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