htc: implement complete usb driver

This commit is contained in:
Michael Scire
2021-02-08 03:37:30 -08:00
committed by SciresM
parent c878123274
commit c59388caf1
15 changed files with 933 additions and 5 deletions

View File

@@ -57,6 +57,8 @@ namespace ams::htclow::ctrl {
void UpdateBeaconResponse(const char *connection);
public:
HtcctrlService(HtcctrlPacketFactory *pf, HtcctrlStateMachine *sm, mux::Mux *mux);
void SetDriverType(impl::DriverType driver_type);
};
}