summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2010-12-30Add the Novatel EU870D HSDPA modem found in (at least) Dell XT.Antoine Jacoutot
2010-12-30* do not add timeouts if the driver is dyingJacob Meuser
2010-12-30* add a process reference counting variable to struct usbd_deviceJacob Meuser
2010-12-30backout previous. this is not a regular usb device driver, and thusJacob Meuser
2010-12-27* add cfattach activate functions and call usbd_deactivate() in theJacob Meuser
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-19- use usb_lookup(), these should be the last drivers that rolled their ownJasper Lievisse Adriaanse
2010-12-18rsu(4) supports the Sweex LW154Jacob Meuser
2010-12-18syncJacob Meuser
2010-12-18Sweex LW154Jacob Meuser
2010-12-17don't catch signals in usbd_{bulk,intr}_transfer if a timeout isJacob Meuser
2010-12-17- use nitems()Jasper Lievisse Adriaanse
2010-12-17- use usb_lookup() instead of handrolled macroJasper Lievisse Adriaanse
2010-12-17- attach to abbott stereo plug and fix it's firmware loadingJasper Lievisse Adriaanse
2010-12-17 regenJasper Lievisse Adriaanse
2010-12-17add abbbott stereo plug cableJasper Lievisse Adriaanse
2010-12-17- attach to moxa uport110, from rivo nurgesJasper Lievisse Adriaanse
2010-12-17- regenJasper Lievisse Adriaanse
2010-12-17add moxa uport110, from rivo nurgesJasper Lievisse Adriaanse
2010-12-17- use usb_lookup() instead of handrolled macro.Jasper Lievisse Adriaanse
2010-12-15attach the Hercules HWGUn-54 to rsu(4)Damien Bergamini
2010-12-15Add USB ID for the Hercules HWGUn-54; from pea@Damien Bergamini
2010-12-15- the firmware download succeeded message should be wrapped in DPRINTF().Jasper Lievisse Adriaanse
2010-12-15- attach to the startech ICUSB232X, though only the first port can be usedJasper Lievisse Adriaanse
2010-12-15make this not panic on attachJonathan Gray
2010-12-15don't delay if the device is dyingJacob Meuser
2010-12-14Match the Sitecom WL-349 v1.Mark Kettenis
2010-12-14regenDamien Bergamini
2010-12-14bunch of Atheros AR9271 product ids.Damien Bergamini
2010-12-14use the dying flag in struct usbd_bus instead of a private dying flagJacob Meuser
2010-12-13#undef RSU_DEBUGDamien Bergamini
2010-12-12cosmeticDamien Bergamini
2010-12-12Match the Planex GW-USNano.Jonathan Gray
2010-12-11Add support for the ZTE MF112 from MERIGHI Marcus.Jonathan Gray
2010-12-11regenJonathan Gray
2010-12-11ZTE MF112Jonathan Gray
2010-12-11drop Rx'd frames larger than MCLBYTES.Damien Bergamini
2010-12-11rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SUDamien Bergamini
2010-12-11rxi_flags was used uninitialized, and in some cases, received framesDamien Bergamini
2010-12-07remove useless #includeDamien Bergamini
2010-12-06* if we got an undercoverable error, set the dying flagJacob Meuser
2010-12-06as in ehci and ohci, delete the interrupt timeout in the detachJacob Meuser
2010-12-06a couple unchecked if_detach() in detach routines that were missedJacob Meuser
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2010-12-06call config_deactivate() before config_detach() when detaching devices.Jacob Meuser
2010-12-06* check that the root hub has been configured before trying toJacob Meuser
2010-12-06* add dying flag to struct usbd_deviceJacob Meuser
2010-12-03missing ; in previousJacob Meuser
2010-12-02don't attach to the hid interface of the ti msp430Jacob Meuser
2010-12-02don't match/attach devices without a data endpoint, since this driverJacob Meuser