aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/misc
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-043-3/+0
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-022-2/+0
* Use the new bus_generic_detach directly in place of home-grown versionsJohn Baldwin2025-01-021-15/+2
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-062-2/+2
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-3/+3
* Add support for i2c-tiny-usb: usb to iic bridgeDenis Bodor2024-04-191-0/+302
* usb: Fix two typos in source code commentsGordon Bergling2024-01-201-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* udbp: Remove stale splnet commentWarner Losh2023-10-271-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-064-18/+6
* usb: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-3/+3
* cp2112iic_intr_write_callback: eliminate write only variable pscWarner Losh2022-04-051-2/+0
* Fix typo on "Celsius"Elyes HAOUAS2021-11-191-4/+4
* hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev2021-01-071-1/+3
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-071-0/+1
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-13/+1
* Remove the long obsolete ufm driver.Warner Losh2020-08-201-340/+0
* cp2112: a number of cleanups and improvementsAndriy Gapon2020-08-121-301/+379
* cp2112: driver for the namesake GPIO and I2C master gadgetAndriy Gapon2020-08-061-0/+1381
* Start the retirement process for ufmWarner Losh2020-04-011-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-152-2/+3
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add Prolific PL27A1 USB 3.0 Host-Host device to udbp(4).Bruce M Simpson2017-10-221-0/+1
* Add support for ThingM blink(1) notification LED to uled(4).Kevin Lo2017-03-311-12/+32
* Allow udbp(4) to claim Belkin "Windows Easy Transfer Cable" for Netgraph use.Bruce M Simpson2017-01-101-0/+1
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-1/+1
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-114-21/+25
* Import ugold driver from OpenBSD supporting digital USB temperatureHans Petter Selasky2015-06-111-0/+405
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-051-1/+1
* Fix some extra whitespace noticed when reviewing git diffs.Brooks Davis2014-09-161-1/+1
* The USB LED driver for the Dream Cheeky WebMail Notifier.Kevin Lo2014-09-051-0/+275
* Add new USB ID.Hans Petter Selasky2013-04-031-0/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-302-2/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* - Export more USB device ID's.Hans Petter Selasky2011-06-242-34/+25
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-112-2/+0
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-012-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-1/+1
* - FIFO's are always opened separately in read and writeAlfred Perlstein2009-08-241-11/+4
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-232-43/+75
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-152-30/+30
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-292-6/+6