Re: [Linux-usb-users] problem in probing the usb device

2005-03-07 Thread Alan Stern
On Sun, 6 Mar 2005, deepak katgade wrote: > hi Alan, > As you know I am writing peripheral device > controller and mass storage class driver. > My custom board is having pxa255 processor and ISP > 1583 > usb chip.I am having a code in which the HAL(Hardware > Abstraction Layer ) is us

Re: [Linux-usb-users] problem in probing the usb device

2005-02-07 Thread Alan Stern
On Mon, 7 Feb 2005, deepak katgade wrote: > hi all, >I am writing USB mass storage class driver. > When i am going register my driver to the usb core. > The driver got registerered to the core and it gave > the messageusb core : new driver got registerered. > > After registering to th

[Linux-usb-users] problem in probing the usb device

2005-02-07 Thread deepak katgade
hi all, I am writing USB mass storage class driver. When i am going register my driver to the usb core. The driver got registerered to the core and it gave the messageusb core : new driver got registerered. After registering to the usbcore, the core should automatically call the probe f