Hi,
I had the same question as 1. But the device I used is EC325, which is a
CDMA adapter. when I insmod the driver, it told me "timed out on ep0o". So I
find out the driver of USB in the 2.6.10, and google the question. someone
told that it is because of delay.

So I modified the driver/usb/core/message.c usb_start_wait_urb()function,
...........
if (status == 0){
    if (timeout > 0){
          //add content
          printk(".....");
          //add over
          init_timer(&timer);
...................

I don't know whether it is useful to your question, I also don't know the
real reason for the question. Maybe it is the delay question.

Best regards

bees


On 9/3/07, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
>
> Send Davinci-linux-open-source mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
>
> or, via email, send a message with subject or body 'help' to
>        [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>        [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Davinci-linux-open-source digest..."
>
>
> Today's Topics:
>
>   1. about rt73 up ep0out timed out (=?gb2312?B?uLy45g==?=)
>   2. I have some questions about VPFE, (zhang)
>   3. I have some questions about VPFE, could you help me? (zhang)
>   4. Audio Pop sound during boot (Amol Lad)
>   5. Re: DVFlasher/TI UBL replacement, was: BOOTME (Dirk Behme)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 3 Sep 2007 12:26:20 +0800 (CST)
> From: "=?gb2312?B?uLy45g==?=" <[EMAIL PROTECTED]>
> Subject: about rt73 up ep0out timed out
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="gb2312"
>
>
>
>
> Hi,
> I have a D-Link WLAN USB(DWL-G122 C1) and trying to set up WLAN in TI
> Davinci system that uses Montavista Linx.
> I encounter the following erros continously and endup restarting the
> system, when I use the command:
> [EMAIL PROTECTED]:~# modprobe rt73
> rtusb init ====>
> usbcore: registered new driver rt73
> [EMAIL PROTECTED]:~# lsmod
> Module                  Size  Used by
> rt73                  250424  0
> [EMAIL PROTECTED]:~# usb 1-1: new high speed USB device using musb_hdrc
> and ad2idVendor = 0x7d1, idProduct = 0x3c03
> [EMAIL PROTECTED]:~# ifconfig -a
> eth0      Link encap:Ethernet  HWaddr 00:0E:99:02:55:B4
>          inet addr:192.168.0.103  Bcast:192.168.0.255  Mask:255.255.255.0
>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>          RX packets:9659 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:6720 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0 txqueuelen:1000
>          RX bytes:7070856 (6.7 MiB)  TX bytes:1116025 (1.0 MiB)
>          Interrupt:13
> lo        Link encap:Local Loopback
>          inet addr:127.0.0.1  Mask:255.0.0.0
>          UP LOOPBACK RUNNING  MTU:16436  Metric:1
>          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0 txqueuelen:0
>          RX bytes:560 (560.0 b)  TX bytes:560 (560.0 b)
> rausb0    Link encap:Ethernet  HWaddr 00:00:00:00:00:00
>          BROADCAST MULTICAST  MTU:1500  Metric:1
>          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0 txqueuelen:1000
>          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
> # ifconfig rausb0 inet 192.168.0.20 up
> rt73 driver version - 1.0.4.0
> usb 1-1: ifconfig timed out on ep0out
> usb 1-1: rtusb-usbcmd timed out on ep0out
> usb 1-1: rtusb-usbcmd timed out on ep0out
> usb 1-1: rtusb-usbcmd timed out on ep0in
> usb 1-1: rtusb-usbcmd timed out on ep0in
> and goes on
> Driver
> [EMAIL PROTECTED]:~# ifconfig -a
> eth0      Link encap:Ethernet  HWaddr 00:0E:99:02:55:B4
>          inet addr:192.168.0.103  Bcast:192.168.0.255  Mask:255.255.255.0
>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>          RX packets:9659 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:6720 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0 txqueuelen:1000
>          RX bytes:7070856 (6.7 MiB)  TX bytes:1116025 (1.0 MiB)
>          Interrupt:13
> lo        Link encap:Local Loopback
>          inet addr:127.0.0.1  Mask:255.0.0.0
>          UP LOOPBACK RUNNING  MTU:16436  Metric:1
>          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0 txqueuelen:0
>          RX bytes:560 (560.0 b)  TX bytes:560 (560.0 b)
> rausb0    Link encap:Ethernet  HWaddr 00:00:00:00:00:00
>          BROADCAST MULTICAST  MTU:1500  Metric:1
>          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0 txqueuelen:1000
>          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
> Driver rt73 Version:
> rt73 1.0.4
> Hardware Description:
> Device: Dlink DWL-G122 Ver:C1  F/W Ver:3.0
> Chipset: Ralink USB
> Kernel version:
> Linux 2.6.10_mvl401-davinci_evm 18 Thu Aug 30 02:59:45 CST 2007 armv5tejl
> GNU/Linux (patched to 1358)
> The device and the driver works fine on my P.C -Linux Version: Linux h
> 2.6.9-42.ELsmp
> Could someone help me on what could be the reason and what am supposed to
> do to sort it out.
> Thanks and Regards,
> yanght
> 2007/9/3
>
>
>
> 全 国 万 名 职 场 女 性,齐 聚 非 常 美 女,惊 艳 2 0 0 7
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20070903/18a8fd43/attachment-0001.htm
>
> ------------------------------
>
> Message: 2
> Date: Mon, 3 Sep 2007 16:12:36 +0800 (CST)
> From: zhang <[EMAIL PROTECTED]>
> Subject: I have some questions about VPFE,
> To: [email protected]
> Message-ID:
>        <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="gbk"
>
> I am study  the VPFE driver for the davinci board,now i have some
> questions about the VPFE:1. some V4L2 driver will do the poll file opration,
> but in /driver/media/video/davinci_vpfe.c ,i can not found the "poll",but in
> the davinci demo application it using "select", why? 2. davinci vpfe driver
> using "__get_free_pages" to get some buffers memory, but why in mmap, using
> the "io_remap_pfn_range" or not "nopage" to map to user space?   in the
> <linux device driver 3nd> book page 444, it said:Therefore, remap_pfn_range
> won't allow you to remap conventional addresses,
> which include the ones you obtain by calling get_free_page. Thank you!
> ZhangTianfei
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20070903/2b00177a/attachment-0001.htm
>
> ------------------------------
>
> Message: 3
> Date: Mon, 3 Sep 2007 16:15:49 +0800 (CST)
> From: zhang <[EMAIL PROTECTED]>
> Subject: I have some questions about VPFE, could you help me?
> To: [email protected]
> Message-ID:
>        <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="gbk"
>
>    I am study  the VPFE driver for the davinci board,now i have some
> questions about the VPFE: 1. some V4L2 driver will do the poll file
> opration, but in /driver/media/video/davinci_vpfe.c ,i can not found the
> "poll",but in the davinci demo application it using "select", why? 2.
> davinci vpfe driver using "__get_free_pages" to get some buffers memory, but
> why in mmap, using the "io_remap_pfn_range" or not "nopage" to map to user
> space?   in the <linux device driver 3nd> book page 444, it said:Therefore,
> remap_pfn_range won't allow you to remap conventional addresses,
> which include the ones you obtain by calling get_free_page. Thank you!
> ZhangTianfei
> 2007 年 最 受 期 待 大 型 网 游 《大 话 西 游 3》震 撼 公 测! 点 此 抢 先 免 费 体 验 >>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20070903/c985c9e5/attachment-0001.htm
>
> ------------------------------
>
> Message: 4
> Date: Mon, 3 Sep 2007 01:18:13 -0700 (PDT)
> From: Amol Lad <[EMAIL PROTECTED]>
> Subject: Audio Pop sound during boot
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=iso-8859-1
>
> Hi,
>
> Not sure if you folks have observed a small pop sound
> during board boot. The sound comes during aic33 driver
> initialization - more specifically when HPLOUT and
> HPROUT registers are initialized during driver init
>
> davinci-audio0-aic33.c:
> static void davinci_set_mono_stereo(int mode)
> {
> ...
> ...
>   } else if (mode == STEREO) {
>
>   /* HPLOUT/HPROUT output level control */
>   audio_aic33_write(51, 0x99);
>   audio_aic33_write(65, 0x99);
> }
>
> I'm using git kernel
>
> Do you see this issue ?
>
> Thanks
> Amol
>
>
>
>
> ____________________________________________________________________________________
> Park yourself in front of a world of choices in alternative vehicles.
> Visit the Yahoo! Auto Green Center.
> http://autos.yahoo.com/green_center/
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 03 Sep 2007 17:21:32 +0200
> From: Dirk Behme <[EMAIL PROTECTED]>
> Subject: Re: DVFlasher/TI UBL replacement, was: BOOTME
> To: Linux DaVinci <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> [EMAIL PROTECTED] wrote:
> > On Thu, 30 Aug 2007, Dirk Behme wrote:
> >
> > I'll post the complete initial bootloader source this weekend. It works
> > fine
> > with both small and large page NANDs, doesn't require any Windoze and
> > performs OK as NAND UBL. There is nothing else needed to put any user
> app
> > (e.g. U-Boot) in NAND and make DaVinci boot from NAND.
>
> Just fyi: Sergey posted his bootloader source to uboot mailing list:
>
> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31457
>
> Best regards
>
> Dirk
>
>
> ------------------------------
>
> _______________________________________________
> Davinci-linux-open-source mailing list
> [email protected]
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
>
>
> End of Davinci-linux-open-source Digest, Vol 21, Issue 3
> ********************************************************
>
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to