summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* fix a ehci's bug that it's occurred when the xfers are aborted underweongyo2009-01-151-1/+1
* MFp4: //depot/projects/usb@155748thompsa2009-01-131-0/+4
* Readd the Alcor Transcend device which is referenced in usb2/storage/umass2.c,thompsa2009-01-091-0/+1
* Provide handler for USB controller error interrupts for Marvell EHCI device.raj2009-01-081-0/+76
* Add workaround for Parallels 4.0. Without it, ehci and uhci driverstrasz2009-01-062-0/+14
* add some USB scanner IDs for recent Epson multifunction devices.luigi2008-12-312-6/+27
* fix a silly bug that I missed a for-loop to initialize AL2230S PHY.weongyo2008-12-251-2/+4
* must pack structures for architectures like armsam2008-12-241-2/+2
* move IXP4XX EHCI bus shim to the usb directory and renamesam2008-12-231-0/+360
* Add support for the HP 4470C scanner.remko2008-12-232-0/+2
* Add support for the MaxSream USB test carrier.remko2008-12-232-1/+4
* Add support for 2 EVDO devices.remko2008-12-231-0/+5
* o add Transaction Translator support (still missing ISOC xfers)sam2008-12-232-21/+40
* o add sys/endian.h now required by ehcivar.hsam2008-12-201-1/+3
* fix build w/ EHCI_DEBUGsam2008-12-201-1/+1
* Merge usb changes for Gateworks Cambria boards:sam2008-12-206-374/+504
|\
| * MFH @ 186335sam2008-12-203-41/+53
| |\ | |/ |/|
* | Fix last commit, ttydisc_rint_bypass returns the total, not remainder.thompsa2008-12-181-1/+1
* | Attempt to handoff the entire buffer with ttydisc_rint_bypass() before bangingthompsa2008-12-181-9/+12
* | Make the tp pointer available for debugging.phk2008-12-141-0/+2
* | Bump the FTDI receive buffer size to 256 in order to improve throughput.phk2008-12-141-25/+26
* | Move the code that injects received characters into the tty system intophk2008-12-142-17/+23
| * Merge WIP from p4:sam2008-12-136-374/+475
|/
* The TWINKLECAM entry is under CHICONY2, remove MICRODIA.thompsa2008-12-121-4/+1
* Use correct AIPTEK2 name for vendor 0x04fc, now that the PENCAM_MEGA_1_3thompsa2008-12-121-1/+1
* Add entries for some Option, Sierra and Stelera 3G cards.thompsa2008-12-111-0/+8
* The startall variable should default to zero, otherwise the vap is restartedthompsa2008-12-061-6/+5
* The Netgear WG111v2 USB dongle contains a RTL8187 chip,kevlo2008-12-011-1/+0
* - Add the device ID for the HP HS2300 MC8775 clone (michael)n_hibma2008-11-262-6/+8
* - improve AL2230 RF handling when the device type is zd1211. After thisweongyo2008-11-252-1145/+1526
* src/sys/dev/usb2/controller/uss820dci_pccard.calfred2008-11-191-1/+1
* Hide the attach message. This needs to be done in the probe as well, asn_hibma2008-11-131-6/+23
* Silence detach messages if the device has marked itself quiet (u3g).n_hibma2008-11-131-12/+14
* Add a reset device command to ugen.c.n_hibma2008-11-135-10/+19
* Add a quirk for Belkin USB Bluetooth adapters (F8T012xx1 series)keramida2008-11-122-0/+10
* Add support for the Microsoft Comfort Optical Mouse 3000 (model 1043).cperciva2008-11-122-0/+3
* Bugfix: Cut&paste error from the NetBSD code.n_hibma2008-11-031-18/+22
* uaa->ifaces contains pointers so set its entry to NULL not 0.n_hibma2008-11-031-1/+1
* Merge some minor deltas from p4 newcard tree:imp2008-11-021-0/+2
* We need to print out the device info ourselves on FBSD 6.n_hibma2008-10-301-0/+7
* Bugfix: Check the error code for in progress as well, after starting then_hibma2008-10-301-8/+10
* Return USBD_NORMAL_COMPLETION instead of a hard coded 0.n_hibma2008-10-301-1/+1
* Comment out #define turning on debugging which went in with r184436 andbz2008-10-291-1/+1
* Add the device ID for the mass storage device that appears before then_hibma2008-10-292-4/+4
* Unbreak LINT from r184381 using the correct variable in debuggingbz2008-10-281-4/+1
* Grab Sierra and Novatel init functions from NetBSD version of the u3gn_hibma2008-10-271-26/+141
* o use the new association callback to notify the driver when joining a bsssam2008-10-271-5/+0
* Make the driver compile on FBSD6 as well.n_hibma2008-10-241-2/+6
* Add U3G_DEBUG to LINTn_hibma2008-10-241-0/+1
* - Bugfix: Only claim interface after having checked all endpoints. Thisn_hibma2008-10-241-42/+40
OpenPOWER on IntegriCloud