From c4c29ae0c40ab7094d59af339fb82dc27933dffe Mon Sep 17 00:00:00 2001 From: Sergi Granell Date: Sun, 29 Jul 2018 08:57:37 +0200 Subject: UDCD: Add USB_CLASS_VIDEO --- include/kernel/udcd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/kernel') diff --git a/include/kernel/udcd.h b/include/kernel/udcd.h index 4490559..78fe6c6 100644 --- a/include/kernel/udcd.h +++ b/include/kernel/udcd.h @@ -19,6 +19,7 @@ typedef enum SceUdcdUsbClass { USB_CLASS_MASS_STORAGE = 0x08, USB_CLASS_HUB = 0x09, USB_CLASS_DATA = 0x0A, + USB_CLASS_VIDEO = 0x0E, USB_CLASS_VENDOR_SPEC = 0xFF } SceUdcdUsbClass; -- cgit v1.2.3