Re: [linux-usb-devel] how to detect SD card under linux

2007-07-09 Thread jian tao
On 7/10/07, Alan Stern <[EMAIL PROTECTED]> wrote: > On Tue, 10 Jul 2007, jian tao wrote: > > > Yes, the SD card wasn't detected even i plug SD card in reader first > > and then boot up linux kernel. From dmesg, it seems to me SD fail to > > reply host TEST_UNIT_READY command. Maybe it is the proble

Re: [linux-usb-devel] how to detect SD card under linux

2007-07-09 Thread Alan Stern
On Tue, 10 Jul 2007, jian tao wrote: > Yes, the SD card wasn't detected even i plug SD card in reader first > and then boot up linux kernel. From dmesg, it seems to me SD fail to > reply host TEST_UNIT_READY command. Maybe it is the problem between > USB2227 and SD card. Maybe. > You mentioned H

Re: [linux-usb-devel] how to detect SD card under linux

2007-07-09 Thread jian tao
On 7/9/07, Alan Stern <[EMAIL PROTECTED]> wrote: > On Mon, 9 Jul 2007, jian tao wrote: > > > Hi pals, > > > > I am a new guy of linux usb driver. I met a problem with detecting SD > > card under linux2.6.11. My developing board: MPC8349 EHCI host --> > > ISP1505 (usb PHY) --->USB2227 (SMSC Flash ca

Re: [linux-usb-devel] how to detect SD card under linux

2007-07-09 Thread Pete Zaitcev
On Mon, 9 Jul 2007 10:52:05 -0400 (EDT), Alan Stern <[EMAIL PROTECTED]> wrote: > > Then i plug in SD card, nothing could happen, it fail to find scsi > > device. I know there would be three kernel threads to polling current > > usb status. One is "hub_thread" to polling port status; one is > > "u

Re: [linux-usb-devel] how to detect SD card under linux

2007-07-09 Thread Alan Stern
On Mon, 9 Jul 2007, jian tao wrote: > Hi pals, > > I am a new guy of linux usb driver. I met a problem with detecting SD > card under linux2.6.11. My developing board: MPC8349 EHCI host --> > ISP1505 (usb PHY) --->USB2227 (SMSC Flash card Reader chip). When > linux booting, i would success to det

[linux-usb-devel] how to detect SD card under linux

2007-07-08 Thread jian tao
Hi pals, I am a new guy of linux usb driver. I met a problem with detecting SD card under linux2.6.11. My developing board: MPC8349 EHCI host --> ISP1505 (usb PHY) --->USB2227 (SMSC Flash card Reader chip). When linux booting, i would success to detect usb2227 see below log. Then i plug in SD car