Re: [linux-usb-devel] Doubt on Packet reception by Linux USB Device Driver.

2003-01-25 Thread shino korah
--- Rupesh S <[EMAIL PROTECTED]> wrote: > ** Proprietary ** > > Hi, > > I'm in the process of understanding the CDCEther > USB-ethernet driver, I could find that the > usb_read_bulk_callback() is been registered to the > USB Subsystem by the driver. > 1) Does kernel invoke this callback functio

[linux-usb-devel] Doubt on Packet reception by Linux USB Device Driver.

2003-01-25 Thread Rupesh S
** Proprietary ** Hi, I'm in the process of understanding the CDCEther USB-ethernet driver, I could find that the usb_read_bulk_callback() is been registered to the USB Subsystem by the driver. 1) Does kernel invoke this callback function ,usb_read_bulk_callback()?? If so, when does it ha