|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/usb.h>#include <linux/usb_usual.h>#include "unusual_devs.h"#include "unusual_alauda.h"#include "unusual_cypress.h"#include "unusual_datafab.h"#include "unusual_ene_ub6250.h"#include "unusual_freecom.h"#include "unusual_isd200.h"#include "unusual_jumpshot.h"#include "unusual_karma.h"#include "unusual_onetouch.h"#include "unusual_realtek.h"#include "unusual_sddr09.h"#include "unusual_sddr55.h"#include "unusual_usbat.h"Go to the source code of this file.
Data Structures | |
| struct | ignore_entry |
Macros | |
| #define | UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, vendorName, productName, useProtocol, useTransport, initFunction, flags) |
| #define | COMPLIANT_DEV UNUSUAL_DEV |
| #define | USUAL_DEV(useProto, useTrans) { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, useProto, useTrans) } |
| #define | UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, vendorName, productName, useProtocol, useTransport, initFunction, flags) |
Functions | |
| MODULE_DEVICE_TABLE (usb, usb_storage_usb_ids) | |
| int | usb_usual_ignore_device (struct usb_interface *intf) |
Variables | |
| struct usb_device_id | usb_storage_usb_ids [] |
| #define COMPLIANT_DEV UNUSUAL_DEV |
Definition at line 39 of file usual-tables.c.
| #define UNUSUAL_DEV | ( | id_vendor, | |
| id_product, | |||
| bcdDeviceMin, | |||
| bcdDeviceMax, | |||
| vendorName, | |||
| productName, | |||
| useProtocol, | |||
| useTransport, | |||
| initFunction, | |||
| flags | |||
| ) |
Definition at line 61 of file usual-tables.c.
| #define UNUSUAL_DEV | ( | id_vendor, | |
| id_product, | |||
| bcdDeviceMin, | |||
| bcdDeviceMax, | |||
| vendorName, | |||
| productName, | |||
| useProtocol, | |||
| useTransport, | |||
| initFunction, | |||
| flags | |||
| ) |
Definition at line 61 of file usual-tables.c.
| #define USUAL_DEV | ( | useProto, | |
| useTrans | |||
| ) | { USB_INTERFACE_INFO(USB_CLASS_MASS_STORAGE, useProto, useTrans) } |
Definition at line 41 of file usual-tables.c.
| MODULE_DEVICE_TABLE | ( | usb | , |
| usb_storage_usb_ids | |||
| ) |
| int usb_usual_ignore_device | ( | struct usb_interface * | intf | ) |
Definition at line 91 of file usual-tables.c.
| struct usb_device_id usb_storage_usb_ids[] |
Definition at line 44 of file usual-tables.c.
1.8.2