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
/
arch
/
macppc
/
dev
/
tpms.c
Age
Commit message (
Expand
)
Author
2010-04-09
- don't use memset() where we should use bzero()
Jasper Lievisse Adriaanse
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-03-08
Add support for Geyser2 devices from NetBSD and fix some Geyser1 devices that
Robert Nagy
2007-06-14
Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and
Marc Balmer
2007-06-12
Remove the definition and use of the device_ptr_t which was a struct device *.
Marc Balmer
2007-06-11
Remove the usb_proc_ptr type definition, which was really a 'struct proc *'
Marc Balmer
2007-06-05
Remove the comment "Static function protoypes". Static is gone in USB.
Marc Balmer
2007-06-05
Remove the "Static" function declaration. It is defined to be
Marc Balmer
2007-05-30
Add support for iBook G4. -moj
Mats O Jansson
2007-05-27
USB cleanup leftover. Diff from jsg@ tested by me.
Marcus Glocker
2007-04-10
Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might
Miod Vallat
2006-03-16
ventical -> vertical
Miod Vallat
2005-12-22
- attach and configure correctly
Xavier Santolaria
2005-12-21
Remove KASSERT in attach, return an error instead; while there, implement
Miod Vallat
2005-12-20
Add a Apple touchpad driver for newer PowerBook's and iBook's.
Brad Smith