summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2003-10-04syncTheo de Raadt
2003-10-04Support for Matrix Orbital USB LCD Modules; cjeker@diehard.n-r-g.comTheo de Raadt
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod 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-23Replace 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-19Disable 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-02syncAlexander Yurchenko
2003-09-02Add Mustek DV2000 video camera; from Lizardo Desilos <lizardo@itvictoria.edu.mx>Alexander Yurchenko
ok nate@
2003-09-01syncAlexander Yurchenko
2003-09-01New vendor Micro Star International and its USB Bluetooth adapterAlexander Yurchenko
ok nate@
2003-08-23correct function names; from NetBSD.Federico G. Schwindt
krw@ and tdeval@ ok.
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed 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-06Fix a memleak on error in usb_block_allocmem(); Patrick LatifiTodd C. Miller
deraadt@ OK
2003-08-06The cleanup in ohci_init() is wrong; the statements for label bad2Todd C. Miller
and label bad3 should be swapped. From Patrick Latifi ok deraadt@ and fgs@
2003-08-05sync with netbsdjoshua stein
makes my samsung i500 attach a ucom ok nate@
2003-07-19Ericsson DCU-10 & DCU-11 is a simple USB->Serial device.Cedric Berger
ok+thanks todd@
2003-07-19syncCedric Berger
2003-07-19Ericsson DCU-10 & DCU-11, made by Susteen, Inc.Cedric Berger
ok+thanks todd@
2003-07-08Sync USB code with NetBSD.Nathan Binkert
This includes numerous fixes and paves the way for usb 2.0 support.
2003-07-05sync with netbsdNathan Binkert
2003-07-05sync with NetBSDNathan Binkert
remove unused global.
2003-06-27more quirks from netbsdNathan Binkert
2003-06-27kqueue support for various usb devices including: usb, uhid, ugen,Nathan Binkert
and uscanner From NetBSD
2003-05-29syncNathan Binkert
2003-05-29another Iomega deviceNathan Binkert
2003-05-21syncNathan Binkert
2003-05-21add ServerWorks vendor ID. Add another flash readerNathan Binkert
2003-05-19strlcpy; millert@ okMiod Vallat
2003-05-19updates from NetBSDNathan Binkert
2003-05-19fix documentation links from netbsdNathan Binkert
2003-05-19add a quirk for my trek thumbdriveNathan Binkert
2003-05-19update documentation urlNathan Binkert
2003-05-19sync tag with NetBSDNathan Binkert
2003-05-19check for null before memsetNathan Binkert
2003-05-19nuke unused variable, from NetBSDNathan Binkert
2003-05-19don't use 1284 modeNathan Binkert
When detaching a ulpt device, call vdevgone() for the corresponding NOPRIME minor device too. from NetBSD
2003-05-19ditch unused return valueNathan Binkert
2003-05-19better match netbsdNathan Binkert
2003-05-19initialize variable to match NetBSDNathan Binkert
2003-05-18add a quirk for the Imation FlashGo adapter to make it shut upNathan Binkert
2003-05-18syncNathan Binkert
2003-05-18add mcbride's cf adapterNathan Binkert
2003-05-18try a little harder to attach devices that are really slowNathan Binkert
2003-05-18add a quirk for a different zip250 modelNathan Binkert
2003-05-17Mention in the 'status cmd failed' message the scsi command thatKenneth R Westerback
failed. ok nate@.
2003-05-17Correct chipset identification from netbsdNathan Binkert
2003-05-17My psaplay120 is acutally a rio device. The userland bits need to be workedNathan Binkert
on though
2003-05-17more scanners from netbsdNathan Binkert
2003-05-17more devices from NetBSDNathan Binkert
2003-05-17more devices from NetBSDNathan Binkert
2003-05-17syncNathan Binkert