Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1659387

[PATCH 1/2] HID: Add Oculus Rift CV1 id

From Philipp Zabel <philipp.zabel@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 1/2] HID: Add Oculus Rift CV1 id
Date 2017-06-07 08:00 +0200
Message-ID <tPCaB-2s3-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Add VID/PID for Oculus Rift CV1.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
---
 drivers/hid/hid-ids.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index 8ca1e8ce0af2..2953d53a8cc9 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -1133,6 +1133,9 @@
 #define USB_VENDOR_ID_MULTIPLE_1781	0x1781
 #define USB_DEVICE_ID_RAPHNET_4NES4SNES_OLD	0x0a9d
 
+#define USB_VENDOR_ID_OCULUSVR		0x2833
+#define USB_DEVICE_ID_RIFT_CV1		0x0031
+
 #define USB_VENDOR_ID_DRACAL_RAPHNET	0x289b
 #define USB_DEVICE_ID_RAPHNET_2NES2SNES	0x0002
 #define USB_DEVICE_ID_RAPHNET_4NES4SNES	0x0003
-- 
2.11.0

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 1/2] HID: Add Oculus Rift CV1 id Philipp Zabel <philipp.zabel@gmail.com> - 2017-06-07 08:00 +0200

csiph-web