summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2013-04-08Remove some set but unused variablesskrll
2013-04-07Use rx_data, not tx_data at urtwn_free_rx_list().nonaka
2013-04-05Add a UPS_C_PORT_L1 defineskrll
2013-04-05Add a UPS_PORT_L1 defineskrll
2013-04-04Handle errors in ohci_open better.skrll
2013-04-04Don't take the bus lock in usbd_transfer_complete when polling.skrll
2013-04-04Whitespaceskrll
2013-04-04Take the bus lock in ohci_poll as it's assumed by ohci_softintr whichskrll
2013-04-04Slight formatting tweak ro previousskrll
2013-04-04Improve/fix TD flags reporting.skrll
2013-04-03Don't leak memory if ohci_alloc_std_chain fails.skrll
2013-04-03Fix kernel dump on ahci controller, by making sure we won't sleepbouyer
2013-04-03KNF and whitespace. No functional change.skrll
2013-04-03fix memory leakchristos
2013-03-30remove trailing whitespacechristos
2013-03-30correct location of the firmware file again.christos
2013-03-30Use only one set of EDCA variableschristos
2013-03-30replace macro with inline functionchristos
2013-03-30remove trailing whitespacechristos
2013-03-30reflect the new location of the firmware fileschristos
2013-03-30regenchristos
2013-03-30missed onechristos
2013-03-30regenchristos
2013-03-30remove stray +christos
2013-03-30This is the initial port of OpenBSD's athn(4) driver. It supportschristos
2013-03-30regenchristos
2013-03-30remove dupschristos
2013-03-30Regenchristos
2013-03-30new deviceschristos
2013-03-30Use the EDCA and QOS stuff from net80211 instead of a home grown copy.christos
2013-03-28Regen usbdevs.garbled
2013-03-28Add entry for a tripplite AVR550U UPSgarbled
2013-03-24New device Id for Beagle Bone, reviewed by bouyer@ and Lloyd Parkercheusov
2013-03-24Add || defined(OHCI_DEBUG) to pick up usbd_dump_pipeskrll
2013-03-22Fix typo in function name in DIAGNOSTIC prinf by using __func__skrll
2013-03-22When dumping the done list in ohci_softintr / OHCI_DEBUG use the correctskrll
2013-03-22Remove 'return' right after 'goto'skrll
2013-03-21Add some defines from the USB 2.0 specification and suppliments. Also,skrll
2013-03-20If the tripplite SMARTLCD ups connects as a usbhid device, it doesn'tgarbled
2013-03-20Regengarbled
2013-03-20Add my tripplite UPSgarbled
2013-03-20Only set wMaxPacketSize to 64 for HS/FS and set to 8 for LS to be withinskrll
2013-03-16As a workaround for the Raspberry PI, only allow 1 TX transfer to beskrll
2013-03-16Fix misunderstanding of how to handle wMaxPacketSize.skrll
2013-03-14Add support for the Huawei E171 3G Modem.nonaka
2013-03-14regennonaka
2013-03-14Added Huawei E171 3G modem.nonaka
2013-03-12more locking and int -> size_t from Anon Ymouschristos
2013-03-11Comments corrections.skrll
2013-02-23Consistently use the macros to get softc, dxfer, etc.skrll