[linux-usb-devel] USB - Stack, Core, Host Controller Driver, Storage Driver.

2005-07-10 Thread Moushumi_Mazumdar
Hi Randy and Group, Randy, thank you so much for your reply. This time I have edited the mail as per your suggestion. MPC8248 has a built-in USB Controller, which has to be configured in Host Mode. And you have rightly said as per my requirement, I need 1) a USB STACK 2) a USB C

RE: Fwd: Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-10 Thread Steve Calfee
>From: Pete Zaitcev <[EMAIL PROTECTED]> >To: randy_dunlap <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED], linux-usb-devel@lists.sourceforge.net >Subject: Re: [linux-usb-devel] Patch to make usbmon to print control setup > packets >X-Original-Date: Sun, 10 Jul 2005 13:53:21 -0700 >Date: Sun, 10 Ju

RE: [linux-usb-devel] Kernel unable to read partition table on US B Memory Key

2005-07-10 Thread Roberts-Thomson, James
All, > > Can you try adding delays before, after, and inbetween the calls to > > sd_read_capacity, sd_read_write_protect_flag, and > sd_read_cache_type, > > all near the end of sd_revalidate_disk? > > Yes, will do this and post results. OK, it turns out that for this particular key, a two sec

RE: [linux-usb-devel] Kernel unable to read partition table on US B Memory Key

2005-07-10 Thread Roberts-Thomson, James
Back again! (had a 2 day course last week). > > There are three delays from my patch in the above list, > > Yes. Why are there three instead of just one? The > sd_revalidate_disk routine should only be called once > (although a bug in recent kernels causes it to be called twice). Don't know

[linux-usb-devel] 优惠代开发票!

2005-07-10 Thread 邱丽华
T0:尊敬的经理 cc:财务经理 您们好! 深圳市贝利实业有限公司,我公司联合国内设有分公司,现有发票可优惠 对外代开 ,普通发票(含商品销售、广告、运输、建筑安装、租凭等),增 值税发票。点数较低,还可以根据所做数量额度的大小来商讨更优惠的点数, 可为贵公司节省运作成本。    运作方式:贵公司只需将开票资料(购货单位名称、纳税人识别号、地址 电话、开户行及帐号和货物名称、单位、数量、单价、金额等等和邮寄地址) 传真到我公司,我司按要求开票后,直接按邮寄地址寄托。收票后付款。 我们公司全体成员期待与贵公司合作。

Re: [linux-usb-devel] 2.6.12 - USB Mouse not detected

2005-07-10 Thread Parag Warudkar
On Sunday 10 July 2005 16:42, Alan Stern wrote: > > Beginning 2.6.12 my Wireless USB Mouse is not detected in the first > > attempt - Meaning if I boot the machine with the mouse connected, it's > > not detected until I disconnect the mouse and then reconnect it. > > That's not quite right.  Your l

Re: [linux-usb-devel] Patch to make usbmon to print control setup packets

2005-07-10 Thread Pete Zaitcev
On Fri, 8 Jul 2005 01:00:57 -0700, randy_dunlap <[EMAIL PROTECTED]> wrote: > Few minor typo corrections to usbmon.txt below. Thanks a lot! > | +- Setup packet, if present, consists of 5 words: one of each for > bmRequestType, > or: fields This was on pur

Re: [linux-usb-devel] 2.6.12 - USB Mouse not detected

2005-07-10 Thread Alan Stern
On Sun, 10 Jul 2005, Parag Warudkar wrote: > Beginning 2.6.12 my Wireless USB Mouse is not detected in the first attempt - > Meaning if I boot the machine with the mouse connected, it's not detected > until I disconnect the mouse and then reconnect it. That's not quite right. Your log clearly

Re: [linux-usb-devel] Weird problems persist with USB Driver SUSE 9.3 Kernel 2.6.11 +

