summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* Reviewed by: n_hibmamr2002-11-081-8/+16
* Cast a ptrdiff_t value to an int to quiet a warning since we don't supportjhb2002-11-071-1/+2
* Packed structures are defined differently in older gcc's, like the onejoe2002-11-061-0/+4
* There's no need for a locally defined usb_proc_t when we've gotjoe2002-11-061-10/+3
* Specify the correct protocol for the Olympus C-1 camera. It appearsiedowse2002-11-011-1/+1
* Check for errors and zero-length transfers in the ulpt_input() inputiedowse2002-10-301-0/+6
* Whitespace fixes per style(9)kan2002-10-191-11/+10
* Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.kan2002-10-081-0/+739
* Regen after usbdevs rev. 1.102.kan2002-10-082-0/+30
* Add entries for:kan2002-10-081-0/+6
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-2/+2
* Gremlins ate my comment!joe2002-09-301-1/+1
* In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTRjoe2002-09-305-0/+21
* MFNetBSD: Increasre the reset recovery time. (rev 1.69)joe2002-09-271-3/+3
* MFNetBSD: Update class codes. (rev 1.68)joe2002-09-271-5/+13
* MFNetBSD: Add Bluetooth related classes etc. (rev 1.67)joe2002-09-271-5/+12
* MFNetBSD: revision 1.66joe2002-09-271-6/+6
* s/__attribute__((__packed__))/__packed/galfred2002-09-231-1/+1
* Deprecate the USB_SETDEBUG IOCTL as debug levels can now be setjoe2002-09-151-13/+0
* Add a device description for Intel 82801CA/CAM (ICH3) USB controllerjoe2002-08-281-0/+5
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* Use uhci_pci_match to return the device description and rework thejoe2002-08-181-28/+22
* Add a comment to remind that uhci_pci_match will never return NULL.joe2002-08-181-6/+11
* Consolidate the device recognition code.joe2002-08-181-57/+4
* MFNetBSD: 1.51joe2002-08-161-4/+5
* MFNetBSD: (1.50) Get rid of trailing white space.joe2002-08-161-5/+5
* MFNetBSD:joe2002-08-161-6/+6
* UHCI_DEBUG -> USB_DEBUG.joe2002-08-151-1/+1
* Add the uftdi ucom driver which supports the following adapters:joe2002-08-112-0/+959
* Regenjoe2002-08-112-2/+9
* Add Palm M515.joe2002-08-112-0/+2
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-0820-21/+41
* 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
OpenPOWER on IntegriCloud