linux usb驱动——USB文件结构

linux内核中关于usb文档说明

#vi xxx/.../qca/src/linux-3.14/drivers/usb/README
Here is a list of what each subdirectory here is, and what is contained in
them.

core/           - This is for the core USB host code, including the
                  usbfs files and the hub class driver ("khubd").

host/           - This is for USB host controller drivers.  This
                  includes UHCI, OHCI, EHCI, and others that might
                  be used with more specialized "embedded" systems.

gadget/         - This is for USB peripheral controller drivers and
                  the various gadget drivers which talk to them.


Individual USB driver directories.  A new driver should be added to the
first subdirectory in the list below that it fits into.

image/          - This is for still image drivers, like scanners or
                  digital cameras.
../input/       - This is for any driver that uses the input subsystem,
                  like keyboard, mice, touchscreens, tablets, etc.
../media/       - This is for multimedia drivers, like video cameras,
                  radios, and any other drivers that talk to the v4l
                  subsystem.
../net/         - This is for network drivers.
serial/         - This is for USB to serial drivers.
storage/        - This is for USB mass-storage drivers.
class/          - This is for all USB device drivers that do not fit
                  into any of the above categories, and work for a range
                  of USB Class specified devices.
misc/           - This is for all USB device drivers that do not fit
                  into any of the above categories.             

 

usb文件系统

pon@ubuntu:~/xxx/......./linux-3.14/drivers/usb$ tree -L 1
.
├── atm
├── built-in.o
├── c67x00
├── chipidea
├── class
├── core
├── dwc2
├── dwc3
├── early
├── gadget
├── host
├── image
├── Kconfig
├── Makefile
├── misc
├── modules.builtin
├── modules.order
├── mon
├── musb
├── phy
├── README
├── renesas_usbhs
├── serial
├── storage
├── usb-common.c
├── usb-common.o
├── usb-skeleton.c
└── wusbcore

 

转载于:https://www.cnblogs.com/mahj/p/8489002.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值