summaryrefslogtreecommitdiff
path: root/pyparallel/parallel/parallelppdev.py
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'release2_3'.release2_3nobody2008-06-191-585/+0
|
* - enhance examplecliechti2005-11-021-1/+1
| | | | - some fixes
* ensure int datatypecliechti2005-01-151-2/+2
|
* Put in a conditional to use signed ioctl() for python versions 2.2 and earlieralexperry2004-10-041-3/+15
|
* Convert all the _IOC_ size masks into longs for future compatibility with 2.4alexperry2004-04-161-3/+3
|
* self.ctrlReg was not initilized in win32 versioncliechti2003-05-261-1/+1
| | | | getInSelected typo fixed
* changed device name, cosmeticscliechti2002-08-071-10/+12
|
* added linux/ppdev implementation from Michael Ashtoncliechti2002-07-311-0/+571
synchronized method and class names between win and ppdev impl.