dolphin/Source/Core/Core/IOS/USB
Léo Lam 5add8c23ee IOS/USB_KBD: Re-add the Write stub handler
This is something I removed by mistake. It didn't break anything in
most titles, but the Mii Channel *requires* write requests to
/dev/usb/kbd to succeed before exiting, so this commit readds the stub.
2017-02-12 16:00:50 +01:00
..
Bluetooth Fix connecting Wii remotes on boot 2017-02-11 08:58:47 +01:00
OH0 IOS: Implement OH0 (/dev/usb/oh0) 2017-02-05 11:36:48 +01:00
USB_HID IOS: Re-implement USB_HIDv4 (/dev/usb/hid) 2017-02-05 11:36:49 +01:00
USB_VEN IOS: Implement USB_VEN (/dev/usb/ven) 2017-02-05 11:36:49 +01:00
Common.cpp IOS: Add base Host and USB::Device classes 2017-02-05 11:36:47 +01:00
Common.h IOS: Add base Host and USB::Device classes 2017-02-05 11:36:47 +01:00
Host.cpp IOS: Do not init libusb unless passthrough is enabled 2017-02-07 00:47:21 +01:00
Host.h IOS: Do not init libusb unless passthrough is enabled 2017-02-07 00:47:21 +01:00
LibusbDevice.cpp IOS: Add base Host and USB::Device classes 2017-02-05 11:36:47 +01:00
LibusbDevice.h IOS: Add base Host and USB::Device classes 2017-02-05 11:36:47 +01:00
USB_KBD.cpp IOS/USB_KBD: Re-add the Write stub handler 2017-02-12 16:00:50 +01:00
USB_KBD.h IOS/USB_KBD: Re-add the Write stub handler 2017-02-12 16:00:50 +01:00
USBV4.cpp IOS: Re-implement USB_HIDv4 (/dev/usb/hid) 2017-02-05 11:36:49 +01:00
USBV4.h IOS: Re-implement USB_HIDv4 (/dev/usb/hid) 2017-02-05 11:36:49 +01:00
USBV5.cpp IOS: Implement USB_VEN (/dev/usb/ven) 2017-02-05 11:36:49 +01:00
USBV5.h IOS: Implement USB_VEN (/dev/usb/ven) 2017-02-05 11:36:49 +01:00
USBV0.cpp IOS: Implement OH0 (/dev/usb/oh0) 2017-02-05 11:36:48 +01:00
USBV0.h IOS: Implement OH0 (/dev/usb/oh0) 2017-02-05 11:36:48 +01:00