summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Change the calling convention for ic_node_alloc to deal withsam2008-06-073-6/+12
* Add the support for the Globetrotter Max 3.6 HSDPA Modem.attilio2008-06-052-0/+3
* Add device IDs for Ricoh R5U870-based OEM cameraskevlo2008-06-041-0/+8
* Add device ID for AnyDATA ADU-500A EV-DO modem.kan2008-06-032-0/+3
* Add vendor/device IDs for Novatel U740 repackaged by Dell.kan2008-06-032-0/+3
* Change my email address to the one from the FreeBSD project.ed2008-05-241-1/+1
* Drop Giant before calling kproc_exit(), so we don't trigger assertion inpjd2008-05-201-0/+4
* Add support for the Epson 4800 scanner.remko2008-05-182-0/+2
* Add support for the Nikon D300 cameraremko2008-05-162-0/+5
* Don't let hacksync() call bus_dmamap_sync(9) on DMA maps whichmarius2008-05-132-6/+14
* From the OpenBSD commit log :cognet2008-05-132-1/+3
* Update PLCP<->rate mapping support:sam2008-05-123-7/+79
* Minor cleanup of vap create work:sam2008-05-123-3/+6
* Add ID for HTC PPC6700 Modem.delphij2008-05-082-0/+2
* A couple of cameras that I recently boughtimp2008-05-031-0/+2
* Unify all the wifi *_ioctl routinesthompsa2008-05-012-14/+17
* Add support for Microsoft Notebook Optical Mouse 3000 Model 1049.kaiw2008-04-302-0/+21
* Add Epson DX8400 scanner.imp2008-04-292-0/+2
* Add support for the Davicom DM9601.imp2008-04-262-5/+3
* remove scan task on state change so it doesn't unexpectedly firesam2008-04-251-1/+2
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-206-1356/+1241
* Add one more HTC PocketPC device id.mav2008-04-202-0/+2
* - Correctly destroy assoiciated ucom device on detach.stas2008-04-161-0/+2
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forkris2008-04-161-1/+1
* Identify ICH9 USB controllers.benno2008-04-112-0/+26
* Add support for Verizon v740 to ubsa(4).flz2008-04-092-0/+3
* Add PCI ID's for ICH8 USB controllers.jhb2008-04-072-0/+33
* Add Qualcomm ZTE CMDMA MSM modem to the list of supported modems.rpaulo2008-03-282-0/+4
* split out tty create part of ucom_attach into ucom_attach_tty sosam2008-03-252-7/+13
* add some CDMA modemssam2008-03-251-0/+9
* Workaround design botch in usb: blindly mixing bus_dma with PIO does notsam2008-03-202-0/+32
* Correct cache handling for xfer requests marked URQ_REQUEST: many (if notsam2008-03-201-1/+2
* - Add the Corega CG-WLUSB2GL from NetBSDkevlo2008-03-202-0/+4
* add some debug msgs for tracking xferssam2008-03-201-4/+9
* add support for %b printing of request + xfer flagssam2008-03-202-0/+4
* don't set sniffer mode to ON when the driver is running with theweongyo2008-03-171-2/+1
* Add a quirk to ignore ASUS LCM display found on some ASUS laptops.jkim2008-03-142-0/+3
* Relax the BIOS/OS sempahore handoff code to workaround different hardjhb2008-03-121-1/+4
* Partially revert 1.95. It changed the probe for a mouse device to onlyjhb2008-03-121-1/+4
* Apply le*toh() or htole*() to the variables of which we use the addressmarcel2008-03-071-1/+6
* Oops, I accidently concatenated uslcom.[c4] multiple times before therink2008-03-051-1676/+0
* Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratoriesrink2008-03-052-0/+2121
* - Handle buffer lock waiters count directly in the buffer cache insteadattilio2008-03-011-0/+1
* Add support for the EPSON CX5400 scannerremko2008-02-262-0/+2
* - Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZpav2008-02-262-0/+6
* o Add module event handler.akiyama2008-02-241-2/+19
* Add support for the VIA USB2IDE bridge [1].remko2008-02-212-0/+22
* Eliminate BUS_DMA <-> cache incoherencies in USB transfers.raj2008-02-121-1/+2
* - Revert last ehci.c changeattilio2008-02-101-1/+0
* After rev. 1.60 of sys/lockmgr.h, the header requires inclusion of thekib2008-02-101-0/+1
OpenPOWER on IntegriCloud