usual-tables.c (26d6818f19d0ab018f28a20d699511c1efdf508b) | usual-tables.c (0d62939fab3cf28a23ac6934cec599793d3a1d9d) |
---|---|
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 * --- 64 unchanged lines hidden (view full) --- 73 .vid = id_vendor, \ 74 .pid = id_product, \ 75 .bcdmin = bcdDeviceMin, \ 76 .bcdmax = bcdDeviceMax, \ 77} 78 79static struct ignore_entry ignore_ids[] = { 80# include "unusual_cypress.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 * --- 64 unchanged lines hidden (view full) --- 73 .vid = id_vendor, \ 74 .pid = id_product, \ 75 .bcdmin = bcdDeviceMin, \ 76 .bcdmax = bcdDeviceMax, \ 77} 78 79static struct ignore_entry ignore_ids[] = { 80# include "unusual_cypress.h" |
81# include "unusual_freecom.h" |
|
81# include "unusual_isd200.h" 82# include "unusual_sddr09.h" 83# include "unusual_sddr55.h" 84# include "unusual_usbat.h" 85 { } /* Terminating entry */ 86}; 87 88#undef UNUSUAL_DEV --- 22 unchanged lines hidden --- | 82# include "unusual_isd200.h" 83# include "unusual_sddr09.h" 84# include "unusual_sddr55.h" 85# include "unusual_usbat.h" 86 { } /* Terminating entry */ 87}; 88 89#undef UNUSUAL_DEV --- 22 unchanged lines hidden --- |