usual-tables.c (fcdb51401f7f695b7fb782721b2e33372c5a06ce) usual-tables.c (26d6818f19d0ab018f28a20d699511c1efdf508b)
1/* Driver for USB Mass Storage devices
2 * Usual Tables File for usb-storage and libusual
3 *
4 * Copyright (C) 2009 Alan Stern (stern@rowland.harvard.edu)
5 *
6 * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
7 * information about this driver.
8 *

--- 67 unchanged lines hidden (view full) ---

76 .bcdmax = bcdDeviceMax, \
77}
78
79static struct ignore_entry ignore_ids[] = {
80# include "unusual_cypress.h"
81# include "unusual_isd200.h"
82# include "unusual_sddr09.h"
83# include "unusual_sddr55.h"
1/* Driver for USB Mass Storage devices
2 * Usual Tables File for usb-storage and libusual
3 *
4 * Copyright (C) 2009 Alan Stern (stern@rowland.harvard.edu)
5 *
6 * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
7 * information about this driver.
8 *

--- 67 unchanged lines hidden (view full) ---

76 .bcdmax = bcdDeviceMax, \
77}
78
79static struct ignore_entry ignore_ids[] = {
80# include "unusual_cypress.h"
81# include "unusual_isd200.h"
82# include "unusual_sddr09.h"
83# include "unusual_sddr55.h"
84# include "unusual_usbat.h"
84 { } /* Terminating entry */
85};
86
87#undef UNUSUAL_DEV
88
89
90/* Return an error if a device is in the ignore_ids list */
91int usb_usual_ignore_device(struct usb_interface *intf)

--- 18 unchanged lines hidden ---
85 { } /* Terminating entry */
86};
87
88#undef UNUSUAL_DEV
89
90
91/* Return an error if a device is in the ignore_ids list */
92int usb_usual_ignore_device(struct usb_interface *intf)

--- 18 unchanged lines hidden ---