On 6/3/2015 1:23 PM, Nanley Chery wrote: >> >> .... how does this work on Android ? > > That's a good question. I actually hadn't considered the affects on > that platform. It seems like there is no udev-like abstraction layer > on Android. It looks like the way forward would be to either keep a > separate folder for android specific code or to create more helper > functions to abstract how we access sysfs. The latter method seems > preferable because it wouldn't increase the complexity of the project > as a whole. Thoughts? but if we keep the code anyway, what's the benefit of going through one more layer of indirection???? Am I missing something here?