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