[linux-usb-devel] for file_storage start&exit function switch

2005-12-14 Thread tong changda
hello I confused about the best way to start and stop g_file_storage function, We know that before start g_file_storage, we must unmount filesystem then after exit it , need to mount it.Why this function not be a part of function existing in file_storage.c? I use hotplug mechanism to d

Re: [linux-usb-devel] Problem with usb-serial layer

2005-12-14 Thread Ajay Jain
Greg KH wrote: > On Wed, Dec 14, 2005 at 02:30:46PM -0800, Ajay Jain wrote: > >>Hi, >> >>I am doing bulk out transfers using my own usb host-controller driver on >>linux 2.4.21. The device being used is a usb-serial device of type pl203. >>I sometimes see that I get all packets of size zero for a

Re: [linux-usb-devel] ~surprise remove problem~

2005-12-14 Thread Greg KH
On Wed, Dec 14, 2005 at 01:11:55PM +0800, [EMAIL PROTECTED] wrote: > Dear all: > > I am doing porting task for our company wireless NIC driver from 2.4.x > to 2.6.x. > I got a problem about the surprise remove after loading driver > successfully. > The system was crashed and halted, when plug out

Re: [linux-usb-devel] Problem with usb-serial layer

2005-12-14 Thread Greg KH
On Wed, Dec 14, 2005 at 02:30:46PM -0800, Ajay Jain wrote: > Hi, > > I am doing bulk out transfers using my own usb host-controller driver on > linux 2.4.21. The device being used is a usb-serial device of type pl203. > I sometimes see that I get all packets of size zero for a bulk out > transfer,

[linux-usb-devel] Problem with usb-serial layer

2005-12-14 Thread Ajay Jain
Hi, I am doing bulk out transfers using my own usb host-controller driver on linux 2.4.21. The device being used is a usb-serial device of type pl203. I sometimes see that I get all packets of size zero for a bulk out transfer, after an initial valid size. I complete the first bulk transfer succes

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

2005-12-14 Thread 张俊辉
贵公司负责人(经理/财务)您好:   我是深圳市宏发实业有限公司的。我司实力雄厚,有着良 好的社会关系。因进项较多现完成不了每月销售额度, 每月有 一部分增值税电脑发票、海关代征(6%左右)和普通商品销售 、广告、服务费、劳务费、咨询费、交通运输、建筑安装、餐 饮等国税、地税发票( 1.5%至1%左右)。优惠代开或合作, 点数较低,还可以根据所做数量额度的大小来商讨优惠的点数。 公司成立多年一直坚持以“诚信”为中心立足于商场中,本公 司郑重承诺所用绝对是真票!更希望能够有机会与贵司合作!    如贵司在发票的真伪方面有任疑虑或担心,可上网查证或 我司直接与贵司去税务局抵扣

Re: [linux-usb-devel] usblp suspend failure with 2.6.15-rc5

2005-12-14 Thread Dmitry Torokhov
On 12/14/05, David Brownell <[EMAIL PROTECTED]> wrote: > On Tuesday 13 December 2005 11:10 pm, Dmitry Torokhov wrote: > > > Will you object to adding suspend/resume support to individual USB drivers? > > Relying on disconnect/rediscovery at resume does not work well for input > > devices... Now if

[linux-usb-devel] [PATCH] usbcore: allow suspend/resume even if drivers don't support it

2005-12-14 Thread Alan Stern
On Tue, 13 Dec 2005, Greg KH wrote: > Alan, I'm starting to get some complaints about this issue (almost no > usb drivers have a suspend/resume function, nor should they be required > to.) > > Mind if I add the patch below to the tree? Feel free. This patch (as618) changes usbcore to prevent de

Re: [linux-usb-devel] usb storage errors 2.6.15-rc4

2005-12-14 Thread Alan Stern
On Tue, 13 Dec 2005, Andrea Arcangeli wrote: > I've an USB storage key that gives these errors on my x86_64 system: > ohci_hcd :01:00.1: urb 810022377d40 path 2 ep2out 5fce cc 5 --> > status -110 > hub 2-0:1.0: state 5 ports 3 chg evt 0004 > ohci_hcd :01:00.1: GetStatus root

[linux-usb-devel] Freescale MPC83XX USB Host Support

2005-12-14 Thread KRONSTORFER Horst
hi! i'm about to start working on this. anybody else? -h --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as

Re: [linux-usb-devel] [PATCH 6/9] isdn4linux: Siemens Gigaset drivers - procfs interface

2005-12-14 Thread Karsten Keil
On Wed, Dec 14, 2005 at 12:36:32PM +0100, Tilman Schmidt wrote: > Greg KH wrote: > > Are there existing userspace tools that rely on proc files for isdn > > control? If not, please do not add new proc files, these should be in > > sysfs instead. > > Thanks for your comment. We'll move everything

Re: [linux-usb-devel] [PATCH 6/9] isdn4linux: Siemens Gigaset drivers - procfs interface

2005-12-14 Thread Tilman Schmidt
Greg KH wrote: > Are there existing userspace tools that rely on proc files for isdn > control? If not, please do not add new proc files, these should be in > sysfs instead. Thanks for your comment. We'll move everything to sysfs. Most of it is done already, but there is a problematic case I'd li

Re: [linux-usb-devel] usblp suspend failure with 2.6.15-rc5

2005-12-14 Thread David Brownell
On Tuesday 13 December 2005 11:10 pm, Dmitry Torokhov wrote: > Will you object to adding suspend/resume support to individual USB drivers? > Relying on disconnect/rediscovery at resume does not work well for input > devices... Now if X could dynamically add input devices we would not care, > but u