Age | Commit message (Expand) | Author |
2016-11-16 | regen | Gerhard Roth |
2016-11-16 | Add Sierra Wireless EM7455 LTE module. | Gerhard Roth |
2016-11-16 | Use memcpy() to copy structures into freshly malloc'ated buffers, | Alexandre Ratchov |
2016-11-14 | Stop looking for further NCM datagrams if either length or offset of | Gerhard Roth |
2016-11-10 | Use the NdpIndex of the NCM header as the offset of the NCM pointer instead | Gerhard Roth |
2016-11-08 | Remove superfluous DMA synchronization now that the stack is doing it for | Martin Pieuchot |
2016-11-08 | Remove dead store. From Michael W. Bombardieri <mb at ii.net>. Thanks. | Alexandre Ratchov |
2016-11-06 | Avoid calling usbd_set_config_no() in *_attach() and let the stack do | Martin Pieuchot |
2016-10-27 | Uniformize debug printfs, by using consistently __func__ everywhere. | Alexandre Ratchov |
2016-10-25 | Make kernel without INET6 compile again. | Alexander Bluhm |
2016-10-12 | Rename CDCE_ZAURUS option to CDCE_CRC32 for clarity. | Frederic Cambus |
2016-10-04 | Let the stack perform DMA synchronization instead of doing it (partially) | Martin Pieuchot |
2016-10-03 | Fix some bus_dmamap_sync(9) calls. | Martin Pieuchot |
2016-10-02 | Save and restore the (non-standard) USBMODE register around a reset of the | Mark Kettenis |
2016-09-26 | Move the net/bpf.h include within the #if NBPFILTER directive | Frederic Cambus |
2016-09-24 | Remove unused functions. | Mark Kettenis |
2016-09-23 | Add quirk to allow Yamaha UR22 to attach as uaudio(4). From | Alexandre Ratchov |
2016-09-23 | sync | Alexandre Ratchov |
2016-09-23 | Add Yamaha UR22 audio interface. | Alexandre Ratchov |
2016-09-21 | SierraWireless MC7455. | Martin Pieuchot |
2016-09-21 | regen | Martin Pieuchot |
2016-09-21 | SierraWireless MC7455 | Martin Pieuchot |
2016-09-21 | Remove a hack now that the USB stack correctly set the maximum packet | Martin Pieuchot |
2016-09-19 | Correctly check for valid maximum packet size. | Martin Pieuchot |
2016-09-19 | ``bMaxPacketSize'' is reported as a power of 2 for super speed devices | Martin Pieuchot |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-18 | Ensure that the device descriptor ``bMaxPacketSize'' value is usable | Martin Pieuchot |
2016-09-16 | Switch urndis(4) over to the generic RNDIS header | Mike Belopuhov |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-14 | Always set the MAC address when initializing the chip. | Martin Pieuchot |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2016-09-12 | Wacom USB tablet driver from Frank Groeneveld. | Martin Pieuchot |
2016-09-12 | regen | Martin Pieuchot |
2016-09-12 | Wacom Intuos Draw, from Frank Groeneveld. | Martin Pieuchot |
2016-09-12 | Split usbd_fill_iface_data() in two and introduce usbd_parse_idesc() a | Martin Pieuchot |
2016-09-09 | regen | Ted Unangst |
2016-09-09 | fix atu device ID. kettenis found recent changes meant that atu was | Ted Unangst |
2016-09-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | Philip Guenther |
2016-09-02 | Pass M_ZERO when allocating memory for "struct usbd_endpoint". | Martin Pieuchot |
2016-09-02 | Cleanup usbd_fill_iface_data() to make it easier to check for bad | Martin Pieuchot |
2016-09-02 | Do not free the configuration descriptor without setting ``dev->cdesc'' | Martin Pieuchot |
2016-09-02 | Prevent a NULL dereference, triggerable with a crafted configuration | Martin Pieuchot |
2016-09-02 | Avoid calling usbd_set_config_index() in *_attach() and let the stack | Martin Pieuchot |
2016-08-31 | regen | Jeremie Courreges-Anglas |
2016-08-18 | add a missing splx in an error path | Jonathan Gray |
2016-08-07 | add $OpenBSD$ tags | Jonathan Matthew |
2016-08-03 | Fold umass_atapi_attach() and umass_scsi_setup() into umass_scsi_attach() to | Kenneth R Westerback |
2016-08-01 | Set SDEV_UMASS on all umass devices, even when they use ATAPI or | Kenneth R Westerback |
2016-07-31 | Use m_devget(9). | Mark Kettenis |
2016-07-26 | In rsu(4), put code that twiddles HT data in the ic under #ifdef notyet. | Stefan Sperling |