summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Add support for Huawei Technologies Mobile card (3G).le2007-02-092-0/+6
* Add support for another 3G card and update man page accordingly.le2007-02-042-0/+6
* Fix build (sc->dev => sc->sc_dev).flz2007-02-031-1/+1
* It turns out we were mallocing too early, so move the allocation so weimp2007-02-031-1/+5
* Fix memory leak of devinfopimp2007-02-031-2/+1
* Fix possible memory leaks of devinfo.imp2007-02-031-2/+2
* Fix non-use, but not memory leak, of devinfop. Set the device'simp2007-02-031-39/+22
* Fix memory leak of devinfo. The leak itself was documented inimp2007-02-031-122/+66
* Add ALTQ support for aue(4).mlaier2007-02-031-5/+7
* Add support for serial communication with Windows CE based Handheld Computer.takawata2007-01-281-0/+383
* Add some vendor IDs mainly from NetBSD.takawata2007-01-281-0/+5
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-212-8/+8
* Fix a buffer overflow iff USB_DEBUG is set, hw.usb.ums.debug is > 5 and themarkus2007-01-171-3/+4
* Remove my "custom" locks that allow for lock acquire abort, they arealfred2007-01-082-177/+52
* Add the following functions to abstract away the creation of task threadsalfred2007-01-082-0/+39
* protect against multiple inclusion (this is useful when youluigi2007-01-031-0/+3
* Back out revision 1.33. usb/98983 was misfiled and the patch had no effect.jkim2006-12-261-2/+0
* Fix a deadlock in detach/shutdown.alfred2006-12-232-20/+164
* Use callouts to prevent races.alfred2006-12-132-20/+31
* defer all processing to a full fledged thread.alfred2006-12-114-180/+209
* Stop INVARIANTS panics in if_aue with a stopgap.alfred2006-11-292-7/+32
* Add a quirk for devices recognized as usb keyboards not to be hooked byflz2006-11-284-0/+8
* Write the short vendor name in ALL CAPS, since it will becomedougb2006-11-271-1/+1
* Refine the previous change to only call bus_dmamap_sync() in case ofmarius2006-11-271-12/+19
* Add entry and no-UHID quirk for I-tuner networks USB-LCD 2x20 as foundphk2006-11-262-0/+6
* I mistakenly committed the wrong version of my patch (sorry).dougb2006-11-241-2/+1
* Add a vendor ID for O2Micro, obtained fromdougb2006-11-231-0/+3
* add codes for Atheros USB devices; shuffle one ural code tosam2006-11-232-3/+80
* Fix coherency issue. From submitter:imp2006-11-221-0/+7
* Acknowledge (dearly) departed filesdougb2006-11-211-12/+0
* o Add uark(4), a driver for Arkmicro Technologies ARK3116 based serialmaxim2006-11-152-0/+371
* Fix USB printer Xerox WorkCentre M15 adding a quirk to bypassflz2006-11-112-0/+5
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-9/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-0/+8
* Add support for Option GT 3G/3G quad datacard in ubsa.kevlo2006-10-312-5/+11
* Fix non-working CAPS LED under X by applying fix from atkbd.c,v 1.27:ru2006-10-251-1/+2
* Use a different task queue for host controller and peripheral driveriedowse2006-10-198-39/+74
* Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive.flz2006-10-072-0/+5
* Add a USB quirk for CMOTECH CDMA USB modem.flz2006-10-072-0/+5
* Add a USB quirk for Motorola A41x/V32x USB phones.flz2006-10-072-0/+3
* Add support for Novatech NV902 wireless NIC in ural(4).flz2006-10-072-0/+5
* Add support for Epson Stylus CX4200 in uscanner(4).flz2006-10-072-0/+2
* Add support for Psion Gold Port Ethernet USB NIC.flz2006-10-072-0/+4
* Add support for Netgear FA101 ethernet USB NIC.flz2006-10-072-0/+2
* Add a quirk for the Belkin FC6550-AVR UPS.flz2006-10-072-0/+3
* Add support for Familiar Linux powered iPaq handhelds to cdce(4).flz2006-10-072-0/+2
* Add quirk for Logitech iFeel MouseMan USB mouse.flz2006-10-072-1/+3
* - Add support for Epson USB Scanners (3590 [1] and 4990 [2]).flz2006-10-072-0/+4
* Fix compile in non-debug case.iedowse2006-10-032-4/+2
* When changing the device address and max packet size in usbd_new_device(),iedowse2006-10-033-21/+18
OpenPOWER on IntegriCloud