最終更新:2015-02-02 (月) 18:54:20 (3370d)  

usb_driver_claim_interface
Top / usb_driver_claim_interface

bind a driver to an interface

実装

呼び出し

呼び出し元

メモ

  • /* if interface was already added, bind now; else let the future device_add() bind it, bypassing probe() */
        if (device_is_registered(dev))
                  retval = device_bind_driver(dev);

メモ