summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2016-09-21regenMartin Pieuchot
2016-09-21SierraWireless MC7455Martin Pieuchot
2016-09-21Remove a hack now that the USB stack correctly set the maximum packetMartin Pieuchot
2016-09-19Correctly check for valid maximum packet size.Martin Pieuchot
2016-09-19``bMaxPacketSize'' is reported as a power of 2 for super speed devicesMartin Pieuchot
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-18Ensure that the device descriptor ``bMaxPacketSize'' value is usableMartin Pieuchot
2016-09-16Switch urndis(4) over to the generic RNDIS headerMike Belopuhov
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-14Always set the MAC address when initializing the chip.Martin Pieuchot
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2016-09-12Wacom USB tablet driver from Frank Groeneveld.Martin Pieuchot