hwdb: Add some HP IR cameras

Two very similar devices, with two functions - a regular camera and IR.
The peculiarity of their infrared camera is that it uses a color image
format (YUYV), although it is essentially black and white.

The IR camera interface differs from the regular camera interface by name:

"HP Wide Vision FHD Camera: HP W" for the regular camera and
"HP Wide Vision FHD Camera: HP I" for an infrared camera

Therefore, glob *I is used to separate the IR camera
This commit is contained in:
Anton Golubev 2024-07-03 10:42:24 +03:00 committed by Luca Boccassi
parent 0f20f7d6fe
commit 4ee0ac1ae4

View File

@ -12,6 +12,16 @@
camera:usb:v*p*:name:*IR Camera*:
ID_INFRARED_CAMERA=1
###########################################################
# Hewlett-Packard
###########################################################
# Chicony Electronics Co., Ltd HP Wide Vision FHD Camera (IR function)
camera:usb:v04f2pb634:name:*I:
# Realtek Semiconductor Corp. HP Wide Vision FHD Camera (IR function)
camera:usb:v0bdap58e6:name:*I:
ID_INFRARED_CAMERA=1
###########################################################
# Philips
###########################################################