usual-tables.c (32d5493eb83a217c3b1eba4b98cd6d19864f71a8) usual-tables.c (70fcc0050733a7cd1b452cfa3de3a9b376412565)
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 *

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

74 .pid = id_product, \
75 .bcdmin = bcdDeviceMin, \
76 .bcdmax = bcdDeviceMax, \
77}
78
79static struct ignore_entry ignore_ids[] = {
80# include "unusual_isd200.h"
81# include "unusual_sddr09.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 *

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

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

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

--- 18 unchanged lines hidden ---