首页 HowTo support more VidPids

HowTo support more VidPids

举报
开通vip

HowTo support more VidPids   The current Realtek WiFi USB Linux driver had supported lots more than 10 vip/pid USB WiFi devices. However, some customers want to add new vid/pid(s) into the Realtek WiFi USB Linux driver by themselves. This document will describe the way to let the drive...

HowTo support more VidPids
   The current Realtek WiFi USB Linux driver had supported lots more than 10 vip/pid USB WiFi devices. However, some customers want to add new vid/pid(s) into the Realtek WiFi USB Linux driver by themselves. This document will describe the way to let the driver to support the devices with new vid/pid. The line 68 of os_intf\linux\usb_intf.c file describes all the vid/pids which the Realtek WiFi USB Linux driver supports currently. For the new vid/pid(s) which want to be supported, they can be added into the USB id table named “rtl871x_usb_id_tbl” array variable. Ex: static struct usb_device_id rtl871x_usb_id_tbl[] ={ /* RTL8188SU */ /* Realtek */ {USB_DEVICE(0x0BDA, 0x8171)}, /* Abocom */ {USB_DEVICE(0x07B8, 0x8188)}, /* ASUS */ {USB_DEVICE(0x0B05, 0x1786)}, {USB_DEVICE(0x0B05, 0x1791)}, // 11n mode disable /* Belkin */ {USB_DEVICE(0x050D, 0x945A)}, /* Corega */ {USB_DEVICE(0x07AA, 0x0047)}, … … … {} <- the new vid/pid can be added here }; After adding the new vid/pid into the rtl871x_usb_id_tbl table, the driver has to be re-compiled. The new driver image will be created and it can support the device with the new vid/pid.
本文档为【HowTo support more VidPids】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
该文档来自用户分享,如有侵权行为请发邮件ishare@vip.sina.com联系网站客服,我们会及时删除。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。
本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。
网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
下载需要: 免费 已有0 人下载
最新资料
资料动态
专题动态
is_263757
暂无简介~
格式:doc
大小:26KB
软件:Word
页数:0
分类:互联网
上传时间:2018-09-08
浏览量:1