最終更新:2018-01-12 (金) 13:20:05 (2289d)  

usbfs
Top / usbfs

  • セキュリティの問題でDeprecated

利用

ディレクトリ構造

Linux/proc/bus/usb

メモ

  • # mount -t usbfs none /proc/bus/usb

ドキュメント

概要

  • In many modern systems the usbfs filsystem isn't used at all.
  • Instead USB device nodes are created under /dev/usb/? or someplace similar.
  • The "devices" file is available in debugfs, typically as /sys/kernel/debug/usb/devices.

最近のLinux

ソースコード

初期化

  • usb_initusbfs_init?();
    • proc_mkdir?
    • create_special_files?

debugfsUSB部分

Linux/sys/kernel/debug/usb/devices

usbfsを使っているライブラリ

関連