- updated service(s) to be KernelObject's
- various cleanups
This commit is contained in:
parent
725d240bf7
commit
eab6fd01d7
7 changed files with 31 additions and 59 deletions
|
|
@ -25,7 +25,7 @@ public:
|
|||
* Gets the string port name used by CTROS for the service
|
||||
* @return Port name of service
|
||||
*/
|
||||
std::string GetPortName() const {
|
||||
const char *GetPortName() const {
|
||||
return "hid:USER";
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue