Query: parport_announce_port
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PARPORT_ANNOUNCE_POR(9) Parallel Port Devices PARPORT_ANNOUNCE_POR(9)NAMEparport_announce_port - tell device drivers about a parallel portSYNOPSISvoid parport_announce_port(struct parport * port);ARGUMENTSport parallel port to announceDESCRIPTIONAfter a port driver has registered a parallel port with parport_register_port, and performed any necessary initialisation or adjustments, it should call parport_announce_port in order to notify all device drivers that have called parport_register_driver. Their attach functions will be called, with port as the parameter.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PARPORT_ANNOUNCE_POR(9)