sddr09.c (3eb66e91a25497065c5322b1268cbc3953642227) | sddr09.c (32bca2df7da27be34371a37f9bb5e2b85fdd92bd) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Driver for SanDisk SDDR-09 SmartMedia reader 4 * 5 * (c) 2000, 2001 Robert Baruch (autophile@starband.net) 6 * (c) 2002 Andries Brouwer (aeb@cwi.nl) 7 * Developed with the assistance of: 8 * (c) 2002 Alan Stern <stern@rowland.org> --- 33 unchanged lines hidden (view full) --- 42#include "debug.h" 43#include "scsiglue.h" 44 45#define DRV_NAME "ums-sddr09" 46 47MODULE_DESCRIPTION("Driver for SanDisk SDDR-09 SmartMedia reader"); 48MODULE_AUTHOR("Andries Brouwer <aeb@cwi.nl>, Robert Baruch <autophile@starband.net>"); 49MODULE_LICENSE("GPL"); | 1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Driver for SanDisk SDDR-09 SmartMedia reader 4 * 5 * (c) 2000, 2001 Robert Baruch (autophile@starband.net) 6 * (c) 2002 Andries Brouwer (aeb@cwi.nl) 7 * Developed with the assistance of: 8 * (c) 2002 Alan Stern <stern@rowland.org> --- 33 unchanged lines hidden (view full) --- 42#include "debug.h" 43#include "scsiglue.h" 44 45#define DRV_NAME "ums-sddr09" 46 47MODULE_DESCRIPTION("Driver for SanDisk SDDR-09 SmartMedia reader"); 48MODULE_AUTHOR("Andries Brouwer <aeb@cwi.nl>, Robert Baruch <autophile@starband.net>"); 49MODULE_LICENSE("GPL"); |
50MODULE_IMPORT_NS(USB_STORAGE); |
|
50 51static int usb_stor_sddr09_dpcm_init(struct us_data *us); 52static int sddr09_transport(struct scsi_cmnd *srb, struct us_data *us); 53static int usb_stor_sddr09_init(struct us_data *us); 54 55 56/* 57 * The table of devices --- 1732 unchanged lines hidden --- | 51 52static int usb_stor_sddr09_dpcm_init(struct us_data *us); 53static int sddr09_transport(struct scsi_cmnd *srb, struct us_data *us); 54static int usb_stor_sddr09_init(struct us_data *us); 55 56 57/* 58 * The table of devices --- 1732 unchanged lines hidden --- |