fix: Switch to space-separated sources.conf format
- Change from colon to space separation to avoid URL parsing issues - Update sources.conf format: TYPE NAME URL VERSION BUILD_FUNCTION [EXTRA] - Implement awk-based parsing for reliable field extraction - Fix firmware package list (remove unavailable linux-firmware-marvell)
This commit is contained in:
25
initramfs/usr/lib/udev/hwdb.d/70-cameras.hwdb
Normal file
25
initramfs/usr/lib/udev/hwdb.d/70-cameras.hwdb
Normal file
@@ -0,0 +1,25 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# Database for webcam and camera quirks.
|
||||
#
|
||||
# Permitted keys:
|
||||
# Specify if a camera is an infra-red camera
|
||||
# ID_INFRARED_CAMERA=1|0
|
||||
# Specify if a camera is front or rear facing
|
||||
# ID_CAMERA_DIRECTION=front|rear
|
||||
|
||||
# Generic
|
||||
camera:usb:v*p*:name:*IR Camera*:
|
||||
ID_INFRARED_CAMERA=1
|
||||
|
||||
###########################################################
|
||||
# Philips
|
||||
###########################################################
|
||||
|
||||
# Philips 346p1crh display
|
||||
camera:usb:v04f2pb612:name:*USB2.0 FHD UVC WebCam* IR Camer*:
|
||||
ID_INFRARED_CAMERA=1
|
||||
ID_CAMERA_DIRECTION=front
|
||||
|
||||
camera:usb:v04f2pb612:name:*USB2.0 FHD UVC WebCam* USB2.0 F*:
|
||||
ID_CAMERA_DIRECTION=front
|
||||
Reference in New Issue
Block a user