[linux-usb-devel] Re: [PATCH resend] Add alauda usb-storage support

2005-10-30 Thread Daniel Drake
Matthew Dharm wrote: A couple of comments: 1) We'll need to move this to Sim-SCSI framework, when that's merged. Yep, I'll be happy to do that providing all functionality can be kept. 2) Why use short_pack? Why not cpu_to_le16 instead? short_pack is meant to simplify the or/shift

[linux-usb-devel] RE: This is regarding module count usage for usbserial driver

2005-10-30 Thread rao.shalini
Hi Greg, I tried with same driver and tested the scenario, what I explained in the previous mail. Right now I'm using linux kernel-2.6.9-5 version. Regards, Shalini G -Original Message- From: Greg KH [mailto:[EMAIL PROTECTED] Sent: Sunday, October 30, 2005 1:17 AM To: Shalini

[linux-usb-devel] Re: This is regarding module count usage for usbserial driver

2005-10-30 Thread Greg KH
On Sun, Oct 30, 2005 at 05:52:33PM +0530, [EMAIL PROTECTED] wrote: I tried with same driver and tested the scenario, what I explained in the previous mail. So you are using the generic usb-serial driver for your device? Right now I'm using linux kernel-2.6.9-5 version. Then ask for support

[linux-usb-devel] [PATCH 0/1] pxa27x ohci updates

2005-10-30 Thread Richard Purdie
Two patches follow which update the pxa27x OHCI host controller driver. The first has been seen before and approved by various people but never made it to Greg. I've rediffed it against latest git after the recent merging. The second adds PM functions to the driver. Todd originally submitted a

[linux-usb-devel] [PATCH 2/2] Add pxa27x OHCI PM functions

2005-10-30 Thread Richard Purdie
Add power management functions for the pxa27x USB OHCI host controller. This is a totally rewritten version of the patch by Nicolas Pitre and Todd Poynor which accounts for recent USB changes. Signed-off-by: Richard Purdie Index: git/drivers/usb/host/ohci-pxa27x.c

[linux-usb-devel] [PATCH 1/2] pxa27x OHCI - Separate platform code from main driver

2005-10-30 Thread Richard Purdie
To allow multiple platforms to use the PXA27x OHCI driver, the platform code needs to be moved into the board specific files in arch/arm/mach-pxa. This patch does this for mainstone and adds preliminary hooks to allow other boards to use the driver. This has been compile tested for mainstone and

Re: [linux-usb-devel] USB 2.0 Bulk Transfer 1024 Bytes fails.

2005-10-30 Thread Alan Stern
On Sat, 29 Oct 2005, Jayaprakash Shanmugam wrote: Hi All, We have a ISP 1561 based USB host (supports both ohci and ehci) in our board. When we have the ohci drivers for this host, we were able to transfer 1024 bytes of bulk data from the device connected to it. But, when we read the

[linux-usb-devel] Re: oops with USB Storage on 2.6.14

2005-10-30 Thread Andrew Morton
Masanari Iida [EMAIL PROTECTED] wrote: Hello, I updated my system's kernel from 2.6.13.2 to 2.6.14, then it oops when I connect my Digital Camera via USB connection as USB storage device. I went back to 2.6.14-rc1, still the same panic happen. 2.6.13.2 and before, the kernel has been worked

[linux-usb-devel] Re: oops with USB Storage on 2.6.14

2005-10-30 Thread Andrew Morton
Masanari Iida [EMAIL PROTECTED] wrote: You removed linux-scis and linux-usb from cc. Please retain them. Could you please try disabling CONFIG_DEBUG_PAGEALLOC and retest? If that works OK, it's probably a use-after-free. Hello Andrew, I did disabled CONFIG_DEBUG_PAGEALLOC and

[linux-usb-devel] about multiple virtual serial port on windows pc

2005-10-30 Thread tong changda
hello. Now my pxa27x board with g_serial.o function connect with windows pc, I want the windows pc(using usbser.sys)support multiple serial virtual ports(Now only one), So I could let differenet kind of message goes into different ports. Could anybody give me some suggestion? thank u

[linux-usb-devel] Commit [PATCH] USB: Always do usb-handoff breaks my powerbook

2005-10-30 Thread Paul Mackerras
My G4 powerbook gets a machine check on boot as a result of commit 478a3bab8c87a9ba4a4ba338314e32bb0c378e62. Putting a return at the start of quirk_usb_early_handoff fixes it. The code in quirk_usb_handoff_ohci looks rather bogus in that it doesn't do pci_enable_device before trying to access

[linux-usb-devel] RE: This is regarding module count usage for usbserial driver

2005-10-30 Thread rao.shalini
Hi Greg, Thank you for the reply. Yeah I'm using generic usb-serial driver for our device. Could you please tell me how can they help me in this case, this is related to generic usb driver. Thanks. Shalini -Original Message- From: Greg KH [mailto:[EMAIL PROTECTED] Sent: