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

2006-05-31 Thread 刘先生
贵公司负责人(经理/财务)您好: 我公司是深圳市金德利实业有限公司,本公司实力雄厚,有着良好的社会关系。 因我公司进项较多完成不了每月定税额度,每月有一部分增值税电脑发票6%和普通 发票(国税/地税)如商品销售.广告业.餐饮业.其他服务业.建筑安装等等发票以2% 优惠代开与合作,可为贵公司节省运做成本.还可以根据贵公司要求代开的数量额度来 商讨代开优惠的点数, 本公司郑重承诺以上所用绝对是真票,完全负法律责任,希望 与贵司合作。 此信息在全国范围内有效... 如贵公司在发票的真伪方面有任何疑虑或担心可上网验证或 贵公司直接去税务局抵扣验证。 彼此

Re: [linux-usb-devel] RWE and RWC bits of OHCI control register

2006-05-31 Thread David Brownell
On Monday 29 May 2006 7:12 am, [EMAIL PROTECTED] wrote: > According to OHCI specification RWC bit is to indicate whether the > controller supports remote wakeup or not and this bit is set by the > system firmware at the time of POST. But this bit is set in > ohci_bus_resume depending on hcd->can_w

[linux-usb-devel] [PATCH] ipaq.c bugfixes

2006-05-31 Thread Frank Gevaerts
This patch fixes several problems in the ipaq.c driver with connecting and disconnecting pocketpc devices: * The read urb stayed active if the connect failed, causing nullpointer dereferences later on. * If a write failed, the driver continued as if nothing happened. Now it handles that case

[linux-usb-devel] Re: [PATCH] ipaq.c bugfixes

2006-05-31 Thread Greg KH
On Thu, Jun 01, 2006 at 12:42:45AM +0200, Frank Gevaerts wrote: > This patch fixes several problems in the ipaq.c driver with connecting > and disconnecting pocketpc devices: > * The read urb stayed active if the connect failed, causing nullpointer > dereferences later on. > * If a write failed

[linux-usb-devel] [Patch] Negative index in drivers/usb/host/isp116x-hcd.c

2006-05-31 Thread Eric Sesterhenn
hi, This fixes coverity Bug #390. With the following code ret = ep->branch = balance(isp116x, ep->period, ep->load); if (ret < 0) goto fail; the problem is that ret and balance are of the type int, and ep->branch is u16. so the int balance() returns gets reduced

[linux-usb-devel] Re: usb-serial ipaq kernel problem

2006-05-31 Thread Greg KH
On Wed, May 31, 2006 at 11:38:28PM +0200, Frank Gevaerts wrote: > On Tue, May 30, 2006 at 11:33:27AM -0700, Pete Zaitcev wrote: > > > > Please get rid of the above. > > >* shut down bulk read and write > > OK, So here's the corrected patch: > > Signed-off-by: Frank Gevaerts <[EMAIL PROTECTED

[linux-usb-devel] Welcome to movaznaustva

2006-05-31 Thread movaznaustva Moderator
Hello, Welcome to the movaznaustva group at eGroups, a free, easy-to-use email group service. Please take a moment to review this message. To start sending messages to members of this group, simply send email to [EMAIL PROTECTED] If you do not wish to belong to movaznaustva, you may unsu

[linux-usb-devel] Re: usb-serial ipaq kernel problem

2006-05-31 Thread Frank Gevaerts
On Tue, May 30, 2006 at 11:33:27AM -0700, Pete Zaitcev wrote: > > Please get rid of the above. > > * shut down bulk read and write OK, So here's the corrected patch: Signed-off-by: Frank Gevaerts <[EMAIL PROTECTED]> diff -pur linux-2.6.17-rc4/drivers/usb/serial/ipaq.c linux-2.6.17-rc4.te

[linux-usb-devel] Re: usb-serial ipaq kernel problem

