[linux-usb-devel] Fw: [Bugme-new] [Bug 7026] New: CD/DVD burning with USB writer doesn't work

2006-08-18 Thread Andrew Morton
Begin forwarded message: Date: Fri, 18 Aug 2006 18:12:31 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 7026] New: CD/DVD burning with USB writer doesn't work http://bugzilla.kernel.org/show_bug.cgi?id=7026 Summary: CD/DVD burning with USB writer does

[linux-usb-devel] 回复!

2006-08-18 Thread 刘向阳
尊敬的公司领导负责人(经理/财务)您们好! 我是深圳市佰华实业有限公司的,我司实力雄厚,有着艮好的社 会关系。由于我司进项较多,完成不了每月销售额度,公司决定采取 最优惠的方式来对外代开发票。代开范围:增值税、海关缴款书、普 通商品销售发票;地税,建筑安装、运输、广告、服务业、咨询和定 额发票等;本司真诚地希望能够与贵司合作!也可为贵司节约一部分 资金! 如果贵司在发票方面有任何疑虑,可上网查询或我司人员与贵司 人员去税务确定。一切发票可经贵司确认后才付款! 祝:贵公司生意兴隆 蓬勃发展 业绩蒸蒸日上! 欢迎来电咨询:

[linux-usb-devel] Fw: [Bugme-new] [Bug 7025] New: Can't communicate to USB Printer (HP LaserJet 1018)

2006-08-18 Thread Andrew Morton
Begin forwarded message: Date: Fri, 18 Aug 2006 15:48:59 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 7025] New: Can't communicate to USB Printer (HP LaserJet 1018) http://bugzilla.kernel.org/show_bug.cgi?id=7025 Summary: Can't communicate to USB P

Re: [linux-usb-devel] [PATCH] usbcore: Add flag for whether a controller supports DMA

2006-08-18 Thread Pete Zaitcev
On Fri, 18 Aug 2006 12:17:50 -0400 (EDT), Alan Stern <[EMAIL PROTECTED]> wrote: > Signed-off-by: Alan Stern <[EMAIL PROTECTED]> > In this version the code change looks pretty small. Instead of adding a > flag, the test could be encapsulated in an inline routine. Do you think > that would be b

Re: [linux-usb-devel] [PATCH] usbcore: trim down usb_bus structure

2006-08-18 Thread Alan Stern
On Fri, 18 Aug 2006, David Brownell wrote: > Driver data is undefined when no driver is bound; it doesn't actually > need to be nulled out... Good point. I'll redo the patch, leaving the call that sets the driver data as it is and getting rid of the call that clears the driver data. Alan Stern

[linux-usb-devel] [PATCH 2.6.17.9] USB: pl2303: removed support for OTi's DKU-5 clone cable

