Age | Commit message (Expand) | Author |
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 |
2018-09-07 | clarify that goto error in alloc_all_endpoints_fixed_ep() always returns | miko |
2018-09-07 | move initial jack count to alloc_all_endpoints(), and reset count to zero | miko |
2018-09-06 | If we cannot stop the endpoint when aborting a transfer assume that | Martin Pieuchot |
2018-09-06 | fix whitespace | Jonathan Gray |
2018-09-06 | execute the same code for failure of assign_all_jacks_automatically() | miko |
2018-09-05 | Serialize synchronous commands with a rwlock. | Martin Pieuchot |
2018-08-31 | remove shadow variables for 'error' in usbioctl(); ok mpi@ ratchov@ | miko |
2018-08-31 | ich variable is only used in DPRINTF() and uaudio_get_cluster_nchan() | miko |
2018-08-29 | Remove unused struct member. | Mark Kettenis |
2018-08-25 | Add umt(4) for USB Windows Precision Touchpad devices | Joshua Stein |
2018-08-25 | Move HID->bus constant conversion for HID report types out of ihidev | Joshua Stein |
2018-08-25 | fix misplaced parenthesis inside an if-clause. already fixed in FreeBSD in rev | Ricardo Mestre |
2018-08-25 | fix misplaced parenthesis inside an if-clause. already fixed in NetBSD in rev | Ricardo Mestre |
2018-08-22 | Work well with the Dynastream ANTUSB-m, from Jan Klemkow. | Martin Pieuchot |
2018-08-22 | regen | Martin Pieuchot |
2018-08-22 | Dynastream ANTUSB-m, from Jan Klemkow. | Martin Pieuchot |
2018-08-15 | Partially revert previous, EM7455 is already handled by umb(4). | Martin Pieuchot |
2018-08-15 | Introduce mue_eeprom_present to check if the EEPROM is present. | Kevin Lo |
2018-08-13 | Attach to Sierra Wireless MC7304/MC7354 & EM7455, from Denis Lapshin. | Martin Pieuchot |
2018-08-13 | regen | Martin Pieuchot |
2018-08-13 | Sierra Wireless MC7304/MC7354, from Denis Lapshin. | Martin Pieuchot |
2018-08-08 | Fix possible division by zero caused by bogus usb descriptors. From | Alexandre Ratchov |
2018-08-04 | avoid using a value uninitialised | Jonathan Gray |
2018-08-03 | - use memset() for for clearing hashtbl | Kevin Lo |
2018-08-03 | Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB Ethernet | Kevin Lo |
2018-07-30 | define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stop | Joshua Stein |
2018-07-30 | Inline trivial uaudio_id_name(). From Michael Bombardieri, thanks. | Alexandre Ratchov |