Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1659387 > unrolled thread
| Started by | Philipp Zabel <philipp.zabel@gmail.com> |
|---|---|
| First post | 2017-06-07 08:00 +0200 |
| Last post | 2017-06-07 08:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 1/2] HID: Add Oculus Rift CV1 id Philipp Zabel <philipp.zabel@gmail.com> - 2017-06-07 08:00 +0200
| From | Philipp Zabel <philipp.zabel@gmail.com> |
|---|---|
| Date | 2017-06-07 08:00 +0200 |
| Subject | [PATCH 1/2] HID: Add Oculus Rift CV1 id |
| Message-ID | <tPCaB-2s3-3@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web