summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Fix warning: 128: warning: initialization makes pointer from integerpeter2001-06-151-1/+4
* Activate the kthread mechanism for doing usb bus discovery. This meanspeter2001-06-062-49/+48
* Remove the empty uscannerioctl() and use noioctl() instead.phk2001-05-231-8/+1
* Add description for 82801BA controller.kuriyama2001-05-211-0/+16
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-012-0/+4
* Regen.n_hibma2001-04-302-7/+14
* Add 4300C Idn_hibma2001-04-301-1/+2
* Regen.n_hibma2001-04-172-2/+9
* Add the HP scanner 3400Cn_hibma2001-04-171-0/+1
* Regen.n_hibma2001-04-172-2/+18
* Lexar jumpSHOT Id.n_hibma2001-04-171-0/+4
* Regen.n_hibma2001-04-122-17/+84
* TDK idsn_hibma2001-04-121-1/+8
* From NetBSDn_hibma2001-04-121-5/+11
* Rege.n_hibma2001-04-092-4/+4
* Again an ID that has been reused. Update description.n_hibma2001-04-091-1/+1
* Add the Abocom URE 450 ethernet adapter.n_hibma2001-04-091-0/+1
* Regen.n_hibma2001-04-092-4/+4
* Update the description for the EPSON PID 0x010a. It seems to be reused inn_hibma2001-04-091-1/+1
* Regen.n_hibma2001-04-092-2/+9
* Add the Omni 56K Plus modemn_hibma2001-04-091-0/+1
* Add id for the IO Data ET/Tn_hibma2001-04-071-0/+1
* Regen.n_hibma2001-04-022-2/+18
* Add Agate Q-Drive.n_hibma2001-04-021-0/+4
* Regen.n_hibma2001-04-022-8/+204
* Sync with NetBSD usbdevsn_hibma2001-04-021-16/+56
* Since -CURRENT requires module dependencies to actually be correct forgreen2001-03-291-0/+1
* Regenerate correctly.peter2001-03-292-2/+2
* Hint: usbdevs_data.h and usbdevs.h are marked:peter2001-03-291-0/+1
* Small patch is required to the USB susbsystem to include support forphk2001-03-283-0/+8
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-267-7/+0
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-072-2/+7
* Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5peter2001-03-051-0/+1
* Disable the mutex locking calls. These do not work in their present formpeter2001-02-273-0/+15
* Change default devfs permissions to the ones in MAKEDEV.n_hibma2001-02-191-2/+2
* Extend kqueue down to the device layer.jlemon2001-02-151-2/+3
* Change and clean the mutex lock interface.bmilekic2001-02-093-6/+6
* Regen.n_hibma2001-02-062-2/+17
* Add a comment about the fact that adding an ID doesn't actually do anything.n_hibma2001-02-061-0/+15
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-063-3/+3
* Regen.n_hibma2001-02-052-5/+67
* Add some ids from NetBSD.n_hibma2001-02-051-2/+16
* Regen.n_hibma2001-02-052-2/+41
* * Correct a broken entryn_hibma2001-02-051-1/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-033-6/+3
* Use suser(9) instead of checking p->p_ucred->cr_uid directly.jhb2001-01-231-1/+1
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-213-3/+3
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-193-3/+6
OpenPOWER on IntegriCloud