mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
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:
parent
0f20f7d6fe
commit
4ee0ac1ae4
@ -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
|
||||
###########################################################
|
||||
|
Loading…
Reference in New Issue
Block a user