summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* Don't defer the boot-time exploration of high-speed USB busses.iedowse2005-03-271-3/+9
* Comment out rue_miibus_statchg() function. Using trial-and-error approach Isobomax2005-03-251-0/+12
* Add /* _FOO_H_ */ after the final #endif to make danfe happy.sobomax2005-03-253-3/+3
* Fix identation.sobomax2005-03-251-1/+1
* Add missed KUE_UNLOCK(). This is NOOP yet, but may be handy later on.sobomax2005-03-251-0/+1
* Fix breakage in the previous commit caused by the last-minute change.sobomax2005-03-257-21/+14
* Protect against multiple inclusions.sobomax2005-03-251-0/+5
* Move Rx/Tx lists management routines into central location.sobomax2005-03-2516-1040/+462
* GC unused fields.sobomax2005-03-252-2/+0
* GC unused field.sobomax2005-03-251-1/+0
* Fix an incorrect NULL argument to usbd_set_interface() associatediedowse2005-03-251-1/+1
* Use usbd_get_string() instead of calling usbd_get_string_desc()iedowse2005-03-251-15/+3
* Move xxx_newbuf() function, which was the same in all drivers into centralsobomax2005-03-2513-254/+56
* Use M_NOWAIT when allocating from a callout routine.iedowse2005-03-251-3/+4
* Zaurus expecrs CRC to be in little-endian order, so that convert it into LEsobomax2005-03-221-1/+2
* Add USB Communication Device Class Ethernet driver. Originally written forsobomax2005-03-222-0/+912
* Add the following products in preparation for addition of CDCE driver:sobomax2005-03-211-0/+12
* Root hubs don't have transaction translators, so skip printing theiedowse2005-03-201-1/+1
* Don't display the redundant `ehci_pci_attach: companion usbX'iedowse2005-03-201-2/+9
* Remove trailing whitespace as per NetBSD's revision 1.91. Alsoiedowse2005-03-201-20/+14
* Now that all architectures allow hooks to be inserted beforeiedowse2005-03-191-6/+2
* It was possible to have two threads concurrently aborting the sameiedowse2005-03-196-1/+92
* initialize pp->p_sc so it can be referenced later.ticso2005-03-172-20/+34
* Defer boot-time exploration of USB busses until all devices in theiedowse2005-03-171-1/+30
* Add support for the ethernet port in the JVC MP-PRX1 port replicator.iedowse2005-03-142-0/+2
* Set the split transaction interrupt C-mask correctly. This is theiedowse2005-03-141-1/+1
* The EHCI qTD token has a number of error status bits that are notiedowse2005-03-131-9/+9
* Fix the arrangement of periodic QH tree to give the correct intervaliedowse2005-03-131-4/+6
* Fix the silly bug that prevented most EHCI interrupt transfers fromiedowse2005-03-081-5/+3
* Merge from NetBSD.sobomax2005-03-015-56/+150
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-013-3/+3
* Sync with 1.9 from NetBSD, this includes:sobomax2005-03-011-8/+26
* Abort any active transfers when the device detaches. This fixes aiedowse2005-02-141-0/+44
* Add a new function usbd_abort_default_pipe() that aborts any transfersiedowse2005-02-142-0/+7
* When attached to a high-speed device, report a more appropriateiedowse2005-02-133-3/+18
* Fix problem with some logitec usb wireless mice.obrien2005-02-061-1/+1
* Use a taskqueue to handle port status changes.akiyama2005-01-313-2/+54
* - Add support for new chips, PL-2303X and PL-2303HX.akiyama2005-01-251-21/+159
* Although USBVERBOSE was an option in the config system, usb_subr.c failedimp2005-01-202-2/+2
* Fix USB serial device stalled after tcflush() was called.akiyama2005-01-191-1/+5
* MFp4:imp2005-01-113-1/+6
* fix a "little-endian-big-endian confusion that luckily:julian2005-01-091-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0662-65/+64
* add copyright notice to something I wrote that didn't have oneimp2005-01-061-1/+1
* Fix KASSERT inversion that was introduced in 1.150, resulting in instantkeramida2005-01-051-1/+1
* Fix comment. One of the two "Step 4" shuold be a "step 5"julian2005-01-051-1/+1
* Remove comment that doesn't seem to be true and add comments describingjulian2005-01-031-17/+16
* A much simpler way to work out if the required transfer can be done in 2julian2005-01-031-3/+2
* First pass at shortening names. Likely more can be done. Generallyimp2004-12-311-88/+88
* Eliminate the redundant/verbose portion of the company names.imp2004-12-311-195/+195
OpenPOWER on IntegriCloud