[issue7971] hidraw Linux module

2010-02-20 Thread Brian Curtin
Brian Curtin added the comment: The bug tracker is not the right place to release your modules. If you have a distributable module rather than a patch, PyPi may be a better place to put your results. -- nosy: +brian.curtin resolution: -> rejected status: open -> closed _

[issue7971] hidraw Linux module

2010-02-19 Thread Danny Milosavljevic
Danny Milosavljevic added the comment: Usage example: >>>import hidraw >>>import os >>>hidraw.get_info(os.open("/dev/hidraw0", os.O_RDONLY)) hidraw.Info(3, 0x0E20, 0x0200) -- ___ Python tracker ___