2005-07-10 Thread Alan Stern
On Sun, 10 Jul 2005, Jonathan Selby wrote: > A delayed CTRL in solved the problem and I am able to run the driver now > from an application and have an acceptable solution on SuSE 9.3 > > I suppose a thorough analysis of running processes could lead to > discovering where the problem is. For the

Re: [linux-usb-devel] USB issues : Device not accepting address

2005-07-10 Thread Alan Stern
On Sun, 10 Jul 2005, Ram wrote: > Hi, > When i connect my device (ethernet gadget) into the host. i get the message > >when i do dmesg on host. > > usbcore: registered new driver usbnet > usb 2-2: new full speed USB device using address 6 > usb 2-2: device not accepting address 6, error -

[linux-usb-devel] [PATCH] Patch for KYOCERA AH-K3001V support

2005-07-10 Thread Masahito Omote
Hello, This patch enables a support of KYOCERA AH-K3001V, one of the most popular cell phone in Japan. This device has vendor specific ID but works with acm driver by adding USB ID. This device already works on FreeBSD and OS X by native USB ACM driver with USB ID added. This device is probed as

[linux-usb-devel] [PATCH 81/82] remove linux/version.h from drivers/usb

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. use linux/utsname.h to get KERNEL_VERSION macro Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/usb/media/sn9c102.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.13-rc2-mm1/drivers/usb/m

[linux-usb-devel] [PATCH 58/82] remove linux/version.h from drivers/usb

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. remove code for obsolete kernels from drivers/usb/media/pwc/pwc-ctrl.c and drivers/usb/misc/sisusbvga/sisusb.h Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/media/dvb/ttusb-dec/ttusb_dec.c |1 - drivers/usb/gad

[linux-usb-devel] 2.6.12 - USB Mouse not detected

2005-07-10 Thread Parag Warudkar
Beginning 2.6.12 my Wireless USB Mouse is not detected in the first attempt - Meaning if I boot the machine with the mouse connected, it's not detected until I disconnect the mouse and then reconnect it. It works fine after the disconnect-reconnect cycle. Looking at the dmesg, it seems that at f

Re: [linux-usb-devel] Weird problems persist with USB Driver SUSE 9.3 Kernel 2.6.11 +

2005-07-10 Thread Jonathan Selby
A delayed CTRL in solved the problem and I am able to run the driver now from an application and have an acceptable solution on SuSE 9.3 I suppose a thorough analysis of running processes could lead to discovering where the problem is. For the time being I need to move on and will settle for the s

Re: [linux-usb-devel] Weird problems persist with USB Driver SUSE 9.3 Kernel 2.6.11 +

2005-07-10 Thread Jonathan Selby
Alan Stern wrote: > Is the driver loaded and running at the time you run your script? Or do > you run the script first and then load the driver afterwards? Does the > driver start sending out iso transfers as soon as the probe routine > finishes, or does it wait until a user process opens the

Re: [linux-usb-devel] USB issues : Device not accepting address

2005-07-10 Thread Duncan Sands
> When i connect my device (ethernet gadget) into the host. i get the message > >when i do dmesg on host. > > usbcore: registered new driver usbnet > usb 2-2: new full speed USB device using address 6 > usb 2-2: device not accepting address 6, error -71 > usb 2-2: new full speed USB device

[linux-usb-devel] USB issues : Device not accepting address

2005-07-10 Thread Ram
Hi, When i connect my device (ethernet gadget) into the host. i get the message when i do dmesg on host. usbcore: registered new driver usbnet usb 2-2: new full speed USB device using address 6 usb 2-2: device not accepting address 6, error -71 usb 2-2: new full speed USB device using addre

[linux-usb-devel] Async S/G in drivers/usb/core/message.c

2005-07-10 Thread Pete Zaitcev
Hi, All: I've refactored the friends of usb_sg_request to permit it being used by ub. The result is attached FYI. It's probably buggy. I cannot convince myself that all this is correct. In case anyone is curious, fields in usb_sg_request were renamed because their functions morphed in a way which