📄 config.h
字号:
/***************************************************************************Copyright 2000-2001 ATMEL Corporation.This file is part of atmel wireless lan drivers.Atmel wireless lan drivers is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.Atmel wireless lan drivers is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with Atmel wireless lan drivers; if not, write to the Free SoftwareFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA***************************************************************************/#ifndef __config_h_OK__#define __config_h_OK__/* to add a device simply add a line in defines acc. to its RF part above theall-zero line. Don't forget the trailing '' ! */#define RFMD_DEVICES { \ {USB_DEVICE(0x069a,0x0321)}, /* Dynalink/Askey WLL013, Compex WLU11A (?) */ \ {USB_DEVICE(0x0d5c,0xa002)}, /* Belkin F5D6050 USB adapter */ \ {USB_DEVICE(0x077b,0x2219)}, /* Linksys WUSB11 V2.6 adapter */ \ {USB_DEVICE(0x03eb,0x4102)}, /* AirVast 210 */ \ {USB_DEVICE(0x1371,0x5743)}, /* DSE XH1153 USB adapter */ \ {USB_DEVICE(0x0864,0x4102)}, /* Netgear MA 101 Rev. B */ \ {USB_DEVICE(0x04a5,0x9001)}, /* Benq AWL400 USB adapter */ \ {USB_DEVICE(VNetVID,VNetPID_RFMD)}, /* Atmel's id */ \ { } /* end with an all-zeroes entry */\} /* end marker */#define R505_DEVICES { \ {USB_DEVICE(VNetVID,VNetPID_R505)}, /* Atmel's id */\ { } /* end with an all-zeroes entry */\} /* end marker */ #define R505AMX_DEVICES { \ {USB_DEVICE(VNetVID,VNetPID_R505AMX)}, /* Atmel's id */\ { } /* end with an all-zeroes entry */\} /* end marker */ #define R505A_DEVICES { \ {USB_DEVICE(VNetVID,VNetPID_R505A)}, /* Atmel's id */\ {USB_DEVICE(VNetVID,VNetPID_R505AS)}, /* Atmel's id */\ { } /* end with an all-zeroes entry */\} /* end marker */ #define R505_2958_DEVICES { \ {USB_DEVICE(VNetVID,VNetPID_R505_2958)}, /* Atmel's id */\ { } /* end with an all-zeroes entry */\} /* end marker */#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -