aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-012-0/+4
* Regen.Nick Hibma2001-04-302-7/+14
* Add 4300C IdNick Hibma2001-04-301-1/+2
* Regen.Nick Hibma2001-04-172-2/+9
* Add the HP scanner 3400CNick Hibma2001-04-171-0/+1
* Regen.Nick Hibma2001-04-172-2/+18
* Lexar jumpSHOT Id.Nick Hibma2001-04-171-0/+4
* Regen.Nick Hibma2001-04-122-17/+84
* TDK idsNick Hibma2001-04-121-1/+8
* From NetBSDNick Hibma2001-04-121-5/+11
* Rege.Nick Hibma2001-04-092-4/+4
* Again an ID that has been reused. Update description.Nick Hibma2001-04-091-1/+1
* Add the Abocom URE 450 ethernet adapter.Nick Hibma2001-04-091-0/+1
* Regen.Nick Hibma2001-04-092-4/+4
* Update the description for the EPSON PID 0x010a. It seems to be reused inNick Hibma2001-04-091-1/+1
* Regen.Nick Hibma2001-04-092-2/+9
* Add the Omni 56K Plus modemNick Hibma2001-04-091-0/+1
* Add id for the IO Data ET/TNick Hibma2001-04-071-0/+1
* Regen.Nick Hibma2001-04-022-2/+18
* Add Agate Q-Drive.Nick Hibma2001-04-021-0/+4
* Regen.Nick Hibma2001-04-022-8/+204
* Sync with NetBSD usbdevsNick Hibma2001-04-021-16/+56
* Since -CURRENT requires module dependencies to actually be correct forBrian Feldman2001-03-291-0/+1
* Regenerate correctly.Peter Wemm2001-03-292-2/+2
* Hint: usbdevs_data.h and usbdevs.h are marked:Peter Wemm2001-03-291-0/+1
* Small patch is required to the USB susbsystem to include support forPoul-Henning Kamp2001-03-283-0/+8
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-267-7/+0
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-072-2/+7
* Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5Peter Wemm2001-03-051-0/+1
* Disable the mutex locking calls. These do not work in their present formPeter Wemm2001-02-273-0/+15
* Change default devfs permissions to the ones in MAKEDEV.Nick Hibma2001-02-191-2/+2
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-2/+3
* Change and clean the mutex lock interface.Bosko Milekic2001-02-093-6/+6
* Regen.Nick Hibma2001-02-062-2/+17
* Add a comment about the fact that adding an ID doesn't actually do anything.Nick Hibma2001-02-061-0/+15
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-063-3/+3
* Regen.Nick Hibma2001-02-052-5/+67
* Add some ids from NetBSD.Nick Hibma2001-02-051-2/+16
* Regen.Nick Hibma2001-02-052-2/+41
* * Correct a broken entryNick Hibma2001-02-051-1/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-033-6/+3
* Use suser(9) instead of checking p->p_ucred->cr_uid directly.John Baldwin2001-01-231-1/+1
* Make intr_nesting_level per-process, rather than per-cpu. SetupJake Burkholder2001-01-213-3/+3
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-193-3/+6
* Nikon E990 and Nomad MP3 player Ids.Nick Hibma2001-01-181-0/+8
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesJake Burkholder2001-01-103-3/+3
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-099-0/+36
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-21/+28