summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Regenjoe2003-01-202-2/+9
* Support for the "Seiko Epson Perfection 1260 scanner".joe2003-01-202-0/+2
* Some USB devices are not prepared to deal with a single byte stringjoe2003-01-141-2/+8
* Make compile cleanly when USB_DEBUG is defined.imp2003-01-121-1/+2
* Merge from NetBSD and arrange for FreeBSD's slight differences inimp2003-01-092-817/+423
* Retry to get full device descriptor, this let my slow CD Tower device work.davidxu2003-01-081-1/+7
* Update to correct NetBSD Idimp2003-01-021-1/+1
* Sync to 1.104 of usbdevsimp2003-01-022-2/+18
* Add NEODIO TURBOCONNECT (from NetBSD)imp2003-01-021-0/+4
* MFNetBSD through 1.42 (to be committed in a moment by me).imp2003-01-021-3/+4
* Do not print the value of sc pointer before is has been ininialized.kan2003-01-021-1/+2
* Create debug sysctl nodes if USB_DEBUG is defined.kan2003-01-021-1/+1
* It appears that the SANYO SCP-4900 needs similar quirks to theimp2003-01-011-0/+2
* Sync to usbdevs 1.103imp2003-01-012-2/+18
* Add Sanyo SCP-4900 phone. It needs quirks.imp2003-01-011-0/+4
* Now that we've 'branched' 5.0, desupport FreeBSD 3.x in this driver. Itimp2003-01-011-29/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-3/+3
* When resuming after a system suspend, re-issue the UHCI_CMD_MAXPiedowse2002-12-261-0/+1
* Revert part of the last commit. Do not fake-up the cylinders to makedillon2002-12-221-2/+1
* Modify the fake cylinders calculation so it is >= the size of the device,dillon2002-12-201-6/+26
* Fix two bugs in the DMA chaining code for OHCI. The first bug is thatdillon2002-12-201-5/+9
* Ignore IEEE1284 descriptors when looking for bidirectional mode. We don'tdes2002-12-161-2/+2
* MFNetBSD: 1.52-1.55des2002-12-161-4/+17
* The uftdi driver runs with multiple instances.ticso2002-12-121-5/+0
* MFNetBSD: (partial 1.133)joe2002-12-091-0/+2
* MFNetBSD:joe2002-12-091-5/+0
* Don't corrupt the ED list whilst removing an entry.joe2002-12-091-1/+1
* Apply some fixups in the driver_t's.joe2002-11-173-3/+3
* Use a sysctl for controlling the debugging output.joe2002-11-171-6/+19
* Fix a typo in a console message.joe2002-11-171-1/+1
* network interface driver changes:sam2002-11-147-37/+13
* 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
OpenPOWER on IntegriCloud