aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the USB_SETDEBUG IOCTL as debug levels can now be setJosef Karthauser2002-09-151-13/+0
* Add a device description for Intel 82801CA/CAM (ICH3) USB controllerJosef Karthauser2002-08-281-0/+5
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-1/+1
* Use uhci_pci_match to return the device description and rework theJosef Karthauser2002-08-181-28/+22
* Add a comment to remind that uhci_pci_match will never return NULL.Josef Karthauser2002-08-181-6/+11
* Consolidate the device recognition code.Josef Karthauser2002-08-181-57/+4
* MFNetBSD: 1.51Josef Karthauser2002-08-161-4/+5
* MFNetBSD: (1.50) Get rid of trailing white space.Josef Karthauser2002-08-161-5/+5
* MFNetBSD:Josef Karthauser2002-08-161-6/+6
* UHCI_DEBUG -> USB_DEBUG.Josef Karthauser2002-08-151-1/+1
* Add the uftdi ucom driver which supports the following adapters:Josef Karthauser2002-08-112-0/+959
* RegenJosef Karthauser2002-08-112-2/+9
* Add Palm M515.Josef Karthauser2002-08-112-0/+2
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-0820-21/+41
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-3122-161/+97
* Wake up Joe! It would help if I included sys/sysctl.h.Josef Karthauser2002-07-311-0/+1
* Add a sysctl (debug.usb.uhub) for tweaking the uhub debug levels.Josef Karthauser2002-07-311-1/+3
* Get bored with hard coded debug level variables and introduce a debug.usbJosef Karthauser2002-07-3119-17/+55
* It should be "ucom", not "usio".Josef Karthauser2002-07-311-1/+1
* RegenJosef Karthauser2002-07-312-2/+37
* MFNetBSD: uvisor.c (1.14, 1.15)Josef Karthauser2002-07-312-9/+56
* Remove trailing white spacesJosef Karthauser2002-07-311-3/+9
* RegenJosef Karthauser2002-07-312-2/+23
* Add the HP ScanJet 2200C.Josef Karthauser2002-07-311-0/+1
* Enable the HP 2200C and Visioneer Scanport 3000 scanners, and removeJosef Karthauser2002-07-312-4/+7
* Add the Primax (Visioneer) 6200 scanner.Josef Karthauser2002-07-312-0/+2
* RegenJosef Karthauser2002-07-302-2/+9
* Add support for a couple of network adapters; the 3Com 3C460B andJosef Karthauser2002-07-302-0/+3
* Remove some strange code that allocates memory and then immediatelyIan Dowse2002-07-301-26/+2
* Commit a version of the uvisor driver for connecting HandspringJosef Karthauser2002-07-301-0/+438
* Regen after usbdevs rev.1.95.Maxim Sobolev2002-07-302-2/+18
* Add ID for Luwen EasyDisk USB flash memory drive.Maxim Sobolev2002-07-301-0/+4
* Regen.Takanori Watanabe2002-07-252-3/+10
* MFNetBSD: FTDI USB-serial converter chips description.Takanori Watanabe2002-07-251-1/+2
* Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.John Baldwin2002-07-191-0/+27
* Re-fetch the interface handle after setting the config number,Ian Dowse2002-07-152-1/+4
* Correct module name of my previous commit.Hajimu UMEMOTO2002-07-151-1/+1
* When usb is kld, ucom and uplcom were failed to load because ofHajimu UMEMOTO2002-07-132-0/+2
* It's not "usio" anymore, it's "ucom".Josef Karthauser2002-07-103-5/+5
* Improve detach operation.Josef Karthauser2002-07-103-14/+53
* Include the bmaj entry in the cdevsw for versions of FreeBSD that need it.Josef Karthauser2002-07-101-0/+3
* Regen.Josef Karthauser2002-07-102-2/+9
* Add another ucom device (ELECOM UC-SGT).Josef Karthauser2002-07-102-0/+3
* Regen for SMC 2206USB/ETH EZ Connect adapter.Josef Karthauser2002-07-092-2/+9
* MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)Josef Karthauser2002-07-092-0/+2
* Delay the creation of the ugenX device node until we're certainJosef Karthauser2002-07-091-5/+6
* Avoid reprobing on loading a driver. This does not work as the ivars setNick Hibma2002-06-171-0/+15
* Set the ivars _after_ checking that the bdev was correctly created insteadNick Hibma2002-06-171-2/+2
* clean up some KASSERTS.Nick Hibma2002-06-171-13/+18