2006-08-18 Thread tomek . fizyk
From: Tomasz Kazmierczak <[EMAIL PROTECTED]> This patch removes support for a clone of Nokia DKU-5 cable made by Ours Technology Inc, as it turned out that the cable does not use the pl2303 chip, but OTI-6858 chip which is not compatible with the pl2303. Signed-off-by: Tomasz Kazmierczak <[EMAIL

Re: [linux-usb-devel] [PATCH] usbcore: trim down usb_bus structure

2006-08-18 Thread David Brownell
On Friday 18 August 2006 11:58 am, Alan Stern wrote: > On Fri, 18 Aug 2006, David Brownell wrote: > > > On Friday 18 August 2006 9:28 am, Alan Stern wrote: > > > > > The one interesting aspect is that the dev_set_drvdata calls were > > > moved from the usb_create_hcd and usb_put_hcd routines, whe

Re: [linux-usb-devel] Problem with snd-usb-audio

2006-08-18 Thread David Brownell
On Friday 18 August 2006 12:04 pm, Alan Stern wrote: > On Fri, 18 Aug 2006, Clemens Ladisch wrote: > > > Alan Stern wrote: > > > On Fri, 18 Aug 2006, Clemens Ladisch wrote: > > > > It usually does put more than one packet into each URB, except when > > > > an application requests interrupts at a h

Re: [linux-usb-devel] Select Configuration of M-Audio USB Device

2006-08-18 Thread Alan Stern
On Fri, 18 Aug 2006, Peter Oehry wrote: > The new log shows whats going wrong. But I don't see why? > It seems that the parameters passed to the set_usb_configuration() are > completely rubbish. Okay, I figured it out (after lots of testing). It's really stupid. Near the end of the patch, just

[linux-usb-devel] 代开发票

2006-08-18 Thread 程文辉
贵公司负责人(经理/财务)您好! (首先,我司希望这封来函对贵司有所帮助). 因我司进项较多,每个月有余剩一些税票可向外提供(还受多家企业公司的委托)互惠互益以 解贵司业务运作`补帐`作帐`冲帐中`的燃眉之急. 提供如下票据服务: ★普通国税、地税(商品销售、运输、广告、建筑工程、其它服务类型税票等)。 ★增值税、海关专用缴款书(与增值税的方式一样

[linux-usb-devel] R: [PATCH 06/13] USBATM: shutdown open connections when disconnected

2006-08-18 Thread Giampaolo Tomassoni
> -Messaggio originale- > Da: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] conto di Duncan Sands > Inviato: venerdì 13 gennaio 2006 10.05 > A: Greg KH > Cc: linux-kernel@vger.kernel.org; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; > linux-usb-devel@lists.sourceforge.net > Oggetto: [PATCH 06/13

Re: [linux-usb-devel] Problem with snd-usb-audio

2006-08-18 Thread Alan Stern
On Fri, 18 Aug 2006, Clemens Ladisch wrote: > Alan Stern wrote: > > On Fri, 18 Aug 2006, Clemens Ladisch wrote: > > > It usually does put more than one packet into each URB, except when > > > an application requests interrupts at a higher rate, or when the > > > nrpacks module parameter is set to

Re: [linux-usb-devel] [PATCH] usbcore: trim down usb_bus structure

2006-08-18 Thread Alan Stern
On Fri, 18 Aug 2006, David Brownell wrote: > On Friday 18 August 2006 9:28 am, Alan Stern wrote: > > > The one interesting aspect is that the dev_set_drvdata calls were > > moved from the usb_create_hcd and usb_put_hcd routines, where they > > clearly don't belong, into usb_add_hcd and usb_remove

Re: [linux-usb-devel] Problem with snd-usb-audio

2006-08-18 Thread Clemens Ladisch
Alan Stern wrote: > On Fri, 18 Aug 2006, Clemens Ladisch wrote: > > It usually does put more than one packet into each URB, except when > > an application requests interrupts at a higher rate, or when the > > nrpacks module parameter is set to a lower value. > > > > The output from speaker-test ind

[linux-usb-devel] Falcom Samba 75 USB GSM/GPRS/EDGE Linux Support

2006-08-18 Thread John Lauck
I've been trying to get a Falcom Samba 75 card to work in Fedora Core 5 for a few days now with no luck. A few people have confirmed that it (or at least the Samba 56) works in the kannel newsgroup. I've read past posts that mention the Falcom cards and adding usb support for such devices, bu

Re: [linux-usb-devel] [PATCH] usbcore: trim down usb_bus structure

2006-08-18 Thread David Brownell
On Friday 18 August 2006 9:28 am, Alan Stern wrote: > The one interesting aspect is that the dev_set_drvdata calls were > moved from the usb_create_hcd and usb_put_hcd routines, where they > clearly don't belong, into usb_add_hcd and usb_remove_hcd. This > shouldn't cause any problems. Actually

Re: [linux-usb-devel] Usb storage mount problem

2006-08-18 Thread David Brownell
On Friday 18 August 2006 7:38 am, Alan Stern wrote: > On Fri, 18 Aug 2006, Manish RATHI wrote: > > > I am facing problem with mentor usb host mode. > > Please be more specific. What is a mentor? One can pray it's not the HDRC code referenced at http://www.mentor.com/products/ip/usb/usb20otg/

[linux-usb-devel] [PATCH] usbcore: trim down usb_bus structure

2006-08-18 Thread Alan Stern
Greg: As part of the ongoing program to flatten out the HCD bus-glue layer, this patch (as771) eliminates the hcpriv, release, and kref fields from struct usb_bus. hcpriv and release were not being used for anything worthwhile, and kref has been moved into the enclosing usb_hcd structure. Along

[linux-usb-devel] [PATCH] usbcore: Add flag for whether a controller supports DMA

2006-08-18 Thread Alan Stern
Greg: This patch (as770b) introduces a new field to usb_bus: a flag indicating whether or not the host controller uses DMA. This serves to encapsulate the test. It also means we will have only one spot to update if the DMA API changes. Alan Stern Signed-off-by: Alan Stern <[EMAIL PROTECTED]>

Re: [linux-usb-devel] Problem with snd-usb-audio

2006-08-18 Thread Alan Stern
On Fri, 18 Aug 2006, Clemens Ladisch wrote: > It usually does put more than one packet into each URB, except when an > application requests interrupts at a higher rate, or when the nrpacks > module parameter is set to a lower value. > > The output from speaker-test indicates that it sets the peri

Re: [linux-usb-devel] Usb storage mount problem

2006-08-18 Thread Alan Stern
On Fri, 18 Aug 2006, Manish RATHI wrote: > Hi, > I am facing problem with mentor usb host mode. Please be more specific. What is a mentor? > I am doing mass storage emulation using pen driver with bulk only transport > protocol. What is a pen driver? Do you know what software it uses to provi

[linux-usb-devel] AD:回复

2006-08-18 Thread 周 建 雄
您好! 本公司为税务机关代开发票授权公司,本公司可优惠对外开具。 普通发票收取税率点数较低,优惠代开或合作,详细税率可根据票额大小商谈! 普通国税发票为商品销售(包含所有行业的商品)。 普通地税发票为建筑、安装、广告、设计、运输、信息、咨询、培训、会务、住宿等其它服务行业 。    ★每月有少量增值税发票、海关缴款书(与增值税的方式一样抵扣)代开  公司本着顾客至上的宗旨,可先开具发票给贵公司,待验证无问题后再付款! 本公司确保所开具之发票为税务机关领取的正规真票,对于双方的合作关系绝对保密。

Re: [linux-usb-devel] about file_storage.c

2006-08-18 Thread Alan Stern
On Fri, 18 Aug 2006, Peter.Chen wrote: > Hi,all > when i copy files from host to device or from device to host, > > i often meet such message "g_file_storage gadget: bulk reset > request",as i received "SETUP 21.ff v i l",after receiving > it,my kernel is dead,no oops error

Re: [linux-usb-devel] GadgetFS AIO problem

2006-08-18 Thread Alan Stern
On Thu, 17 Aug 2006 [EMAIL PROTECTED] wrote: > Hi Greg, > I request your help on debugging the GadgetFS AIO > functionality. I'm working on an developing a USB user > space driver on top of the GadgetFS Driver on a ARM > based Linux Kernel version 2.6.10. I'm using the AIO > support of the Gadge

Re: [linux-usb-devel] [PATCH 004/004] cypress_m8: implement graceful failure handling

2006-08-18 Thread Mike Isely
On Thu, 17 Aug 2006, Lonnie Mendez wrote: > On Wed, 2006-08-16 at 23:17 -0500, Mike Isely wrote: >> From: Mike Isely <[EMAIL PROTECTED]> >> >> When receiving a fatal error from the USB core, e.g. EILSEQ (which can >> happen if the polling interval is too short), fail gracefully. >> Previously the

[linux-usb-devel] AD:回复

2006-08-18 Thread 周 建 雄
您好! 本公司为税务机关代开发票授权公司,本公司可优惠对外开具。 普通发票收取税率点数较低,优惠代开或合作,详细税率可根据票额大小商谈! 普通国税发票为商品销售(包含所有行业的商品)。 普通地税发票为建筑、安装、广告、设计、运输、信息、咨询、培训、会务、住宿等其它服务行业 。    ★每月有少量增值税发票、海关缴款书(与增值税的方式一样抵扣)代开  公司本着顾客至上的宗旨,可先开具发票给贵公司,待验证无问题后再付款! 本公司确保所开具之发票为税务机关领取的正规真票,对于双方的合作关系绝对保密。

[linux-usb-devel] [PATCH] gadget lh7a40x remove double declaration

2006-08-18 Thread Milan Svoboda
Hello, I've just found this... This patch removes unnecessary double declaration of function. Signed-off-by: Milan Svoboda <[EMAIL PROTECTED]> --- diff -uprN -X orig.bak.never.touch/Documentation/dontdiff orig.bak.never.touch/drivers/usb/gadget/lh7a40x_udc.c orig.bak/drivers/usb/gadget/lh7a4

Re: [linux-usb-devel] Usb storage mount problem

2006-08-18 Thread Manish RATHI
Hi, I am facing problem with mentor usb host mode. I am doing mass storage emulation using pen driver with bulk only transport protocol. Device is detected. I am able to run mkdosfs and fdisk over it. I checked that file systems are correctly create with scsi write and read operations successfully

[linux-usb-devel] about file_storage.c

2006-08-18 Thread Peter.Chen
Hi,all when i copy files from host to device or from device to host, i often meet such message "g_file_storage gadget: bulk reset request",as i received "SETUP 21.ff v i l",after receiving it,my kernel is dead,no oops error prints. I look up the USB2.0 spec,but i can't

Re: [linux-usb-devel] Problem with snd-usb-audio

2006-08-18 Thread Clemens Ladisch
Alan Stern wrote: > Clemens: > Are you the right person to ask about snd-usb-audio? Yes. > [...] > However, the logs also showed that snd-usb-audio submits one iso URB, > containing only one packet, per ms. That creates a lot of interrupts; one > every millisecond. The computations in the drive