Exemplo n.º 1
0
        public static void Init()
        {
            USBMSC msc = new USBMSC();

            USBDrivers.RegisterDriver(msc);
            _DeviceNum = 0;
        }
Exemplo n.º 2
0
        public static void Init()
        {
            USBHub hub = new USBHub();

            USBDrivers.RegisterDriver(hub);
        }
Exemplo n.º 3
0
        public static void Init()
        {
            USBHIDKeyboard keyboard = new USBHIDKeyboard();

            USBDrivers.RegisterDriver(keyboard);
        }
Exemplo n.º 4
0
        public static void Init()
        {
            USBHIDMouse mouse = new USBHIDMouse();

            USBDrivers.RegisterDriver(mouse);
        }