Fwd: [linux-usb-devel] Re: [PATCH] USB changes for 2.5.70

2003-05-31 Thread Oliver Neukum
+ /* Normally the current state is RUNNING. If the control thread +* hasn't even started processing this command, the state will be +* IDLE. Anything else is a bug. */ + if (state != US_STATE_RUNNING state != US_STATE_IDLE) { + printk(KERN_ERR

Re: Fwd: [linux-usb-devel] Re: [PATCH] USB changes for 2.5.70

2003-05-31 Thread Alan Stern
On Sat, 31 May 2003, Oliver Neukum wrote: + /* Normally the current state is RUNNING. If the control thread + * hasn't even started processing this command, the state will be + * IDLE. Anything else is a bug. */ + if (state != US_STATE_RUNNING state != US_STATE_IDLE) {