summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2017-02-12Replace dummy mutex asserts with real ones.Visa Hankala
2017-02-12The videocore portion of the raspberry pi which boots the arm cores andJonathan Gray
2017-02-10Fix links to usb-audio specs. From Michael Reed <m.reed at mykolab.com>.Alexandre Ratchov
2017-02-10Use __func__ for DPRINTF's as we do in other parts of theAlexandre Ratchov
2017-02-04Prefer <sys/endian.h> to <machine/endian.h>Philip Guenther
2017-02-02Remove dead assignments and now unused variables.Charles Longeau
2017-01-31Fix links to USB audio specs.Jeremie Courreges-Anglas
2017-01-30Make urtwn(4) run slot time updates from a USB task.Stefan Sperling
2017-01-29In dwctwo(4), fix an off-by-one in frame interval calculation.Stefan Sperling
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2017-01-12Finish initial 11n support for athn(4).Stefan Sperling
2017-01-09Remove unneeded <sys/malloc.h> from Michael W. Bombardieri.Martin Pieuchot
2017-01-08Make urtwn(4) use AMRR instead of letting the firmware handle rate scaling.Stefan Sperling
2017-01-07Remove unused MIX_CN_CIN macro, make umidi_evlen[] static, style(9).Alexandre Ratchov
2017-01-03No need to set use_maxpkt twice. From Michael W. Bombardieri. Thanks.Alexandre Ratchov
2017-01-03No need to include sys/malloc.h. From Michael W. Bombardieri. Thanks.Alexandre Ratchov
2016-12-27Add cast to silence warnings generated by clang.Mark Kettenis
2016-12-20Group identical close_in_jack() and close_out_jack() into a singleAlexandre Ratchov
2016-12-15Regen usbdevsPaul Irofti
2016-12-15Add Intel Bluetooth devices found on x250 and x260 Thinkpads.Paul Irofti
2016-12-12Use DPRINTF instead of printf() in #ifdef UAUDIO_DEBUG section. FromAlexandre Ratchov
2016-12-12Match on the FTDI Suunto product id, from Kristaps Dzonsons who testedJonathan Gray
2016-12-12Add support for Option iCON 505 from Piotr Isajew and consistentlyJonathan Gray
2016-12-12regenJonathan Gray
2016-12-12Add Option iCON 505 from Piotr Isajew and consistentlyJonathan Gray
2016-12-05Remove unused variable. From Michael W. Bombardieri <mb@ii.net>. Thanks!Alexandre Ratchov
2016-11-30Do not overlay DMA fragment decriptors with free list handling.Martin Pieuchot
2016-11-29m_free() and m_freem() test for NULL. Simplify callers which had their ownJonathan Gray
2016-11-25The NCM encoding allows to aggregate multiple segments in one singleGerhard Roth
2016-11-21Some MBIM devices need a FCC Authentication before they're willing toGerhard Roth
2016-11-16regenGerhard Roth
2016-11-16Add Sierra Wireless EM7455 LTE module.Gerhard Roth
2016-11-16Use memcpy() to copy structures into freshly malloc'ated buffers,Alexandre Ratchov
2016-11-14Stop looking for further NCM datagrams if either length or offset ofGerhard Roth
2016-11-10Use the NdpIndex of the NCM header as the offset of the NCM pointer insteadGerhard Roth
2016-11-08Remove superfluous DMA synchronization now that the stack is doing it forMartin Pieuchot
2016-11-08Remove dead store. From Michael W. Bombardieri <mb at ii.net>. Thanks.Alexandre Ratchov
2016-11-06Avoid calling usbd_set_config_no() in *_attach() and let the stack doMartin Pieuchot
2016-10-27Uniformize debug printfs, by using consistently __func__ everywhere.Alexandre Ratchov
2016-10-25Make kernel without INET6 compile again.Alexander Bluhm
2016-10-12Rename CDCE_ZAURUS option to CDCE_CRC32 for clarity.Frederic Cambus
2016-10-04Let the stack perform DMA synchronization instead of doing it (partially)Martin Pieuchot
2016-10-03Fix some bus_dmamap_sync(9) calls.Martin Pieuchot
2016-10-02Save and restore the (non-standard) USBMODE register around a reset of theMark Kettenis
2016-09-26Move the net/bpf.h include within the #if NBPFILTER directiveFrederic Cambus
2016-09-24Remove unused functions.Mark Kettenis
2016-09-23Add quirk to allow Yamaha UR22 to attach as uaudio(4). FromAlexandre Ratchov
2016-09-23syncAlexandre Ratchov
2016-09-23Add Yamaha UR22 audio interface.Alexandre Ratchov
2016-09-21SierraWireless MC7455.Martin Pieuchot