linux kernel - Which usb driver is called in order to transfer data? -
i change behaviour of 1 of usb flash drive editing driver, can't find driver called.
i searched , found drivers/usb/storage/transport.c responsible exchanges beetween host , device (configuration), want find driver sends urb whith data.
is there way find that?
thank you
luis
i searched , found it's function usb_stor_bulk_transfer_sglist in transport.c perform data transfer usb flash drive
in fact, uses urb sglist of address
Comments
Post a Comment