Re: [linux-usb-devel] problem in my ide mass storage driver on device side

2005-03-22 Thread Sashi Bhusan Mohapatra
Hi , thanks .actually while connecting to a windows host it is showing USB MASS STORAGE DEVICE but in linux host it is showing the following messages: USB device 2 (vend/prod 0x4cc/0x1a64) is not claimed by any active driver. usb_control/bulk_msg: timeout usb_control/bulk_msg: timeout usb_control/

[linux-usb-devel] [2.6 patch] drivers/usb/core/devices.c: small corrections

2005-03-22 Thread Adrian Bunk
total_written is used at places where it can't have any value different from 0. This patch is partially based on findings of the Coverity checker. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.12-rc1-mm1-full/drivers/usb/core/devices.c.old2005-03-22 21:13:18.0 +0100

[linux-usb-devel] ELO touchscreen HID report causes problems

2005-03-22 Thread marcus hall
I am having an issue with an ELO Touchscreen (vendor 04e7 prod 0007) which communicates as an HID device. It seems that the HID report descriptor contains 5 fields, the first of which has HID = 0x1 (GenericDesktop.). This ends up generating a usage entry with type EV_ABS and code ABS_X (0

[linux-usb-devel] Fw: [Bugme-new] [Bug 4387] New: cannot write to usb flash disk

2005-03-22 Thread Andrew Morton
(Is that a real email address?) Begin forwarded message: Date: Tue, 22 Mar 2005 08:52:37 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 4387] New: cannot write to usb flash disk http://bugme.osdl.org/show_bug.cgi?id=4387 Summary: cannot write to usb f

Re: [linux-usb-devel] problem in my ide mass storage driver on device side

2005-03-22 Thread Alan Stern
On Tue, 22 Mar 2005, Sashi Bhusan Mohapatra wrote: > HI ALL, > i have written driver for USB peripheral controller & USB IDE mass > storage class driver on device side. when i am connecting the USB > cable on a windows based host system then in device manager i am > getting "USB MASS STORAGE DEVIC

[linux-usb-devel] Re: [PATCH] ehci: buzz free split iso out

2005-03-22 Thread David Brownell
On Tuesday 22 March 2005 2:05 am, Karsten Wiese wrote: > > On Sunday 20 March 2005 4:06 am, Karsten Wiese wrote: > > > Without Hunk 1 ehci sitd's "Buffer Pointer (Page 1)" initialisation is > > > wrong, > > > > This still doesn't seem quite right. In fact "buf1" initialization in > > sitd_sched_

Re: [linux-usb-devel] format=flowed messes up patches

2005-03-22 Thread Lothar Wassmann
Hi Olav, Olav Kongas writes: > Thanks Lothar. Indeed, format=flowed in my pine 4.62 messed > with whitespaces. Users of pine after 4.60 should check > 'quell-flowed-text' configuration option to be able to > include patches in the text. Alternatively, patches can be > sent attached, of course.

Re: [linux-usb-devel] AT91RM2000 Timeout on Ports

2005-03-22 Thread Edward Schram
I thought that the -110 error is a timeout error? Are the error codes somewhere other than in the arch..error code header? I could not find anyplace in the usb code where the setting for HcRhDescriptor id used. I followed through the remmapping to ohci->regs and still could not find one. Is

[linux-usb-devel] Re: [PATCH as484-493 (0/10)] usbcore and UHCI updates

2005-03-22 Thread Greg KH
On Tue, Mar 22, 2005 at 11:41:29AM -0500, Alan Stern wrote: > > Oh, and I changed your EXPORT_SYMBOL() that you added to > > EXPORT_SYMBOL_GPL(), was that ok? > > You mean for usb_hcd_register_root_hub, usb_hcd_resume_root_hub, and > usb_hc_died? I have no objection, but it should be consistent w

Re: [linux-usb-devel] Re: [PATCH] Driver to Add Usability for Maxtor External Drives

2005-03-22 Thread Alan Stern
On Mon, 21 Mar 2005, Nick Sillik wrote: > I can get a current diff once I get patches installed. Should I just diff this > against rc1? Or should I wait a few weeks until .12 is out? You don't have to wait for 2.6.12 to appear. But Matt Dharm just sent in a bunch of patches; you should wait for

[linux-usb-devel] format=flowed messes up patches

2005-03-22 Thread Olav Kongas
On Mon, 21 Mar 2005, Lothar Wassmann wrote: > Hi Olav, > > Olav Kongas writes: > > Finally I've got the isp116x-hcd ready for review. It is > > based on 2.6.11-mm2. I haven't adapted it to Alan's changes > > from Mar 15 to hcd glue. > > > There are some weird whitespace problems in your appe

[linux-usb-devel] Re: [PATCH] ehci: buzz free split iso out

2005-03-22 Thread Karsten Wiese
Hi Dave, Am Dienstag 22 März 2005 09:49 schrieb David Brownell: > Hi Karsten, > > I had a chance to look a bit more closely at all your split ISO patches, and > they look good with the following exception: > > On Sunday 20 March 2005 4:06 am, Karsten Wiese wrote: > > Without Hunk 1 ehci sitd's "

RE: [linux-usb-devel] Radisys 6315/82600 EZUSB UHCI Help

2005-03-22 Thread HARDY, Steven
Thanks for your response; > bash-2.05b# cat /proc/kmsg > <4>Linux version 2.6.5 ([EMAIL PROTECTED]) (gcc version 3.3.3 20040412 (Red > Hat > Linux 3.3.3-7)) #1 Wed Mar 16 13:39:37 GMT > 2005 >It would be better if you used 2.6.11. As mentioned, I've been experimenting with versions upto 2.6.1

[linux-usb-devel] Re: [PATCH] ehci: buzz free split iso out

2005-03-22 Thread David Brownell
Hi Karsten, I had a chance to look a bit more closely at all your split ISO patches, and they look good with the following exception: On Sunday 20 March 2005 4:06 am, Karsten Wiese wrote: > Without Hunk 1 ehci sitd's "Buffer Pointer (Page 1)" initialisation is wrong, This still doesn't seem quit