aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/misc/uled.c
Commit message (Collapse)AuthorAgeFilesLines
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-041-1/+0
| | | | | | | | | These includes were for __FBSD_RCSID() macro. They weren't formatted like the rest of the tree so weren't trimmed automatically when that script was run. Trim them now. MFC After: 1 week Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
|
* Add support for ThingM blink(1) notification LED to uled(4).Kevin Lo2017-03-311-12/+32
| | | | Notes: svn path=/head/; revision=316326
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-4/+5
| | | | | | | | | | | | | | tables. Some drivers needed some slight re-arrangement of declarations to accommodate this. Change the USB pnp tables slightly to allow better compatibility with the system by moving linux driver info from start of each entry to the end. All other PNP tables in the system have the per-device flags and such at the end of the elements rather that at the beginning. Differential Review: https://reviews.freebsd.org/D3458 Notes: svn path=/head/; revision=292080
* Fix some extra whitespace noticed when reviewing git diffs.Brooks Davis2014-09-161-1/+1
| | | | Notes: svn path=/head/; revision=271680
* The USB LED driver for the Dream Cheeky WebMail Notifier.Kevin Lo2014-09-051-0/+275
Reviewed by: hselasky Notes: svn path=/head/; revision=271159