summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2006-08-30It seems that EHCI at least will complete a empty transfer withplunky
2006-08-30fix incomplete initializerschristos
2006-08-19The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219.plunky
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-07-26Bluetooth fixes by Iain Hibbert:tron
2006-07-24Add UGEN_BULK_RA_WB, which allows users of ugen(4) to request readgdt
2006-07-21- Use the LWP cached credentials where sane.ad
2006-07-12Assert RTS on open. Fixes PR kern/33929.gson
2006-07-05Patches contributed by KIYOHARA Takashi, taken from FreeBSD.perry
2006-07-01Regenmartin
2006-07-01Add an ArkMicroChips serial adaptermartin
2006-06-30Ankh-Morpork, we have a MIDI driver....chap
2006-06-28Initialize portnomartin
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore
2006-06-15Regen due to addition of MosChip Semiconductors MCS7830 Ethernet adapterreinoud
2006-06-15Add MosChip Semiconductor MCS 7830 Ethernet adaptorreinoud
2006-06-12Don't allocate >1K on the stack.christos
2006-06-11Don't free subdevs on normal completion. The detach code needs it.christos
2006-06-09stack police: Don't allocate large buffers on the stack for I/O. Put thechristos
2006-06-09stack police: don't allocate usb_events on the stack, malloc them directly.christos
2006-06-09stack police: Don't allocate 1k on the stack, only use malloc when we need to.christos
2006-06-08Regen for Nokia CA42.rjs
2006-06-08Add vendor id for Nokia.rjs
2006-06-07Increase the size of UMODEMIBUFSIZE and UMODEMOBUFSIZE. These are thesmb
2006-06-06Regen.tron
2006-06-06Resolve name conflict between Sun Type 6 and Type 7 USB keyboard.tron
2006-06-06regen.grant
2006-06-06add Sun type 7 keyboard.grant
2006-06-04save another 1K on the stack.christos
2006-06-04Don't allocate 1K on the stack.christos
2006-05-28Clean up bogus whitespaceblymn
2006-05-22First round at adapting to our net80211 stack. Unfinished work, but at leastrpaulo
2006-05-14integrate kauth.elad
2006-05-14XXX: GCC uninitializedchristos
2006-05-12make [OU]READ[124]() real inline functions instead of macros.mrg
2006-05-11in uaudio_process_as() initialise ai.aformat and ai.ifaceh.mrg
2006-05-08Don't use a private variable for storing the desired ssid, the net80211 layerrpaulo
2006-04-15Revert previous panic change, I'll fix it differently.christos
2006-04-14Coverity CID 1356: Add KASSERT for NULL deref.christos
2006-04-14Coverity CID 1131: Avoid NULL pointer dereference.christos
2006-04-14Coverity CID 729: Remove dead code.christos
2006-04-14Use c instead of s->cur.christos
2006-04-14Coverity CID 1115: It is quite pointless to have a DIAGNOSTIC panic thatchristos
2006-04-14Coverity CID 1132: avoid NULL derefs.christos
2006-04-14Coverity CID 730: Ifdef dead code appropriately.christos
2006-04-14Coverity CID 1354: Add a KASSERT to convince coverity that there is no NULLchristos
2006-04-14Coverity CID 1355: Add a KASSERT to convince coverity that this is not NULL.christos
2006-04-14Coverity CID 1133: Abort quickly if we don't have a buffer in all the cases.christos
2006-04-14Coverity CID 2330: Spell out that we are going to use the memory we allocated.christos
2006-04-11Add "goto done;" in the usbd_open_pipe(IN) failure case.scw