summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: device_resume should be connected to bus_generic_resume notn_hibma2001-01-051-1/+1
* Readd the id removed by sheldon in the previous commit to uscanner.c.n_hibma2001-01-042-1/+2
* UMASS_DEBUG implemented panic(9).n_hibma2001-01-042-0/+9
* Regen.n_hibma2001-01-042-17/+137
* Revert rev 1.8, which broke the installkernel target.sheldonh2001-01-041-1/+0
* Add the Id of the Epson 1640 scanner.n_hibma2001-01-031-0/+1
* Add a few Ids. From NetBSD.n_hibma2001-01-031-4/+28
* Initialise rcmdlen.n_hibma2000-12-201-0/+1
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Remove a couple of leftover unused variables.msmith2000-12-132-2/+0
* remove unused variablejulian2000-12-121-1/+0
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-4/+4
* make sure we tear down the devnodes for the endpoints 1 and aboven_hibma2000-12-121-46/+74
* Remove a warning.n_hibma2000-12-081-1/+2
* Add Isochronus transfer mode support required byroger2000-12-071-13/+180
* Non functional change.roger2000-12-071-70/+21
* We now have the ability to assign the correct IRQ when PNP-OS is turnednsayer2000-12-032-20/+0
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-252-25/+12
* Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init().wpaul2000-11-231-1/+3
* Set OPEN Flag on open.n_hibma2000-11-151-3/+11
* Fix for powering off a HP DJ950C during printing. As stated by Ian:n_hibma2000-11-071-0/+5
* Regen.n_hibma2000-11-032-4/+4
* Sone -> Sonyn_hibma2000-11-031-1/+1
* AcerScan 320U's are braindead. Sometimes they do not return stringsn_hibma2000-11-021-0/+2
* Close PR #21078: the aue driver was not correctly programming thewpaul2000-11-011-1/+1
* Make the Ricochet modems work through the USB interface.n_hibma2000-11-013-20/+25
* Cut&paste bug: Set USBD_SHORT_XFER_OK unconditionallyn_hibma2000-11-011-1/+1
* remove an unused function (and a warning)n_hibma2000-10-301-6/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-294-4/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-295-5/+0
* The USB scanner driver. To be used together with SANE.n_hibma2000-10-251-0/+663
* Regen.n_hibma2000-10-252-16/+134
* Sync with NetBSDn_hibma2000-10-251-7/+29
* Convert the USB ethernet drivers to use mutexes. Also convertwpaul2000-10-247-176/+232
* Bugfix: The data is not stored only in the first cblock, calculate then_hibma2000-10-201-1/+8
* Regen.n_hibma2000-10-202-2/+9
* Add the Sony MSC Memory Stick Adaptor (in the Sony PCS laptops)n_hibma2000-10-201-0/+1
* Undo previous commit. <machine/clock.h> is needed for the prototypen_hibma2000-10-164-0/+4
* Sync with NetBSD:n_hibma2000-10-161-1/+29
* Sync with NetBSD:n_hibma2000-10-161-22/+14
* Remove unneeded #include <machine/clock.h>phk2000-10-159-10/+0
* Add missing comma at the end of line.kuriyama2000-10-111-1/+1
* Add support for the Kingston KNU101TX 10/100 USB ethernet adapter. We'rewpaul2000-10-101-0/+1
* regenetatewpaul2000-10-102-6/+38
* Add vendor ID for Kingston Technology and add device ID forwpaul2000-10-101-1/+5
* Remove unneccessary includes. (phk)n_hibma2000-10-101-3/+1
* Remove unneeded includes (phk)n_hibma2000-10-101-2/+1
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-1/+1
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+1
OpenPOWER on IntegriCloud