Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-04 | sync | Theo de Raadt | |
2003-10-04 | Support for Matrix Orbital USB LCD Modules; cjeker@diehard.n-r-g.com | Theo de Raadt | |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat | |
separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me... | |||
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller | |
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK | |||
2003-09-19 | Disable USB_USE_SOFTINTR until we have generic support for soft interrupts. | Anil Madhavapeddy | |
Solves a number of hangs on ohci (and possibly uhci) machines. Found by me prodding around, and drahn@ more cluefully ok pvalchev@, nate@ | |||
2003-09-02 | sync | Alexander Yurchenko | |
2003-09-02 | Add Mustek DV2000 video camera; from Lizardo Desilos <lizardo@itvictoria.edu.mx> | Alexander Yurchenko | |
ok nate@ | |||
2003-09-01 | sync | Alexander Yurchenko | |
2003-09-01 | New vendor Micro Star International and its USB Bluetooth adapter | Alexander Yurchenko | |
ok nate@ | |||
2003-08-23 | correct function names; from NetBSD. | Federico G. Schwindt | |
krw@ and tdeval@ ok. | |||
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst | |
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | |||
2003-08-06 | Fix a memleak on error in usb_block_allocmem(); Patrick Latifi | Todd C. Miller | |
deraadt@ OK | |||
2003-08-06 | The cleanup in ohci_init() is wrong; the statements for label bad2 | Todd C. Miller | |
and label bad3 should be swapped. From Patrick Latifi ok deraadt@ and fgs@ | |||
2003-08-05 | sync with netbsd | joshua stein | |
makes my samsung i500 attach a ucom ok nate@ | |||
2003-07-19 | Ericsson DCU-10 & DCU-11 is a simple USB->Serial device. | Cedric Berger | |
ok+thanks todd@ | |||
2003-07-19 | sync | Cedric Berger | |
2003-07-19 | Ericsson DCU-10 & DCU-11, made by Susteen, Inc. | Cedric Berger | |
ok+thanks todd@ | |||
2003-07-08 | Sync USB code with NetBSD. | Nathan Binkert | |
This includes numerous fixes and paves the way for usb 2.0 support. | |||
2003-07-05 | sync with netbsd | Nathan Binkert | |
2003-07-05 | sync with NetBSD | Nathan Binkert | |
remove unused global. | |||
2003-06-27 | more quirks from netbsd | Nathan Binkert | |
2003-06-27 | kqueue support for various usb devices including: usb, uhid, ugen, | Nathan Binkert | |
and uscanner From NetBSD | |||
2003-05-29 | sync | Nathan Binkert | |
2003-05-29 | another Iomega device | Nathan Binkert | |
2003-05-21 | sync | Nathan Binkert | |
2003-05-21 | add ServerWorks vendor ID. Add another flash reader | Nathan Binkert | |
2003-05-19 | strlcpy; millert@ ok | Miod Vallat | |
2003-05-19 | updates from NetBSD | Nathan Binkert | |
2003-05-19 | fix documentation links from netbsd | Nathan Binkert | |
2003-05-19 | add a quirk for my trek thumbdrive | Nathan Binkert | |
2003-05-19 | update documentation url | Nathan Binkert | |
2003-05-19 | sync tag with NetBSD | Nathan Binkert | |
2003-05-19 | check for null before memset | Nathan Binkert | |
2003-05-19 | nuke unused variable, from NetBSD | Nathan Binkert | |
2003-05-19 | don't use 1284 mode | Nathan Binkert | |
When detaching a ulpt device, call vdevgone() for the corresponding NOPRIME minor device too. from NetBSD | |||
2003-05-19 | ditch unused return value | Nathan Binkert | |
2003-05-19 | better match netbsd | Nathan Binkert | |
2003-05-19 | initialize variable to match NetBSD | Nathan Binkert | |
2003-05-18 | add a quirk for the Imation FlashGo adapter to make it shut up | Nathan Binkert | |
2003-05-18 | sync | Nathan Binkert | |
2003-05-18 | add mcbride's cf adapter | Nathan Binkert | |
2003-05-18 | try a little harder to attach devices that are really slow | Nathan Binkert | |
2003-05-18 | add a quirk for a different zip250 model | Nathan Binkert | |
2003-05-17 | Mention in the 'status cmd failed' message the scsi command that | Kenneth R Westerback | |
failed. ok nate@. | |||
2003-05-17 | Correct chipset identification from netbsd | Nathan Binkert | |
2003-05-17 | My psaplay120 is acutally a rio device. The userland bits need to be worked | Nathan Binkert | |
on though | |||
2003-05-17 | more scanners from netbsd | Nathan Binkert | |
2003-05-17 | more devices from NetBSD | Nathan Binkert | |
2003-05-17 | more devices from NetBSD | Nathan Binkert | |
2003-05-17 | sync | Nathan Binkert | |