Linux Kernel
3.7.1
|
#include <linux/usb.h>
#include <linux/firmware.h>
#include <linux/errno.h>
#include <linux/module.h>
#include <linux/slab.h>
Go to the source code of this file.
Functions | |
MODULE_DEVICE_TABLE (usb, id_table) | |
MODULE_FIRMWARE ("isight.fw") | |
module_usb_driver (isight_firmware_driver) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Matthew Garrett <[email protected]>") | |
MODULE_AUTHOR | ( | "Matthew Garrett <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | usb | , |
id_table | |||
) |
MODULE_FIRMWARE | ( | "isight.fw" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_usb_driver | ( | isight_firmware_driver | ) |