summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-193-3/+6
* Nikon E990 and Nomad MP3 player Ids.n_hibma2001-01-181-0/+8
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-103-3/+3
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-099-0/+36
* Part 2 of the netgraph rewrite.julian2001-01-081-21/+28
* Add a quirk for drives that do not handle long inquiry data.n_hibma2001-01-081-22/+41
* Add the Synchronize command to umass_atapi_transform. It seems to workn_hibma2001-01-071-0/+1
* Print the correct value in a debugging printf.n_hibma2001-01-071-1/+1
* 1) Return the requestad length - the transferred length as the residue,n_hibma2001-01-071-4/+6
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-30/+41
* 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
OpenPOWER on IntegriCloud