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

📄 unusual_devs.h

📁 优龙2410linux2.6.8内核源代码
💻 H
📖 第 1 页 / 共 2 页
字号:
/* Driver for USB Mass Storage compliant devices * Ununsual Devices File * * $Id: unusual_devs.h,v 1.32 2002/02/25 02:41:24 mdharm Exp $ * * Current development and maintenance by: *   (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) * * Initial work by: *   (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc. * * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more * information about this driver. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2, or (at your option) any * later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 675 Mass Ave, Cambridge, MA 02139, USA. *//* IMPORTANT NOTE: This file must be included in another file which does * the following thing for it to work: * The macro UNUSUAL_DEV() must be defined before this file is included */#include <linux/config.h>/* If you edit this file, please try to keep it sorted first by VendorID, * then by ProductID. * * If you want to add an entry for this file, please send the following * to greg@kroah.com: *	- patch that adds the entry for your device which includes your *	  email address right above the entry. *	- a copy of /proc/bus/usb/devices with your device plugged in *	  running with this patch. * */UNUSUAL_DEV(  0x03ee, 0x0000, 0x0000, 0x0245, 		"Mitsumi",		"CD-R/RW Drive",		US_SC_8020, US_PR_CBI, NULL, 0), UNUSUAL_DEV(  0x03ee, 0x6901, 0x0000, 0x0100,		"Mitsumi",		"USB FDD",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_SINGLE_LUN ),UNUSUAL_DEV(  0x03f0, 0x0107, 0x0200, 0x0200, 		"HP",		"CD-Writer+",		US_SC_8070, US_PR_CB, NULL, 0), #ifdef CONFIG_USB_STORAGE_HP8200eUNUSUAL_DEV(  0x03f0, 0x0207, 0x0001, 0x0001, 		"HP",		"CD-Writer+ 8200e",		US_SC_8070, US_PR_SCM_ATAPI, init_8200e, 0), UNUSUAL_DEV(  0x03f0, 0x0307, 0x0001, 0x0001, 		"HP",		"CD-Writer+ CD-4e",		US_SC_8070, US_PR_SCM_ATAPI, init_8200e, 0), #endif/* <torsten.scherer@uni-bielefeld.de>: I don't know the name of the bridge * manufacturer, but I've got an external USB drive by the Revoltec company * that needs this. otherwise the drive is recognized as /dev/sda, but any * access to it blocks indefinitely. */UNUSUAL_DEV(  0x0402, 0x5621, 0x0103, 0x0103,		"Revoltec",		"USB/IDE Bridge (ATA/ATAPI)",		US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),/* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au> * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message * always fails and confuses drive. */UNUSUAL_DEV(  0x0411, 0x001c, 0x0113, 0x0113,		"Buffalo",		"DUB-P40G HDD",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_FIX_INQUIRY ),#ifdef CONFIG_USB_STORAGE_DPCMUNUSUAL_DEV(  0x0436, 0x0005, 0x0100, 0x0100,		"Microtech",		"CameraMate (DPCM_USB)", 		US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ),#endif/* Patch submitted by Alessandro Fracchetti <al.fracchetti@tin.it> */UNUSUAL_DEV(  0x0482, 0x0105, 0x0100, 0x0100,		"Kyocera",		"Finecam L3",		US_SC_SCSI, US_PR_BULK, NULL, US_FL_FIX_INQUIRY),/* Patch submitted by Philipp Friedrich <philipp@void.at> */UNUSUAL_DEV(  0x0482, 0x0100, 0x0100, 0x0100,		"Kyocera",		"Finecam S3x",		US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),/* Patch submitted by Philipp Friedrich <philipp@void.at> */UNUSUAL_DEV(  0x0482, 0x0101, 0x0100, 0x0100,		"Kyocera",		"Finecam S4",		US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),/* Patch submitted by Stephane Galles <stephane.galles@free.fr> */UNUSUAL_DEV(  0x0482, 0x0103, 0x0100, 0x0100,		"Kyocera",		"Finecam S5",		US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),/* Patch for Kyocera Finecam L3 * Submitted by Michael Krauth <michael.krauth@web.de> */UNUSUAL_DEV(  0x0482, 0x0105, 0x0100, 0x0100,		"Kyocera",		"Finecam L3",		US_SC_SCSI, US_PR_BULK, NULL,		US_FL_FIX_INQUIRY),/* Reported by Paul Stewart <stewart@wetlogic.net> * This entry is needed because the device reports Sub=ff */UNUSUAL_DEV(  0x04a4, 0x0004, 0x0001, 0x0001,		"Hitachi",		"DVD-CAM DZ-MV100A Camcorder",		US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN),/* Reported by Simon Levitt <simon@whattf.com> * This entry needs Sub and Proto fields */UNUSUAL_DEV(  0x04b8, 0x0601, 0x0100, 0x0100,		"Epson",		"875DC Storage",		US_SC_SCSI, US_PR_CB, NULL, US_FL_FIX_INQUIRY),/* Reported by Khalid Aziz <khalid@gonehiking.org> * This entry is needed because the device reports Sub=ff */UNUSUAL_DEV(  0x04b8, 0x0602, 0x0110, 0x0110,		"Epson",		"785EPX Storage",		US_SC_SCSI, US_PR_BULK, NULL, US_FL_SINGLE_LUN),UNUSUAL_DEV(  0x04cb, 0x0100, 0x0000, 0x2210,		"Fujifilm",		"FinePix 1400Zoom",		US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),/* Reported by Peter W鋍htler <pwaechtler@loewe-komp.de> * The device needs the flags only. */UNUSUAL_DEV(  0x04ce, 0x0002, 0x0074, 0x0074,		"ScanLogic",		"SL11R-IDE",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_FIX_INQUIRY),/* Reported by Kriston Fincher <kriston@airmail.net> * Patch submitted by Sean Millichamp <sean@bruenor.org> * This is to support the Panasonic PalmCam PV-SD4090 * This entry is needed because the device reports Sub=ff  */UNUSUAL_DEV(  0x04da, 0x0901, 0x0100, 0x0200,		"Panasonic",		"LS-120 Camera",		US_SC_UFI, US_PR_DEVICE, NULL, 0),/* From Yukihiro Nakai, via zaitcev@yahoo.com. * This is needed for CB instead of CBI */UNUSUAL_DEV(  0x04da, 0x0d05, 0x0000, 0x0000,		"Sharp CE-CW05",		"CD-R/RW Drive",		US_SC_8070, US_PR_CB, NULL, 0),/* Most of the following entries were developed with the help of * Shuttle/SCM directly. */UNUSUAL_DEV(  0x04e6, 0x0001, 0x0200, 0x0200, 		"Matshita",		"LS-120",		US_SC_8020, US_PR_CB, NULL, 0),UNUSUAL_DEV(  0x04e6, 0x0002, 0x0100, 0x0100, 		"Shuttle",		"eUSCSI Bridge",		US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init, 		US_FL_SCM_MULT_TARG ), #ifdef CONFIG_USB_STORAGE_SDDR09UNUSUAL_DEV(  0x04e6, 0x0003, 0x0000, 0x9999, 		"Sandisk",		"ImageMate SDDR09",		US_SC_SCSI, US_PR_EUSB_SDDR09, NULL,		US_FL_SINGLE_LUN ),/* This entry is from Andries.Brouwer@cwi.nl */UNUSUAL_DEV(  0x04e6, 0x0005, 0x0100, 0x0208,		"SCM Microsystems",		"eUSB SmartMedia / CompactFlash Adapter",		US_SC_SCSI, US_PR_DPCM_USB, sddr09_init, 		0), #endifUNUSUAL_DEV(  0x04e6, 0x0006, 0x0100, 0x0205, 		"Shuttle",		"eUSB MMC Adapter",		US_SC_SCSI, US_PR_DEVICE, NULL, 		US_FL_SINGLE_LUN), UNUSUAL_DEV(  0x04e6, 0x0007, 0x0100, 0x0200, 		"Sony",		"Hifd",		US_SC_SCSI, US_PR_CB, NULL, 		US_FL_SINGLE_LUN), UNUSUAL_DEV(  0x04e6, 0x0009, 0x0200, 0x0200, 		"Shuttle",		"eUSB ATA/ATAPI Adapter",		US_SC_8020, US_PR_CB, NULL, 0),UNUSUAL_DEV(  0x04e6, 0x000a, 0x0200, 0x0200, 		"Shuttle",		"eUSB CompactFlash Adapter",		US_SC_8020, US_PR_CB, NULL, 0),UNUSUAL_DEV(  0x04e6, 0x000B, 0x0100, 0x0100, 		"Shuttle",		"eUSCSI Bridge",		US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, 		US_FL_SCM_MULT_TARG ), UNUSUAL_DEV(  0x04e6, 0x000C, 0x0100, 0x0100, 		"Shuttle",		"eUSCSI Bridge",		US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, 		US_FL_SCM_MULT_TARG ), UNUSUAL_DEV(  0x04e6, 0x0101, 0x0200, 0x0200, 		"Shuttle",		"CD-RW Device",		US_SC_8020, US_PR_CB, NULL, 0),/* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */UNUSUAL_DEV(  0x050d, 0x0115, 0x0133, 0x0133,		"Belkin",		"USB SCSI Adaptor",		US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,		US_FL_SCM_MULT_TARG ),/* Iomega Clik! Drive  * Reported by David Chatenay <dchatenay@hotmail.com> * The reason this is needed is not fully known. */UNUSUAL_DEV(  0x0525, 0xa140, 0x0100, 0x0100,		"Iomega",		"USB Clik! 40",		US_SC_8070, US_PR_BULK, NULL,		US_FL_FIX_INQUIRY ),/* This entry is needed because the device reports Sub=ff */UNUSUAL_DEV(  0x054c, 0x0010, 0x0106, 0x0450, 		"Sony",		"DSC-S30/S70/S75/505V/F505/F707/F717/P8", 		US_SC_SCSI, US_PR_DEVICE, NULL,		US_FL_SINGLE_LUN | US_FL_MODE_XLATE ),/* This entry is needed because the device reports Sub=ff */UNUSUAL_DEV(  0x054c, 0x0010, 0x0500, 0x0500,                "Sony",               "DSC-T1",                US_SC_8070, US_PR_DEVICE, NULL,               US_FL_SINGLE_LUN | US_FL_MODE_XLATE ),/* Reported by wim@geeks.nl */UNUSUAL_DEV(  0x054c, 0x0025, 0x0100, 0x0100, 		"Sony",		"Memorystick NW-MS7",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_SINGLE_LUN ),#ifdef CONFIG_USB_STORAGE_ISD200UNUSUAL_DEV(  0x054c, 0x002b, 0x0100, 0x0110,		"Sony",		"Portable USB Harddrive V2",		US_SC_ISD200, US_PR_BULK, isd200_Initialization,		0 ),#endifUNUSUAL_DEV(  0x054c, 0x002d, 0x0100, 0x0100, 		"Sony",		"Memorystick MSAC-US1",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_SINGLE_LUN ),/* Submitted by Klaus Mueller <k.mueller@intershop.de> */UNUSUAL_DEV(  0x054c, 0x002e, 0x0106, 0x0310, 		"Sony",		"Handycam",		US_SC_SCSI, US_PR_DEVICE, NULL,		US_FL_SINGLE_LUN | US_FL_MODE_XLATE),/* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */UNUSUAL_DEV(  0x054c, 0x002e, 0x0500, 0x0500, 		"Sony",		"Handycam HC-85",		US_SC_UFI, US_PR_DEVICE, NULL,		US_FL_SINGLE_LUN | US_FL_MODE_XLATE),UNUSUAL_DEV(  0x054c, 0x0032, 0x0000, 0x9999,		"Sony",		"Memorystick MSC-U01N",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_SINGLE_LUN ),/* Submitted by Michal Mlotek <mlotek@foobar.pl> */UNUSUAL_DEV(  0x054c, 0x0058, 0x0000, 0x9999,		"Sony",		"PEG N760c Memorystick",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_FIX_INQUIRY ),		UNUSUAL_DEV(  0x054c, 0x0069, 0x0000, 0x9999,		"Sony",		"Memorystick MSC-U03",		US_SC_UFI, US_PR_CB, NULL,		US_FL_SINGLE_LUN ),/* Submitted by Nathan Babb <nathan@lexi.com> */UNUSUAL_DEV(  0x054c, 0x006d, 0x0000, 0x9999,		"Sony",		"PEG Mass Storage",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_FIX_INQUIRY ),/* Submitted by Mike Alborn <malborn@deandra.homeip.net> */UNUSUAL_DEV(  0x054c, 0x016a, 0x0000, 0x9999,		"Sony",		"PEG Mass Storage",		US_SC_DEVICE, US_PR_DEVICE, NULL,		US_FL_FIX_INQUIRY ),		/* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */UNUSUAL_DEV(  0x054c, 0x0099, 0x0000, 0x9999,                "Sony",                "PEG Mass Storage",                US_SC_DEVICE, US_PR_DEVICE, NULL,                US_FL_FIX_INQUIRY ),		UNUSUAL_DEV(  0x057b, 0x0000, 0x0000, 0x0299, 		"Y-E Data",		"Flashbuster-U",		US_SC_DEVICE,  US_PR_CB, NULL,		US_FL_SINGLE_LUN),UNUSUAL_DEV(  0x057b, 0x0000, 0x0300, 0x9999, 		"Y-E Data",		"Flashbuster-U",		US_SC_DEVICE,  US_PR_DEVICE, NULL,		US_FL_SINGLE_LUN),/* Fabrizio Fellini <fello@libero.it> */UNUSUAL_DEV(  0x0595, 0x4343, 0x0000, 0x2210,		"Fujifilm",		"Digital Camera EX-20 DSC",		US_SC_8070, US_PR_DEVICE, NULL, 0 ),UNUSUAL_DEV(  0x059f, 0xa601, 0x0200, 0x0200, 		"LaCie",		"USB Hard Disk",		US_SC_RBC, US_PR_CB, NULL, 0 ), /* Submitted by Jol Bourquard <numlock@freesurf.ch> */UNUSUAL_DEV(  0x05ab, 0x0060, 0x1104, 0x1110,		"In-System",		"PyroGate External CD-ROM Enclosure (FCD-523)",		US_SC_SCSI, US_PR_BULK, NULL, 0 ),#ifdef CONFIG_USB_STORAGE_ISD200UNUSUAL_DEV(  0x05ab, 0x0031, 0x0100, 0x0110,		"In-System",		"USB/IDE Bridge (ATA/ATAPI)",		US_SC_ISD200, US_PR_BULK, isd200_Initialization,		0 ),UNUSUAL_DEV(  0x05ab, 0x0301, 0x0100, 0x0110,		"In-System",		"Portable USB Harddrive V2",		US_SC_ISD200, US_PR_BULK, isd200_Initialization,		0 ),UNUSUAL_DEV(  0x05ab, 0x0351, 0x0100, 0x0110,		"In-System",		"Portable USB Harddrive V2",		US_SC_ISD200, US_PR_BULK, isd200_Initialization,		0 ),UNUSUAL_DEV(  0x05ab, 0x5701, 0x0100, 0x0110,

⌨️ 快捷键说明

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