summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-3122-161/+97
* Wake up Joe! It would help if I included sys/sysctl.h.joe2002-07-311-0/+1
* Add a sysctl (debug.usb.uhub) for tweaking the uhub debug levels.joe2002-07-311-1/+3
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-3119-17/+55
* It should be "ucom", not "usio".joe2002-07-311-1/+1
* Regenjoe2002-07-312-2/+37
* MFNetBSD: uvisor.c (1.14, 1.15)joe2002-07-312-9/+56
* Remove trailing white spacesjoe2002-07-311-3/+9
* Regenjoe2002-07-312-2/+23
* Add the HP ScanJet 2200C.joe2002-07-311-0/+1
* Enable the HP 2200C and Visioneer Scanport 3000 scanners, and removejoe2002-07-312-4/+7
* Add the Primax (Visioneer) 6200 scanner.joe2002-07-312-0/+2
* Regenjoe2002-07-302-2/+9
* Add support for a couple of network adapters; the 3Com 3C460B andjoe2002-07-302-0/+3
* Remove some strange code that allocates memory and then immediatelyiedowse2002-07-301-26/+2
* Commit a version of the uvisor driver for connecting Handspringjoe2002-07-301-0/+438
* Regen after usbdevs rev.1.95.sobomax2002-07-302-2/+18
* Add ID for Luwen EasyDisk USB flash memory drive.sobomax2002-07-301-0/+4
* Regen.takawata2002-07-252-3/+10
* MFNetBSD: FTDI USB-serial converter chips description.takawata2002-07-251-1/+2
* Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.jhb2002-07-191-0/+27
* Re-fetch the interface handle after setting the config number,iedowse2002-07-152-1/+4
* Correct module name of my previous commit.ume2002-07-151-1/+1
* When usb is kld, ucom and uplcom were failed to load because ofume2002-07-132-0/+2
* It's not "usio" anymore, it's "ucom".joe2002-07-103-5/+5
* Improve detach operation.joe2002-07-103-14/+53
* Include the bmaj entry in the cdevsw for versions of FreeBSD that need it.joe2002-07-101-0/+3
* Regen.joe2002-07-102-2/+9
* Add another ucom device (ELECOM UC-SGT).joe2002-07-102-0/+3
* Regen for SMC 2206USB/ETH EZ Connect adapter.joe2002-07-092-2/+9
* MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)joe2002-07-092-0/+2
* Delay the creation of the ugenX device node until we're certainjoe2002-07-091-5/+6
* Avoid reprobing on loading a driver. This does not work as the ivars setn_hibma2002-06-171-0/+15
* Set the ivars _after_ checking that the bdev was correctly created insteadn_hibma2002-06-171-2/+2
* clean up some KASSERTS.n_hibma2002-06-171-13/+18
* Rewrite the probe routine. This makes adding drives and quirks more easy.n_hibma2002-06-161-267/+251
* Should have been part of recent commit:alfred2002-06-012-5/+3
* Call destroy_dev in detach routine to cleanup properly otherwise wealfred2002-06-011-3/+8
* NetBSD have adopted our usage of the DMAADDR macro:joe2002-05-283-12/+10
* Regen.joe2002-05-272-2/+16
* Add a couple of new aue ethernet adapters from NetBSD:joe2002-05-272-0/+4
* Use aue_lookup for looking up devices.joe2002-05-262-86/+71
* Correct the usage of DMAADDR in a piece of '#if 0'd code. (The compilerjoe2002-05-261-1/+1
* MFNetBSD:joe2002-05-261-2/+2
* MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100)joe2002-05-263-9/+9
* Fix a panic by allocating the iface structure locally in the attachjoe2002-05-232-3/+14
* Reflect some changes in the NetBSD code path, and sligh adjustments to ours.joe2002-05-231-4/+7
* Sync with NetBSD. (Non functional changes).joe2002-05-221-9/+9
* Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUTjoe2002-05-221-1/+1
* Regen after changing Device ID string for DaisyTech devices.sobomax2002-05-202-4/+4
OpenPOWER on IntegriCloud