⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unusual_devs.h

📁 底层驱动开发
💻 H
📖 第 1 页 / 共 3 页
字号:
UNUSUAL_DEV(  0x07af, 0x0004, 0x0100, 0x0133, 		"Microtech",		"USB-SCSI-DB25",		US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,		US_FL_SCM_MULT_TARG ), UNUSUAL_DEV(  0x07af, 0x0005, 0x0100, 0x0100, 		"Microtech",		"USB-SCSI-HD50",		US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init,		US_FL_SCM_MULT_TARG ), #ifdef CONFIG_USB_STORAGE_DPCMUNUSUAL_DEV(  0x07af, 0x0006, 0x0100, 0x0100,		"Microtech",		"CameraMate (DPCM_USB)", 		US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ),#endif#ifdef CONFIG_USB_STORAGE_DATAFABUNUSUAL_DEV(  0x07c4, 0xa000, 0x0000, 0x0015,		"Datafab",		"MDCFE-B USB CF Reader",		US_SC_SCSI, US_PR_DATAFAB, NULL,		0 ),/* * The following Datafab-based devices may or may not work * using the current driver...the 0xffff is arbitrary since I * don't know what device versions exist for these guys. * * The 0xa003 and 0xa004 devices in particular I'm curious about. * I'm told they exist but so far nobody has come forward to say that * they work with this driver.  Given the success we've had getting * other Datafab-based cards operational with this driver, I've decided * to leave these two devices in the list. */UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff,		"SIIG/Datafab",		"SIIG/Datafab Memory Stick+CF Reader/Writer",		US_SC_SCSI, US_PR_DATAFAB, NULL,		0 ),/* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff,		"Datafab/Unknown",		"MD2/MD3 Disk enclosure",		US_SC_SCSI, US_PR_DATAFAB, NULL,		US_FL_SINGLE_LUN ),UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,		"Datafab/Unknown",		"Datafab-based Reader",		US_SC_SCSI, US_PR_DATAFAB, NULL,		0 ),UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff,		"Datafab/Unknown",		"Datafab-based Reader",		US_SC_SCSI, US_PR_DATAFAB, NULL,		0 ),UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff,		"PNY/Datafab",		"PNY/Datafab CF+SM Reader",		US_SC_SCSI, US_PR_DATAFAB, NULL,		0 ),UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,		"Simple Tech/Datafab",		"Simple Tech/Datafab CF+SM Reader",		US_SC_SCSI, US_PR_DATAFAB, NULL,		0 ),#endif		#ifdef CONFIG_USB_STORAGE_SDDR55/* Contributed by Peter Waechtler */UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999,		"Datafab",		"MDSM-B reader",		US_SC_SCSI, US_PR_SDDR55, NULL,		US_FL_FIX_INQUIRY ),#endif#ifdef CONFIG_USB_STORAGE_DATAFAB/* Submitted by Olaf Hering <olh@suse.de> */UNUSUAL_DEV(  0x07c4, 0xa109, 0x0000, 0xffff,		"Datafab Systems, Inc.",		"USB to CF + SM Combo (LC1)",		US_SC_SCSI, US_PR_DATAFAB, NULL,		0 ),#endif#ifdef CONFIG_USB_STORAGE_SDDR55/* SM part - aeb <Andries.Brouwer@cwi.nl> */UNUSUAL_DEV(  0x07c4, 0xa109, 0x0000, 0xffff,		"Datafab Systems, Inc.",		"USB to CF + SM Combo (LC1)",		US_SC_SCSI, US_PR_SDDR55, NULL,		US_FL_SINGLE_LUN ),#endif#ifdef CONFIG_USB_STORAGE_DATAFAB/* Reported by Felix Moeller <felix@derklecks.de> * in Germany this is sold by Hama with the productnumber 46952 * as "DualSlot CompactFlash(TM) & MStick Drive USB" */UNUSUAL_DEV(  0x07c4, 0xa10b, 0x0000, 0xffff,                "DataFab Systems Inc.",                "USB CF+MS",                US_SC_SCSI, US_PR_DATAFAB, NULL,                0 ),#endif/* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100 * Only revision 1.13 tested (same for all of the above devices, * based on the Datafab DF-UG-07 chip).  Needed for US_FL_FIX_INQUIRY. * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>. * See also http://martin.wilck.bei.t-online.de/#kecf . */UNUSUAL_DEV(  0x07c4, 0xa400, 0x0000, 0xffff,		"Datafab",		"KECF-USB",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_FIX_INQUIRY ),/* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant * to the USB storage specification in two ways: * - They tell us they are using transport protocol CBI. In reality they *   are using transport protocol CB. * - They don't like the INQUIRY command. So we must handle this command *   of the SCSI layer ourselves. * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have *   bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB). *   So don't remove the US_PR_CB override! * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override. */UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,		"Casio",		"QV DigitalCamera",		US_SC_8070, US_PR_CB, NULL,		US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ),/* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,		"Samsung",		"Digimax 410",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_FIX_INQUIRY),/* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. * Flag will support Bulk devices which use a standards-violating 32-byte * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support. */UNUSUAL_DEV(  0x084d, 0x0011, 0x0110, 0x0110,		"Grandtech",		"DC2MEGA",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_BULK32),/* Entry needed for flags. Moreover, all devices with this ID use * bulk-only transport, but _some_ falsely report Control/Bulk instead. * One example is "Trumpion Digital Research MYMP3". * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de> */UNUSUAL_DEV(  0x090a, 0x1001, 0x0100, 0x0100,		"Trumpion",		"t33520 USB Flash Card Controller",		US_SC_DEVICE, US_PR_BULK, NULL,		US_FL_NEED_OVERRIDE ),/* Reported by Filippo Bardelli <filibard@libero.it> * The device reports a subclass of RBC, which is wrong. */UNUSUAL_DEV(  0x090a, 0x1050, 0x0100, 0x0100,		"Trumpion Microelectronics, Inc.",		"33520 USB Digital Voice Recorder",		US_SC_UFI, US_PR_DEVICE, NULL,		0),/* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,		"Trumpion",		"MP3 player",		US_SC_RBC, US_PR_BULK, NULL,		0 ),/* aeb */UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,		"Feiya",		"5-in-1 Card Reader",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_FIX_CAPACITY ),/* This Pentax still camera is not conformant * to the USB storage specification: - * - It does not like the INQUIRY command. So we must handle this command *   of the SCSI layer ourselves. * Tested on Rev. 10.00 (0x1000) * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk> */UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,                "Pentax",                "Optio 2/3/400",                US_SC_DEVICE, US_PR_DEVICE, NULL,                US_FL_FIX_INQUIRY ),/* Submitted by Per Winkvist <per.winkvist@uk.com> */UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,                "Pentax",                "Optio S/S4",                US_SC_DEVICE, US_PR_DEVICE, NULL,                US_FL_FIX_INQUIRY ),		#ifdef CONFIG_USB_STORAGE_ISD200UNUSUAL_DEV(  0x0bf6, 0xa001, 0x0100, 0x0110,		"ATI",		"USB Cable 205",		US_SC_ISD200, US_PR_BULK, isd200_Initialization,		0 ),#endif#ifdef CONFIG_USB_STORAGE_DATAFABUNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,	       "Acomdata",	       "CF",	       US_SC_SCSI, US_PR_DATAFAB, NULL,	       US_FL_SINGLE_LUN ),#endif#ifdef CONFIG_USB_STORAGE_SDDR55UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,	       "Acomdata",	       "SM",	       US_SC_SCSI, US_PR_SDDR55, NULL,	       US_FL_SINGLE_LUN ),#endif/* Submitted by: Nick Sillik <n.sillik@temple.edu> * Needed for OneTouch extension to usb-storage * */#ifdef CONFIG_USB_STORAGE_ONETOUCH	UNUSUAL_DEV(  0x0d49, 0x7010, 0x0000, 0x9999,			"Maxtor",			"OneTouch External Harddrive",			US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input,			0),#endif/* Submitted by Joris Struyve <joris@struyve.be> */UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,		"Medion",		"MD 7425",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_FIX_INQUIRY),/* * Entry for Jenoptik JD 5200z3 * * email: car.busse@gmx.de */UNUSUAL_DEV(  0x0d96, 0x5200, 0x0001, 0x0200,		"Jenoptik",		"JD 5200 z3",		US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),/* Reported by Lubomir Blaha <tritol@trilogic.cz> * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this * works for me. Can anybody correct these values? (I able to test corrected * version.) */UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,		"Netac",		"USB-CF-Card",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_FIX_INQUIRY ),/* Patch by Stephan Walter <stephan.walter@epfl.ch> * I don't know why, but it works... */UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,		"WINWARD",		"Music Disk",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_IGNORE_RESIDUE ),/* Reported by Ian McConnell <ian at emit.demon.co.uk> */UNUSUAL_DEV(  0x0dda, 0x0301, 0x0012, 0x0012,		"PNP_MP3",		"PNP_MP3 PLAYER",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_IGNORE_RESIDUE ),/* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,		"USB",		"Solid state disk",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_FIX_INQUIRY ),/* Submitted by Daniel Drake <dsd@gentoo.org> * Reported by dayul on the Gentoo Forums */UNUSUAL_DEV(  0x0ea0, 0x2168, 0x0110, 0x0110,		"Ours Technology",		"Flash Disk",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_IGNORE_RESIDUE ),/* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */UNUSUAL_DEV(  0x0ea0, 0x6828, 0x0110, 0x0110,		"USB",		"Flash Disk",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_IGNORE_RESIDUE ),/* Reported by Michael Stattmann <michael@stattmann.com> */UNUSUAL_DEV(  0x0fce, 0xd008, 0x0000, 0x0000,		"Sony Ericsson",		"V800-Vodafone 802",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_NO_WP_DETECT ),/* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> * Tested on hardware version 1.10. * Entry is needed only for the initializer function override. */UNUSUAL_DEV(  0x1019, 0x0c55, 0x0000, 0x9999,		"Desknote",		"UCR-61S2B",		US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init,		0 ),/* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */UNUSUAL_DEV(  0x132b, 0x000b, 0x0001, 0x0001,		"Minolta",		"Dimage Z10",		US_SC_DEVICE, US_PR_DEVICE, NULL,		0 ),/* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */UNUSUAL_DEV(  0x1370, 0x6828, 0x0110, 0x0110,		"SWISSBIT",		"Black Silver",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_IGNORE_RESIDUE ),/* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */UNUSUAL_DEV(  0x2735, 0x100b, 0x0000, 0x9999,		"MPIO",		"HS200",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_GO_SLOW ),#ifdef CONFIG_USB_STORAGE_SDDR55UNUSUAL_DEV(  0x55aa, 0xa103, 0x0000, 0x9999, 		"Sandisk",		"ImageMate SDDR55",		US_SC_SCSI, US_PR_SDDR55, NULL,		US_FL_SINGLE_LUN),#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -