8000 Tags · westerndigitalcorporation/pt-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: westerndigitalcorporation/pt-tools

Tags

v2.0.0

Toggle v2.0.0's commit message
Version 2.0.0

This version splits the core code of the ptio utility into a library
(libptio). No change to the ptio tool itself.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>

v1.0.0

Toggle v1.0.0's commit message
ptio: Improve ptio_open_dev()

Instead of always passing O_RDWR to ptio_open_dev(), pass the transfer
direction as the second argument and automatically decide on the open
mode based on that direction, that is, open the device read-write if
data is to be transfered to the device and read-only otherwise.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
0