Skip to content

Added additional information to gampad devices #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Added additional information to gampad devices #24

wants to merge 5 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 3, 2019

I have a situation requiring all data in struct input_id to be returned to node.js. I made these changes on a local branch and figured I would share:

struct input_id {
	__u16 bustype;
	__u16 vendor;
	__u16 product;
	__u16 version;
};

Thanks for the great library. Let me know if you need anything further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants