summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2013-05-27Split IrDA SIR part for other SIR device.kiyohara
2013-05-14Add quirk for IODATA2 USB2SC.kiyohara
2013-05-12Atomicly swap out pipe pointer before closing the pipe.wiz
2013-05-11Regen.kiyohara
2013-05-11Remove multiple defines for PLANEX2 {GWUS300MINIS,RT3070,GWUS54GD,GWUSMM,GWUS...kiyohara
2013-05-09. add support for loading code + config of AR3012 based chipsaymeric
2013-05-09regenaymeric
2013-05-09Add a Foxconn AR3012 bluetooth controller idsaymeric
2013-05-03regen.jakllsch
2013-05-02Sort Mad Catz.rkujawa
2013-05-02Add vendor ID for Mad Catz, Inc.rkujawa
2013-04-27Change one aprint_error_dev(9) to aprint_debug_dev(9) to avoid console spam.tsutsui
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