summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2019-01-09No need to call usbd_fill_deviceinfo() from a task, it doesn't generate I/O.Martin Pieuchot
2019-01-08RL (NAK count reload) field in QH should be zero when using periodicSASANO Takayoshi
2019-01-07Use the `iface' argument from the *attach() function instead of callingMartin Pieuchot
2019-01-07tweak ohci_checkrev so it doesnt print a leading comma and space.David Gwynne
2018-12-07Handle 2 Tx chains in the computation of transmit power for the RTL8192EU.Kevin Lo
2018-12-06Avoid unnecessary dynamic memory allocation in athn_usb_newauth().Stefan Sperling
2018-12-05usb_block_allocmem() won't sleep.Gerhard Roth
2018-12-05Do not call usbd_delay_ms() from interrupt context.Martin Pieuchot
2018-12-04Add support for RTL8192EU adapters, partly taken from netbsd.Jonathan Matthew
2018-11-27Free sizes for the subdevs array.Martin Pieuchot
2018-11-27Attach the driver only if the stack managed to set the configuration.Martin Pieuchot
2018-11-20Revert free sizes for `subdevs' array, it is incorrect.Martin Pieuchot
2018-11-19regenKevin Lo
2018-11-19Add ids for D-Link DWA-171 rev C1 and Xiaomi mini USB WiFi.Kevin Lo
2018-11-18More uses of __func__ in debug printfs.Martin Pieuchot
2018-11-18Use "%s", __func__ in DPRINTF() to reduce grep noise.Martin Pieuchot
2018-11-18Remove old USB_DEBUG chunk.Martin Pieuchot
2018-11-18USB_DEBUG -> UPLCOM_DEBUG.Martin Pieuchot
2018-11-17free(9) size for USB subdevs array.Martin Pieuchot
2018-11-16free(9) sizes for interrupt & isochronous arrays.Martin Pieuchot
2018-11-16free(9) sizes for array of interfaces.Martin Pieuchot
2018-11-16free(9) sizes for array of endpoints.Martin Pieuchot
2018-11-14free(9) sizes for configuration descriptors, missed in previous.Martin Pieuchot
2018-11-14free(9) sizes for configuration descriptors.Martin Pieuchot
2018-11-10free(9) sizes for endpoints array.Martin Pieuchot
2018-11-10Pass free(9) sizes for port arrays.Martin Pieuchot
2018-11-10Pass free(9) sizes for the tx descriptors.Martin Pieuchot
2018-11-02Revert previous, it broke my Anker USB deviceJoshua Stein
2018-10-31Increase max frame size and hard MTU so that we can use VLANs andPatrick Wildt
2018-10-31zap return keyword to clarify umidi_flush() returns no value; ok ratchov@miko
2018-10-02Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying().Stefan Sperling
2018-10-01The sequence number field in the 802.11 frame header includes the sequenceJonathan Matthew
2018-09-19In mue_iff() move the initialization of the hash table up so that is doneRicardo Mestre
2018-09-10Prevent a panic in umb(4) when roaming is diabled.Gerhard Roth
2018-09-07clarify that goto error in alloc_all_endpoints_fixed_ep() always returnsmiko
2018-09-07move initial jack count to alloc_all_endpoints(), and reset count to zeromiko
2018-09-06If we cannot stop the endpoint when aborting a transfer assume thatMartin Pieuchot
2018-09-06fix whitespaceJonathan Gray
2018-09-06execute the same code for failure of assign_all_jacks_automatically()miko
2018-09-05Serialize synchronous commands with a rwlock.Martin Pieuchot
2018-08-31remove shadow variables for 'error' in usbioctl(); ok mpi@ ratchov@miko
2018-08-31ich variable is only used in DPRINTF() and uaudio_get_cluster_nchan()miko
2018-08-29Remove unused struct member.Mark Kettenis
2018-08-25Add umt(4) for USB Windows Precision Touchpad devicesJoshua Stein
2018-08-25Move HID->bus constant conversion for HID report types out of ihidevJoshua Stein
2018-08-25fix misplaced parenthesis inside an if-clause. already fixed in FreeBSD in revRicardo Mestre
2018-08-25fix misplaced parenthesis inside an if-clause. already fixed in NetBSD in revRicardo Mestre
2018-08-22Work well with the Dynastream ANTUSB-m, from Jan Klemkow.Martin Pieuchot
2018-08-22regenMartin Pieuchot
2018-08-22Dynastream ANTUSB-m, from Jan Klemkow.Martin Pieuchot