Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] Add HCL T12Rg-H to STK webcam upside-down table

The owner knows the system as "LX INFINITI Powerlite".
DMI information for this system:
System Information
Manufacturer: HCL Infosystems Limited
Product Name: T12Rg-H
Version: 1.0
Serial Number: B073A1189988
UUID: 326B3F00-001D-602F-CFD2-4E45435F4349
Wake-up Type: Power Switch
SKU Number:
Family:
Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: HCL Infosystems Limited
Product Name: T12Rg-H
Version: 1.0
Serial Number: BSN12345678901234567
Asset Tag: ATN12345678901234567
Features:
Board is a hosting board
Board is replaceable
Location In Chassis:
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0
Bus 001 Device 003: ID 05e1:0501 Syntek Semiconductor Co., Ltd DC-1125 Webcam

Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
Reported-by: Noopur Srivastava <noopur.018@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

authored by

Gregor Jasny and committed by
Mauro Carvalho Chehab
08149ecf ffee9210

+7
+7
drivers/media/usb/stkwebcam/stk-webcam.c
··· 111 111 DMI_MATCH(DMI_PRODUCT_NAME, "F3JC") 112 112 } 113 113 }, 114 + { 115 + .ident = "T12Rg-H", 116 + .matches = { 117 + DMI_MATCH(DMI_SYS_VENDOR, "HCL Infosystems Limited"), 118 + DMI_MATCH(DMI_PRODUCT_NAME, "T12Rg-H") 119 + } 120 + }, 114 121 {} 115 122 }; 116 123