1. NAME

input_unregister_device - unregister previously registered device

2. SYNOPSIS

void input_unregister_device(struct input_dev *  dev );

3. ARGUMENTS

dev
    device to be unregistered

4. DESCRIPTION

This function unregisters an input device. Once device is unregistered the caller should not try to access it as it may get freed at any moment.

5. COPYRIGHT