如何在android源代码中找到合适的驱动程序代码

时间:2012-02-17 16:18:49

标签: android driver

例如,如果我想找到Nexus S的WIFI卡驱动程序源代码,我该怎么办?

很难找到像Nexus S这样的特定Android智能手机中使用的WIFI卡的型号名称(我认为lspci不起作用。)

任何人都可以给我一个线索吗? 谢谢!

1 个答案:

答案 0 :(得分:2)

Nexus S的代号为 crespo 。您可以通过运行以下命令来下载特定于平台的部件:

git clone https://android.googlesource.com/device/samsung/crespo.git

或者你可以在这里查看CyanogenMod这个项目的分支:https://github.com/CyanogenMod/samsung-kernel-crespo

随便轻松导航更容易。