[media] uvcvideo: add support for Oculus Rift Sensor
authorPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 7 Nov 2016 20:15:47 +0000 (18:15 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 16 Nov 2016 18:12:36 +0000 (16:12 -0200)
commit03c47aaeffec8e91ff4207d4814061a24fe51afb
treee040ada02d7a757ddf7c55fdf2fe4247711dc03d
parent71334ae42d6b450efeac656dbb254bcf787f5ac7
[media] uvcvideo: add support for Oculus Rift Sensor

The Rift CV1 Sensor has bInterfaceClass set to vendor specific, so we
need an entry in uvc_ids to probe it. Just as the Rift DK2 IR tracker,
it misreports the pixel format as YUYV instead of Y8.

The sensor is configured with a low exposure time and high black level
by default, so that only bright IR sources can be seen.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/uvc/uvc_driver.c