linux下USB驱动移植

内核里已经做好了很完善的USB驱动了,可以支持大多数USB设备

 

配置内核,支持USB

Device drivers --->

    SCSI Device support --->

        <*> SCSI device support

        [*] legacy /proc/scsi/ support

        <*> SCSI disk support

    [*] HID Devices --->

        <*> USB Human Interface Device (full HID) support

        [*] /dev/hiddev raw HID device support

    [*] USB support --->

        <*> Support for Host-side USB

        [*] USB device filesystem

        [*] USB device class-devices (DEPRECATED)

        <*> USB Monitor

        <*> OHCI HCD support

        <*> USB Mass Storage support

说明:USB Human Interface Device (full HID) support 是对 USB 鼠标键盘的支持

SCSI disk support 和 USB Mass Storage support 是对 盘的支持

你可能感兴趣的:(linux,interface,deprecated,disk)