2006-05-31 Thread Frank Gevaerts
On Wed, May 31, 2006 at 06:10:42PM -0300, Luiz Fernando N. Capitulino wrote: > On Tue, 30 May 2006 23:36:35 +0200 > Frank Gevaerts <[EMAIL PROTECTED]> wrote: > > | On Tue, May 30, 2006 at 05:52:08PM -0300, Luiz Fernando N. Capitulino wrote: > | > On Tue, 30 May 2006 19:48:21 +0200 > | > Frank Geva

[linux-usb-devel] Aol New

2006-05-31 Thread Aol
AOL offers to you a space of stoke of given personal and a domain name .com with hegergment free 0$ but it is necessary to have a bank card even if it is empty http://www.aol.ift.fr/ --- All the advantages of Linux Managed Hosting--Without th

[linux-usb-devel] Re: usb-serial ipaq kernel problem

2006-05-31 Thread Luiz Fernando N. Capitulino
On Tue, 30 May 2006 23:36:35 +0200 Frank Gevaerts <[EMAIL PROTECTED]> wrote: | On Tue, May 30, 2006 at 05:52:08PM -0300, Luiz Fernando N. Capitulino wrote: | > On Tue, 30 May 2006 19:48:21 +0200 | > Frank Gevaerts <[EMAIL PROTECTED]> wrote: | > | > | On Tue, May 30, 2006 at 11:53:29AM -0300, Luiz

[linux-usb-devel] Re: [PATCH RFC] maxSize option for usb-serial to increase max endpoint buffer size

2006-05-31 Thread Jeremy Fitzhardinge
Greg KH wrote: Not correct or needed at all. What needs to happen is the airprime driver should be changed to handle bigger buffer sizes in it, not to mess with the usb-serial core. Yes, that sounds much more sensible. I've been working with Ken on getting this driver to work better (meani

[linux-usb-devel] Re: [PATCH RFC] maxSize option for usb-serial to increase max endpoint buffer size

2006-05-31 Thread Greg KH
On Wed, May 31, 2006 at 01:25:41PM -0700, Jeremy Fitzhardinge wrote: > People using 1xEV-DO devices report that usb-serial must be changed to > allow an increased buffer size in order to get good throughput a full > data-rate. > > There's a page at > http://www.junxion.com/opensource/linux_high

[linux-usb-devel] [PATCH RFC] maxSize option for usb-serial to increase max endpoint buffer size

2006-05-31 Thread Jeremy Fitzhardinge
People using 1xEV-DO devices report that usb-serial must be changed to allow an increased buffer size in order to get good throughput a full data-rate. There's a page at http://www.junxion.com/opensource/linux_highspeed_usbserial.html which describes the problem and solution, but the patch th

[linux-usb-devel] [PATCH] Add Sierra Wireless MC5720 ID to airprime.c

2006-05-31 Thread Jeremy Fitzhardinge
The Sierra Wireless MC5720 is an embedded EV-DO module which is shipping with a number of laptops. This change adds its ID to the airprime.c usb serial driver, so that it appears as a serial device. As an aside, people have reported that it is necessary to increase the max packet size in usb-

Re: [linux-usb-devel] Problem with usb-storage and RCA Lyra MP3 player.

2006-05-31 Thread Alan Stern
On Wed, 31 May 2006, Bart Whiteley wrote: > I haven't been able to get my RCA Lyra to work reliably with Linux. I > often get failures while reading or writing to the device. > > I'm running 2.6.16.18. I have enabled CONFIG_USB_STORAGE_DEBUG. I've > attached logs from two different session.

[linux-usb-devel] Problem with usb-storage and RCA Lyra MP3 player.

2006-05-31 Thread Bart Whiteley
I haven't been able to get my RCA Lyra to work reliably with Linux. I often get failures while reading or writing to the device. I'm running 2.6.16.18. I have enabled CONFIG_USB_STORAGE_DEBUG. I've attached logs from two different session. The first failed while writing to the device, after s

[linux-usb-devel] Please confirm your request to join movaznaustva

