aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
* Add HP PhotoSmart C500 id.Nick Hibma2000-10-081-2/+6
* Regen.Nick Hibma2000-10-072-61/+332
* Sync with NetBSD. More ids, more!Nick Hibma2000-10-071-14/+63
* Regen.Nick Hibma2000-10-072-2/+18
* Zyxel keyboard IdNick Hibma2000-10-071-0/+4
* Regen.Nick Hibma2000-10-052-2/+25
* Additional IdsNick Hibma2000-10-051-0/+5
* Tweak the aue driver so that the homePNA PHYs will be detected andBill Paul2000-09-221-0/+2
* Add support for D-Link DSB-650 USB ethernet adapter.Bill Paul2000-09-061-2/+7
* Regenerate.Bill Paul2000-09-062-2/+9
* Add new device ID for the D-Link DSB-650 USB ethernet adapter. This isBill Paul2000-09-061-0/+1
* Regen.Masahide MAEKAWA2000-09-052-2/+9
* Add product ID (Prolific ATAPI-4 Bridge Controller).Masahide MAEKAWA2000-09-051-0/+1
* Regen.Nick Hibma2000-09-052-4/+264
* Fix typo'sNick Hibma2000-09-051-2/+2
* Loads of scanner Ids.Nick Hibma2000-09-051-1/+45
* RegeneratePeter Wemm2000-09-052-2/+18
* Support for RBC devices, like Sony Memory Sticks.Nick Hibma2000-09-041-3/+65
* Add the id for the Sony memory sticks.Nick Hibma2000-09-041-0/+4
* Don't check for ohci/uhci to be loaded, check for the usb module.Nick Hibma2000-09-021-3/+2
* Regen.Masahide MAEKAWA2000-08-262-2/+18
* Add vendor IBM product USB CD-ROM DriveMasahide MAEKAWA2000-08-261-0/+4
* Fix up the command in the destination buffer, not the source.Nick Hibma2000-08-211-2/+2
* Unbreak LINT.Nick Hibma2000-08-201-1/+1
* CAM, the module: scbus, da, cd, and st wrapped in one module.Nick Hibma2000-08-131-0/+3
* From NetBSD:Nick Hibma2000-08-132-22/+52