ieee1284_release - Man Page
release a port
Synopsis
#include <ieee1284.h>
void ieee1284_release(struct parport *port);
Description
This function undoes the effect of ieee1284_claim(3) by releasing the port for use by other drivers. It is good practice to release the port whenever convenient. If it is never convenient to do so, the F1284_EXCL flag should be specified at initialization.
Author
Tim Waugh <twaugh@redhat.com>
Author.
Copyright
Copyright © 2001-2003 Tim Waugh
Referenced By
ieee1284_claim(3), libieee1284(3).
07/18/2024 Functions