PARPORT_RELEASE(9) Parallel Port Devices PARPORT_RELEASE(9)NAMEparport_release - give up access to a parallel port deviceSYNOPSISvoid parport_release(struct pardevice * dev);ARGUMENTSdev pointer to structure representing parallel port deviceDESCRIPTIONThis function cannot fail, but it should not be called without the port claimed. Similarly, if the port is already claimed you should not try claiming it again.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PARPORT_RELEASE(9)