git: u4b/uvc: Group UVC-related prototypes to help future sync
Aaron LI
aly at crater.dragonflybsd.org
Mon May 11 00:12:27 PDT 2026
commit 5dbc2f6aa13bb51f2958edc264d84147606cd213
Author: Aaron LI <aly at aaronly.me>
Date: Sun May 10 11:35:16 2026 +0800
u4b/uvc: Group UVC-related prototypes to help future sync
* Move three prototypes from usbdi.h to usb_device.h, because their
implementations are in usb_device.c.
* Group the prototypes for UVC together, so it helps sync the other
parts with FreeBSD.
Summary of changes:
sys/bus/u4b/usb_device.h | 6 +++++-
sys/bus/u4b/usb_transfer.h | 3 ++-
sys/bus/u4b/usbdi.h | 3 ---
sys/bus/u4b/uvc/uvc_v4l2.c | 1 +
4 files changed, 8 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5dbc2f6aa13bb51f2958edc264d84147606cd213
--
DragonFly BSD source repository
More information about the Commits
mailing list