summaryrefslogtreecommitdiff
path: root/sys/dev/usb/misc
AgeCommit message (Expand)Author
2025-08-13gpio: remove gpiobus_attach_busAhmad Khalifa
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2025-01-02Remove now-redundant calls to device_delete_childrenJohn Baldwin
2025-01-02Use the new bus_generic_detach directly in place of home-grown versionsJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-04-19Add support for i2c-tiny-usb: usb to iic bridgeDenis Bodor
2024-01-20usb: Fix two typos in source code commentsGordon Bergling
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-27udbp: Remove stale splnet commentWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-13usb: Use __diagused for variables only used in KASSERT().John Baldwin
2022-04-04cp2112iic_intr_write_callback: eliminate write only variable pscWarner Losh
2021-11-18Fix typo on "Celsius"Elyes HAOUAS
2021-01-08hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev
2021-01-08Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-20Remove the long obsolete ufm driver.Warner Losh
2020-08-12cp2112: a number of cleanups and improvementsAndriy Gapon
2020-08-06cp2112: driver for the namesake GPIO and I2C master gadgetAndriy Gapon
2020-04-01Start the retirement process for ufmWarner Losh
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki
2019-12-04Regularize my copyright noticeWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-22Add Prolific PL27A1 USB 3.0 Host-Host device to udbp(4).Bruce M Simpson
2017-03-31Add support for ThingM blink(1) notification LED to uled(4).Kevin Lo
2017-01-10Allow udbp(4) to claim Belkin "Windows Easy Transfer Cable" for Netgraph use.Bruce M Simpson
2016-05-02dev/usb: minor spelling fixes in comments.Pedro F. Giffuni
2015-12-11Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh
2015-06-11Import ugold driver from OpenBSD supporting digital USB temperatureHans Petter Selasky
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2015-01-05Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky
2014-09-16Fix some extra whitespace noticed when reviewing git diffs.Brooks Davis
2014-09-05The USB LED driver for the Dream Cheeky WebMail Notifier.Kevin Lo
2013-04-03Add new USB ID.Hans Petter Selasky
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-06-24- Export more USB device ID's.Hans Petter Selasky
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-09-01Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson
2010-04-22Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson
2009-08-24 - FIFO's are always opened separately in read and writeAlfred Perlstein
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson