video_unregister_device

Langue: en

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

video_unregister_device - unregister a video4linux device

SYNOPSIS

void video_unregister_device(struct video_device * vfd);

ARGUMENTS

vfd

the device to unregister

DESCRIPTION

This unregisters the passed device and deassigns the minor number. Future open calls will be met with errors.

AUTHOR

Alan Cox <alan@redhat.com>

Author.