Rename elp cam dev to use hyphens instead of underscores

This commit is contained in:
2026-06-14 11:46:45 -04:00
parent 959229c2a0
commit 8d03dcf9b5
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ function(add_daps_target target_name)
set(depfile "${output_file}.d") set(depfile "${output_file}.d")
# Preprocess with -MD so #included .dapss files become build dependencies # Preprocess with -MD so #included .dapss files become build dependencies
# (e.g. body specs that #include ../elp_4k_usb_cam.dapss). # (e.g. body specs that #include ../elp-4k-usb-cam.dapss).
add_custom_command( add_custom_command(
OUTPUT ${output_file} OUTPUT ${output_file}
COMMAND "${CMAKE_C_COMPILER}" COMMAND "${CMAKE_C_COMPILER}"
+1 -1
View File
@@ -4,7 +4,7 @@ add_daps_target(all_device_specs
SOURCES SOURCES
avia0.dapss avia0.dapss
win0.dapss win0.dapss
elp_4k_usb_cam.dapss elp-4k-usb-cam.dapss
) )
# Register this target for later dependency addition from main CMakeLists.txt # Register this target for later dependency addition from main CMakeLists.txt
+1 -1
View File
@@ -2,4 +2,4 @@
|| ||
#include "../avia0.dapss" #include "../avia0.dapss"
|| ||
#include "../elp_4k_usb_cam.dapss" #include "../elp-4k-usb-cam.dapss"
@@ -5,19 +5,19 @@
* Native capture up to 3840x2160 @ 30fps (MJPEG / YUYV via opt-planar). * Native capture up to 3840x2160 @ 30fps (MJPEG / YUYV via opt-planar).
*/ */
+edev|elp_4k_usb_cam|colour-yuv-y() +edev|elp-4k-usb-cam|colour-yuv-y()
|lcameraBuff( |lcameraBuff(
vres=720p vres=720p
|colour-space=yuv|opt-planar) |colour-space=yuv|opt-planar)
|lcameraDev() |lcameraDev()
|model-substr:HDMI\ USB;location:external|| |model-substr:HDMI\ USB;location:external||
+edev|elp_4k_usb_cam|colour-yuv-u() +edev|elp-4k-usb-cam|colour-yuv-u()
|lcameraBuff( |lcameraBuff(
vres=720p vres=720p
|colour-space=yuv|opt-planar) |colour-space=yuv|opt-planar)
|lcameraDev() |lcameraDev()
|model-substr:HDMI\ USB;location:external|| |model-substr:HDMI\ USB;location:external||
+edev|elp_4k_usb_cam|colour-yuv-v() +edev|elp-4k-usb-cam|colour-yuv-v()
|lcameraBuff( |lcameraBuff(
vres=720p vres=720p
|colour-space=yuv|opt-planar) |colour-space=yuv|opt-planar)
+1 -1
View File
@@ -1,5 +1,5 @@
# Canonical ./salmanoff arguments for devices/bodies/dell-laptop.daps (win0, avia0, # Canonical ./salmanoff arguments for devices/bodies/dell-laptop.daps (win0, avia0,
# elp_4k_usb_cam). Source from other scripts or run from the CMake build directory: # elp-4k-usb-cam). Source from other scripts or run from the CMake build directory:
# #
# . scripts/dell_laptop_salmanoff_args.inc.sh # . scripts/dell_laptop_salmanoff_args.inc.sh
# ./salmanoff "${DELL_LAPTOP_SALMANOFF_ARGS[@]}" # ./salmanoff "${DELL_LAPTOP_SALMANOFF_ARGS[@]}"