usual-tables.c (a9fb6d05d59c9e118ad8c355adfdf88c970c61bc) | usual-tables.c (a74bba3bf92cb6425789ae5050bdcca1283bc6f4) |
---|---|
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_alauda.h" |
|
80# include "unusual_cypress.h" 81# include "unusual_datafab.h" 82# include "unusual_freecom.h" 83# include "unusual_isd200.h" 84# include "unusual_jumpshot.h" 85# include "unusual_sddr09.h" 86# include "unusual_sddr55.h" 87# include "unusual_usbat.h" --- 26 unchanged lines hidden --- | 81# include "unusual_cypress.h" 82# include "unusual_datafab.h" 83# include "unusual_freecom.h" 84# include "unusual_isd200.h" 85# include "unusual_jumpshot.h" 86# include "unusual_sddr09.h" 87# include "unusual_sddr55.h" 88# include "unusual_usbat.h" --- 26 unchanged lines hidden --- |