index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
uvisor.c
Age
Commit message (
Expand
)
Author
2009-11-12
Simplify activation hooks. (sc_dying must die!)
dyoung
2009-09-23
fix up USB drivers printing of autoconf information
plunky
2008-05-24
Split device_t and softc for all USB device drivers, and related cosmetic
cube
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-05
use aprint_*_dev and device_xname
cegger
2008-02-18
Use device_t and its accessor functions.
dyoung
2007-10-25
remove #include <usbhid.h> as its not needed
plunky
2007-03-13
Introduce different autoconf interface attributes for USB drivers
drochner
2007-01-24
In detach(), check for incomplete initialisation which might happen if
drochner
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-05-30
- const poisoning
christos
2005-05-11
Don't keep the devinfo string on the stack, instead use malloc/free.
augustss
2005-02-27
nuke trailing whitespace
perry
2004-09-13
a round of autoconf cleanup:
drochner
2004-07-07
Add another Zire device, from PR 25929.
mycroft
2004-04-23
use bounded string ops (snprintf, strl*)
itojun
2004-01-28
Add Sony Clie v3.5. From FreeBSD.
augustss
2003-11-07
enable support for the TREO 600
carrel
2003-10-28
Or the config_deactivate() return values.
mycroft
2003-08-03
Bunch of changes to make the Palm Tungsten T work:
nathanw
2003-04-11
Use Tungsten T instead of m550.
simonb
2003-02-07
Add more PDAs (untested).
augustss
2003-02-05
Add Palm Zire. From kern/20206, Michael van Elst.
augustss
2002-08-13
Add Palm m515. From FreeBSD.
augustss
2002-07-11
Get rid of trailing white space.
augustss
2002-06-16
Match Sony Clie 4.1.
augustss
2002-02-27
Add some more stuff that might make Palm and Sony devices work.
augustss
2002-02-11
Give usbd_do_request_flags() an extra argument for the timeout.
augustss
2001-11-13
add RCSIDs
lukem
2001-01-23
Ad support for an extra message in the ucom attach code.
augustss
2001-01-23
There are more ports than meet the eye on the Visor. Connect a ucom
augustss
2001-01-23
Make sure driver attach/detach events are generated in a consistent manner.
augustss
2000-09-03
Handle output packet headers in a cleaner way. From IWAMOTO Toshihiro
augustss
2000-06-01
Bring the coding style into the 80s, i.e., get rid of __P and use
augustss
2000-04-27
Change my email address.
augustss
2000-04-14
Add a capability for pre/post processing on write/read.
augustss
2000-04-06
Let the parent device of a ucom decide what size the read and write
augustss
2000-04-05
Make this driver actually work.
augustss
2000-03-31
Note that the Handspring Visor is a Palmpilot compatible PDA.
hubertf
2000-03-30
Add driver for the Handspring Visor.
augustss