| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-04-29 | Misc, phantom, fix poll | Jiri Slaby | 1 | -4/+6 | |
| Return ERR even if there are pending data, but hw is not running. Do not decrement count in poll, do it in ioctl, where data are actually read. Signed-off-by: Jiri Slaby <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2008-04-29 | Misc: phantom, add compat ioctl | Jiri Slaby | 1 | -4/+20 | |
| Openhaptics uses pointers in _IOC() macros, implement compat for them. Also add _IOC alternatives which are not 32/64 bit dependent (structures passed through aren't yet) -- libphantom will use them. [[email protected]: coding-style fixes] Signed-off-by: Jiri Slaby <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2008-02-06 | phantom: don't grab other devices | Jiri Slaby | 1 | -3/+4 | |
| Specify also sub pci ids to not grab devices with properly set sub ids. This devices has these set (unset) to the same as (plx 9050) ids. Signed-off-by: Jiri Slaby <[email protected]> Cc: Andreas Block <[email protected]> Cc: Oliver Thimm <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2007-10-19 | Misc: phantom, improved data passing | Jiri Slaby | 1 | -18/+76 | |
| This new version guarantees amb_bit switch in small enough intervals, so that the device won't stop working in the middle of a movement anymore. However it preserves old (openhaptics) functionality. Signed-off-by: Jiri Slaby <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2007-10-19 | Misc: phantom, add comment about openhaptics | Jiri Slaby | 1 | -0/+1 | |
| Signed-off-by: Jiri Slaby <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2007-10-19 | Misc: phantom, synchronize_irq() on suspend | Jiri Slaby | 1 | -0/+2 | |
| Wait after disabling device's interrupt until the handler finishes its work if still in progress. Signed-off-by: Jiri Slaby <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2007-05-23 | Misc: phantom, take care of pci posting | Jiri Slaby | 1 | -1/+10 | |
| phantom, take care of pci posting thanks to akpm for pointing this out Signed-off-by: Jiri Slaby <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2007-05-23 | phantom: move to unlocked_ioctl | Jiri Slaby | 1 | -4/+14 | |
| phantom's ioctl is often (4000 times a sec or so) invoked, don't acquire BKL and block other processes. Signed-off-by: Jiri Slaby <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2007-05-08 | Misc: add sensable phantom driver | Jiri Slaby | 1 | -0/+463 | |
| Add sensable phantom driver Signed-off-by: Jiri Slaby <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||