Age | Commit message (Expand) | Author |
2019-02-14 | HCCPARAMS1 register CFC and SEC values are 1 bit. | Marcus Glocker |
2019-02-01 | Print xhci version in hex, from sc.dying at gmail. | Martin Pieuchot |
2019-01-31 | Fix compilation of amd64 kernel when optimization is disabled. | Todd C. Miller |
2019-01-23 | Remove uneeded header. | Martin Pieuchot |
2019-01-22 | Do not leak received mbufs if the NDIS appended a zero-byte padding. | Martin Pieuchot |
2019-01-22 | Remove unused variable. | Martin Pieuchot |
2019-01-19 | Change transfer schedule of split interrupt transfer, | SASANO Takayoshi |
2019-01-15 | Make otus(4) modify its DMA_TRIGGER register with readable macros | Stefan Sperling |
2019-01-14 | Fix typos | Ingo Feinerer |
2019-01-14 | match on TP-Link WN821N v5 (RTL8192EU), tested by Jesper Wallin | Jonathan Matthew |
2019-01-14 | regen | Jonathan Matthew |
2019-01-14 | add TP-Link WN821N v5 (RTL8192EU), from Jesper Wallin | Jonathan Matthew |
2019-01-13 | Validate the number of expected interfaces in *match() and claim them | Martin Pieuchot |
2019-01-13 | Validate that the interface passed to *match() is the expected one | Martin Pieuchot |
2019-01-12 | Fix potential use-after-free if xfer allocation fails when otus(4) attaches. | Stefan Sperling |
2019-01-12 | Make the scan loop in otus(4) terminate properly when the interface | Stefan Sperling |
2019-01-09 | No need to call usbd_fill_deviceinfo() from a task, it doesn't generate I/O. | Martin Pieuchot |
2019-01-08 | RL (NAK count reload) field in QH should be zero when using periodic | SASANO Takayoshi |
2019-01-07 | Use the `iface' argument from the *attach() function instead of calling | Martin Pieuchot |
2019-01-07 | tweak ohci_checkrev so it doesnt print a leading comma and space. | David Gwynne |
2018-12-07 | Handle 2 Tx chains in the computation of transmit power for the RTL8192EU. | Kevin Lo |
2018-12-06 | Avoid unnecessary dynamic memory allocation in athn_usb_newauth(). | Stefan Sperling |
2018-12-05 | usb_block_allocmem() won't sleep. | Gerhard Roth |
2018-12-05 | Do not call usbd_delay_ms() from interrupt context. | Martin Pieuchot |
2018-12-04 | Add support for RTL8192EU adapters, partly taken from netbsd. | Jonathan Matthew |
2018-11-27 | Free sizes for the subdevs array. | Martin Pieuchot |
2018-11-27 | Attach the driver only if the stack managed to set the configuration. | Martin Pieuchot |
2018-11-20 | Revert free sizes for `subdevs' array, it is incorrect. | Martin Pieuchot |
2018-11-19 | regen | Kevin Lo |
2018-11-19 | Add ids for D-Link DWA-171 rev C1 and Xiaomi mini USB WiFi. | Kevin Lo |
2018-11-18 | More uses of __func__ in debug printfs. | Martin Pieuchot |
2018-11-18 | Use "%s", __func__ in DPRINTF() to reduce grep noise. | Martin Pieuchot |
2018-11-18 | Remove old USB_DEBUG chunk. | Martin Pieuchot |
2018-11-18 | USB_DEBUG -> UPLCOM_DEBUG. | Martin Pieuchot |
2018-11-17 | free(9) size for USB subdevs array. | Martin Pieuchot |
2018-11-16 | free(9) sizes for interrupt & isochronous arrays. | Martin Pieuchot |
2018-11-16 | free(9) sizes for array of interfaces. | Martin Pieuchot |
2018-11-16 | free(9) sizes for array of endpoints. | Martin Pieuchot |
2018-11-14 | free(9) sizes for configuration descriptors, missed in previous. | Martin Pieuchot |
2018-11-14 | free(9) sizes for configuration descriptors. | Martin Pieuchot |
2018-11-10 | free(9) sizes for endpoints array. | Martin Pieuchot |
2018-11-10 | Pass free(9) sizes for port arrays. | Martin Pieuchot |
2018-11-10 | Pass free(9) sizes for the tx descriptors. | Martin Pieuchot |
2018-11-02 | Revert previous, it broke my Anker USB device | Joshua Stein |
2018-10-31 | Increase max frame size and hard MTU so that we can use VLANs and | Patrick Wildt |
2018-10-31 | zap return keyword to clarify umidi_flush() returns no value; ok ratchov@ | miko |
2018-10-02 | Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying(). | Stefan Sperling |
2018-10-01 | The sequence number field in the 802.11 frame header includes the sequence | Jonathan Matthew |
2018-09-19 | In mue_iff() move the initialization of the hash table up so that is done | Ricardo Mestre |
2018-09-10 | Prevent a panic in umb(4) when roaming is diabled. | Gerhard Roth |