aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-30/+41
* Bugfix: device_resume should be connected to bus_generic_resume notNick Hibma2001-01-051-1/+1
* Readd the id removed by sheldon in the previous commit to uscanner.c.Nick Hibma2001-01-042-1/+2
* UMASS_DEBUG implemented panic(9).Nick Hibma2001-01-042-0/+9
* Regen.Nick Hibma2001-01-042-17/+137
* Revert rev 1.8, which broke the installkernel target.Sheldon Hearn2001-01-041-1/+0
* Add the Id of the Epson 1640 scanner.Nick Hibma2001-01-031-0/+1
* Add a few Ids. From NetBSD.Nick Hibma2001-01-031-4/+28
* Initialise rcmdlen.Nick Hibma2000-12-201-0/+1
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-1/+1
* Remove a couple of leftover unused variables.Mike Smith2000-12-132-2/+0
* remove unused variableJulian Elischer2000-12-121-1/+0
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-4/+4
* make sure we tear down the devnodes for the endpoints 1 and aboveNick Hibma2000-12-121-46/+74
* Remove a warning.Nick Hibma2000-12-081-1/+2
* Add Isochronus transfer mode support required byRoger Hardiman2000-12-071-13/+180
* Non functional change.Roger Hardiman2000-12-071-70/+21
* We now have the ability to assign the correct IRQ when PNP-OS is turnedNick Sayer2000-12-032-20/+0
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-252-25/+12
* Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init().Bill Paul2000-11-231-1/+3
* Set OPEN Flag on open.Nick Hibma2000-11-151-3/+11
* Fix for powering off a HP DJ950C during printing. As stated by Ian:Nick Hibma2000-11-071-0/+5
* Regen.Nick Hibma2000-11-032-4/+4
* Sone -> SonyNick Hibma2000-11-031-1/+1
* AcerScan 320U's are braindead. Sometimes they do not return stringsNick Hibma2000-11-021-0/+2
* Close PR #21078: the aue driver was not correctly programming theBill Paul2000-11-011-1/+1
* Make the Ricochet modems work through the USB interface.Nick Hibma2000-11-013-20/+25
* Cut&paste bug: Set USBD_SHORT_XFER_OK unconditionallyNick Hibma2000-11-011-1/+1
* remove an unused function (and a warning)Nick Hibma2000-10-301-6/+1
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-294-4/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-295-5/+0
* The USB scanner driver. To be used together with SANE.Nick Hibma2000-10-251-0/+663
* Regen.Nick Hibma2000-10-252-16/+134
* Sync with NetBSDNick Hibma2000-10-251-7/+29
* Convert the USB ethernet drivers to use mutexes. Also convertBill Paul2000-10-247-176/+232
* Bugfix: The data is not stored only in the first cblock, calculate theNick Hibma2000-10-201-1/+8
* Regen.Nick Hibma2000-10-202-2/+9
* Add the Sony MSC Memory Stick Adaptor (in the Sony PCS laptops)Nick Hibma2000-10-201-0/+1
* Undo previous commit. <machine/clock.h> is needed for the prototypeNick Hibma2000-10-164-0/+4
* Sync with NetBSD:Nick Hibma2000-10-161-1/+29
* Sync with NetBSD:Nick Hibma2000-10-161-22/+14
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-159-10/+0
* Add missing comma at the end of line.Jun Kuriyama2000-10-111-1/+1
* Add support for the Kingston KNU101TX 10/100 USB ethernet adapter. We'reBill Paul2000-10-101-0/+1
* regenetateBill Paul2000-10-102-6/+38
* Add vendor ID for Kingston Technology and add device ID forBill Paul2000-10-101-1/+5
* Remove unneccessary includes. (phk)Nick Hibma2000-10-101-3/+1
* Remove unneeded includes (phk)Nick Hibma2000-10-101-2/+1
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-091-1/+1