summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Move the new USB stack into its new home.thompsa2009-02-23159-0/+110593
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-23106-82919/+0
* Add support for CMOTECH devices (not sure whether this is the correctn_hibma2009-02-132-37/+173
* Add the Novatel U760.thompsa2009-02-131-0/+2
* In urtw_init() call urtw_stop(ifp, 0) rather than urtw_stop(ifp, 1)kevlo2009-02-061-1/+1
* Add the Buffalo WLI-U2-SG54HGkevlo2009-02-062-0/+2
* Fix the input buffer at 1024. The previous calculated buffer sizen_hibma2009-01-271-5/+6
* Add umass quirk.thompsa2009-01-261-0/+1
* Add a usb hid quirk.thompsa2009-01-261-0/+1
* Add a new USB wireless driver, urtw(4) for supporting Realtek's 8187Lweongyo2009-01-234-0/+3733
* Add the dresden elektronik SensorTerminalBoard which uses an FT245.joerg2009-01-212-0/+19
* Set the pipe pointer before calling usbd_transfer() as its possible for thethompsa2009-01-191-1/+1
* 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
OpenPOWER on IntegriCloud