summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2005-03-08lots of new devices found in a linux driverDavid Gwynne
2005-03-08regenDavid Gwynne
2005-03-08add (lots of) extra devices for atu found in a linux driverDavid Gwynne
2005-03-08Initialise the alternate next pointer in the queue head with EHCI_NULL, notChristopher Pascoe
2005-03-08From FreeBSD rev1.30:Christopher Pascoe
2005-03-07Ignore XactErr status if the host controller also indicates that theChristopher Pascoe
2005-03-07Add a workaround for VIA EHCI controllers which, under load, signal qTDChristopher Pascoe
2005-03-06Wait for the bulk transfer to complete before returning if we are in polledChristopher Pascoe
2005-03-06ohci_rhsc_enable calls usb_transfer_complete via ohci_rhsc - we need to beChristopher Pascoe
2005-03-06Fix incorrect comment about interrupt threshold control level.Christopher Pascoe
2005-03-06In [eo]hci_waitintr, xfer->timeout is in ms, not hz.Christopher Pascoe
2005-03-05regenJun-ichiro itojun Hagino
2005-03-05OQO/0003 is bluetooth interfaceJun-ichiro itojun Hagino
2005-03-03sort devices and remove a duplicateDavid Gwynne
2005-03-03properly implement hardware wep support. mostly done by jesse off withDavid Gwynne
2005-03-03some mbuf handling fixes from netbsdDavid Gwynne
2005-03-03OQO model 01 internal wireless. help from many, ok by dlgJun-ichiro itojun Hagino
2005-03-03ethernet on OQO model 01 device cable. dlg okJun-ichiro itojun Hagino
2005-03-03regenJun-ichiro itojun Hagino
2005-03-03OQO model 01 devicesJun-ichiro itojun Hagino
2005-02-28Fix minor KNF nit that hurts every time I analyse this code.Christopher Pascoe
2005-02-28another fix from netbsd pointed out by jsg@David Gwynne
2005-02-28Do not incorrectly emit "too many" message in debugging code.Christopher Pascoe
2005-02-24fixes inspired by netbsd and pointed out by jsg@David Gwynne
2005-02-23syncTheo de Raadt
2005-02-23palm zire 31; pr 4113, jamesw@bsdhosting.co.zaTheo de Raadt
2005-02-18Internal wireless on PCChips A535 laptop found in a dmesg fromJonathan Gray
2005-02-18regenJonathan Gray
2005-02-18Internal wireless on PCChips A535 laptop found in a dmesg fromJonathan Gray
2005-02-17derived from NetBSD:Reyk Floeter
2005-02-12Additional axe devices found in Linux driver.Jonathan Gray
2005-02-12regenJonathan Gray
2005-02-12Additional axe devices found in Linux driver.Jonathan Gray
2005-01-30dont redefine ETHER_ALIGNDavid Gwynne
2005-01-28make RTS follow DTS when CRTSCTS is off, like com(4) and pccom(4); testedDamien Miller
2005-01-28Restore asserting DTR by default, lost when cuaU* support was added;Damien Miller
2005-01-28fix merge errors from r1.18; tested hshoexer & henning; ok henning@ dlg@Damien Miller
2005-01-27align the buffer when it is allocated, rather than realign the data in itDavid Gwynne
2005-01-26add the Belkin F5D6050 802.11b Wireless Device. from netbsdDavid Gwynne
2005-01-26regenDavid Gwynne
2005-01-26add the Belkin F5D6050 802.11b Wireless adapter. from netbsdDavid Gwynne
2005-01-23Add the Askey WLL013. found by jsg in a dmesgDavid Gwynne
2005-01-23syncDavid Gwynne
2005-01-23Allow this to work on __STRICT_ALIGN archs, ok dhartmei@Dale Rahn
2005-01-23add the Askey WLL013 which is an atu device found by jsg in a dmesgDavid Gwynne
2005-01-19make sure only one set of xfers are set up for any number of opens of theDavid Gwynne
2005-01-16typoDavid Gwynne
2005-01-16add support for the HX variant of the pl2303 from Pedro la Peu viaDavid Gwynne
2005-01-16USB_DEBUG should imply UBSA_DEBUGDavid Gwynne
2005-01-15Additional devices found in linux-wlan driver.Jonathan Gray