Skip to content
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

iguanair device should stop reporting IR activity after period of inactivity #17

Open
IguanaBen opened this issue Jan 7, 2015 · 1 comment
Assignees

Comments

@IguanaBen
Copy link
Contributor

Reported by seanyoung on 18 Aug 2014 11:57 UTC
If there has been no IR activity for 100ms, the iguanair can stop sending usb packets. This causes unnecessary CPU wakeups and thus battery life on mobile.

Note that most IR receivers work like this, iguanair is the exception here (see linux kernel code, drivers/media/rc/*.c).

Ideally the device would send a last usb packet which specifies it will no longer send IR data until some IR activity has been detected.

@IguanaBen
Copy link
Contributor Author

Commented by jdunn on 18 Aug 2014 14:15 UTC
This would require some firmware changes, but is a good idea. If we're talking about just the IR data stream I'd agree with it listed as wishlist, but it would be relatively simple as firmware changes go.

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

No branches or pull requests

2 participants