2006-05-31 Thread Yahoo!Groups
Hello linux-usb-devel@lists.sourceforge.net, We have received your request to join the movaznaustva group hosted by Yahoo! Groups, a free, easy-to-use community service. This request will expire in 7 days. TO BECOME A MEMBER OF THE GROUP: 1) Go to the Yahoo! Groups site by clicking on this l

[linux-usb-devel] [Patch] Whiteheat: fix firmware spurious errors

2006-05-31 Thread Stuart MacDonald
Take two; hopefully not wrapped this time. Attached patch fixes spurious errors during firmware load. Please apply to 2.6.16.20 and 2.6.17. Signed-off-by: Stuart MacDonald <[EMAIL PROTECTED]> ..Stu --- linux-2.6.16/drivers/usb/serial/whiteheat.c 2006-03-20 00:53:29.0 -0500 +++ linux-2.

[linux-usb-devel] Re: [Patch] Whiteheat: fix firmware spurious errors

2006-05-31 Thread Greg KH
On Wed, May 31, 2006 at 11:42:19AM -0400, Stuart MacDonald wrote: > Attached patch fixes spurious errors during firmware load. Please > apply to 2.6.16.20 and 2.6.17. > > Signed-off-by: Stuart MacDonald <[EMAIL PROTECTED]> > > ..Stu > > --- linux-2.6.16/drivers/usb/serial/whiteheat.c 2006-

[linux-usb-devel] [Patch] Whiteheat: fix firmware spurious errors

2006-05-31 Thread Stuart MacDonald
Attached patch fixes spurious errors during firmware load. Please apply to 2.6.16.20 and 2.6.17. Signed-off-by: Stuart MacDonald <[EMAIL PROTECTED]> ..Stu --- linux-2.6.16/drivers/usb/serial/whiteheat.c 2006-03-20 00:53:29.0 -0500 +++ linux-2.6.16-wh/drivers/usb/serial/whiteheat.c 2

RE: [linux-usb-devel] Usb hangs during small and large file transfer

2006-05-31 Thread Alan Stern
On Tue, 30 May 2006, Vivek Dharmadhikari wrote: > Hello Alan > > I was closely following the "resetting high speed usb device" thread and > i see that usbmon was used to track down the issue. I think usbmon could > be very helpful to debug the USB hangs issue that i reporeted earlier by > looking

RE: [linux-usb-devel] Usb hangs during small and large file transfer

2006-05-31 Thread Alan Stern
On Tue, 30 May 2006, Vivek Dharmadhikari wrote: > Hello Alan > > > When you mount the USB drive, do you use the "-o sync" option? That could > > cause the delays and the errors that you see. They are not caused by > > problems in the 2.6.12 USB drivers. (Well, some of the delays are caused

[linux-usb-devel] 财务.经理必看

2006-05-31 Thread 张盛
致(公司)厂财务经理 尊敬的贵司:您们好! 首祝生意兴隆,财源广进。 我司每月有剩余发票可以向外代开(普通商品,运输.广告,建筑 安装等).价格优惠质量保证. 若要需求欢迎来电洽商,我们一定尊 重您的意见. 联 系 人: 张盛 联系电话: 013824347885

[linux-usb-devel] [PATCH 2.6.17-rc5] USB OHCI DRIVER: ohci-hcd.c doesn't compile as module when USB_OHCI_HCD_PPC_SOC and PCI are set - typo fixed

2006-05-31 Thread Jan Capek
I am resending the patch with the typo fixed. Thanks to Subhash for pointing this out. -Jan --- Below is a patch that solves the compilation issue with ohci-hcd as module when we want to enable platform OHCI controllers and PCI OHCI controllers at the same time. The patch uses the same ap

[linux-usb-devel] [PATCH] Add pci_choose_state() to hcd-pci.c

2006-05-31 Thread Rafał Bilski
Please consider using pci_choose_state() for translation from message.event to pci_power_t. This function already calls pci_find_capability(). I'm not subscribed to this list. --- linux-2.6.17-rc5/drivers/usb/core/hcd-pci.c.orig2006-05-31 09:00:34.0 +0200 +++ linux-2.6.17-rc5/driver