[linux-usb-devel] Re: Fw: kernel BUG at fs/sysfs/symlink.c:87 on 2.6.12-rc1-mm4

2005-04-05 Thread Patrick Mochel
On Tue, 5 Apr 2005, Andrew Morton wrote: > Carlos Martin <[EMAIL PROTECTED]> wrote: > > > > On Apr 5, 2005 4:51 PM, Carlos Martin <[EMAIL PROTECTED]> wrote: > > > On Apr 5, 2005 2:48 AM, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > > > > Carlos, could you please test 2.6.12-rc2, see if the

[linux-usb-devel] Fw: [Bugme-new] [Bug 4447] New: USB Card reader does not mount CF disk larger than 32M

2005-04-05 Thread Andrew Morton
Guys, is this a USB problem? Begin forwarded message: Date: Tue, 5 Apr 2005 13:24:08 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 4447] New: USB Card reader does not mount CF disk larger than 32M http://bugme.osdl.org/show_bug.cgi?id=4447 Summary

[linux-usb-devel] Re: Fw: kernel BUG at fs/sysfs/symlink.c:87 on 2.6.12-rc1-mm4

2005-04-05 Thread Andrew Morton
Carlos Martin <[EMAIL PROTECTED]> wrote: > > On Apr 5, 2005 4:51 PM, Carlos Martin <[EMAIL PROTECTED]> wrote: > > On Apr 5, 2005 2:48 AM, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > > Carlos, could you please test 2.6.12-rc2, see if the bug has leaked into > > > mainline? > > > > > > Thanks

[linux-usb-devel] [patch 2.6.12-rc2] speedtch fix oops on disconnect

2005-04-05 Thread maximilian attems
having fun playing with firmware loading i discovered: Apr 5 12:07:30 sputnik kernel: usb 1-1: USB disconnect, address 7 Apr 5 12:07:30 sputnik kernel: usb_unlink_urb() is deprecated for synchronous unlinks. Use usb_kill_urb() instead. Apr 5 12:07:30 sputnik kernel: Badness in usb_unlink_urb

Re: [linux-usb-devel] Original drivers for ISP1362 by Philips

2005-04-05 Thread Michael
> I'm working with ISP1362 on some PPC405EP-based embedded > platforms. .. > I found several threads in this mailing list about this chip, but > it seems nobody works with Philips software > (http://www.semiconductors.philips.com/acrobat/usermanuals/UM10012_2.pdf). > Are there particular reasons t

[linux-usb-devel] Proposed patch: KTI-1 and RBI-1 OTP Token Initializers

2005-04-05 Thread Boris Shingarov
The following is a proposed patch to make KTI-1 and RBI-1 token initializers work, as well as several absolute-positioning devices. See also bug 1048 in the kernel bugzilla. The issue is that successive reports of the same value will get eaten, while these devices rely on such reports being passed

[linux-usb-devel] [patch 2.6.12-rc2] usb_suspend_device() signature change, fixes

2005-04-05 Thread David Brownell
Another resend, this is in 2.6.12-rc2-mm1 too. - Dave This patch includes minor "sparse -Wbitwise" updates for the PCI based HCDs. Almost all of them involve just changing the second parameter of the suspend() method to a pm_message_t ... the others relate to how the EHCI code walks in-memory da

[linux-usb-devel] [patch 2.6.12-rc2] usb interface suspend signatures/fixes

2005-04-05 Thread David Brownell
This is another resend, patch already in 2.6.12-rc2-mm1. - Dave This is the first of a few installments of PM API updates to match the recent switch to "pm_message_t". This installment primarily affects USB device drivers (for USB interfaces), and it changes the handful of drivers which currently

[linux-usb-devel] [patch 2.6.12-rc2] usb hcd/pci suspend/resume fixes

2005-04-05 Thread David Brownell
This is a resend; the patch is in 2.6.12-rc2-mm1 already. - Dave This has a variety of updates to the shared suspend/resume code for PCI based USB host controllers. - Cope with pm_message_t replacing the target system state. This is actually a loss of functionality; PCI D1 and D2

Re: [linux-usb-devel] USB glitches after suspend on ppc

2005-04-05 Thread David Brownell
On Tuesday 05 April 2005 11:44 am, Colin Leroy wrote: > Hi, > > There are known issues with USB after suspend/resume (D3 hot) on > powerpc. Also known fixes to some of them, which haven't yet been merged. I'll repost these as followups to this message, to linux-usb-devel and CC Colin. They're in

[linux-usb-devel] USB glitches after suspend on ppc

2005-04-05 Thread Colin Leroy
Hi, There are known issues with USB after suspend/resume (D3 hot) on powerpc. For example, plugging or unplugging devices during sleep results in oopses at resume; and one time out of two, the USB ports are unpowered on resume (because the registers think they are, and linux doesn't repower them.

[linux-usb-devel] sparse -Wbitwise warnings

2005-04-05 Thread Olav Kongas
Hi, I am trying to get rid of sparse's bitwise warnings in my isp116x-hcd driver. Regardless of studying the explanations about __bitwise, as for example in http://kerneltrap.org/node/3848 I was still not able to get rid of all the warnings. Could anybody please explain, how to correctly reso

Re: [linux-usb-devel] usb_bus_type not EXPORTed

2005-04-05 Thread Alan Stern
On Mon, 4 Apr 2005, Duncan Sands wrote: > Hi Alan, > > > > In order to use usb_driver_claim_interface from outside > > > probe/disconnect, a module needs to take the usb_bus_type.subsys > > > write lock. But it can't because usb_bus_type is not EXPORTed. > > > Is this deliberate, or an oversight

[linux-usb-devel] [PATCH as499] g_file_storage: Consolidate min()s

2005-04-05 Thread Alan Stern
Greg: This patch simplifies the g_file_storage driver by consolidating a bunch of min() calculations at a single spot. Alan Stern Signed-off-by: Alan Stern <[EMAIL PROTECTED]> = drivers/usb/gadget/file_storage.c 1.42 vs edited = --- 1.42/drivers/usb/gadget/file_storage.c 2005-03-

[linux-usb-devel] [PATCH as498] USB API modification

2005-04-05 Thread Alan Stern
Greg & David: In response to complaints about excessive latency in the uhci-hcd driver I'm planning to convert it to a top-half/bottom-half design. It turns out that to do this, the USB API has to be modified slightly since the driver will not be able to meet one of the guarantees in the current

[linux-usb-devel] Re: Fw: kernel BUG at fs/sysfs/symlink.c:87 on 2.6.12-rc1-mm4

2005-04-05 Thread Carlos Martin
On Apr 5, 2005 4:51 PM, Carlos Martin <[EMAIL PROTECTED]> wrote: > On Apr 5, 2005 2:48 AM, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > Carlos, could you please test 2.6.12-rc2, see if the bug has leaked into > > mainline? > > > > Thanks. > > I checked -rc2 and it doesn't have the problem. Th

Re: [linux-usb-devel] USB protocol questions

2005-04-05 Thread Alan Stern
On Mon, 4 Apr 2005, James Lamanna wrote: > I have some USB protocol questions about initial device setup. > I'm trying to write my own USB stack for an Atmel AT43USB355E microcontroller > (Atmel has a USB library but its binary only). > This chip has 3 Functional Endpoints and 2 Hub ports. By

Re: [linux-usb-devel] USB protocol questions

2005-04-05 Thread David Brownell
On Monday 04 April 2005 3:39 pm, James Lamanna wrote: > I have some USB protocol questions about initial device setup. > I'm trying to write my own USB stack for an Atmel AT43USB355E microcontroller > (Atmel has a USB library but its binary only). > This chip has 3 Functional Endpoints and 2 Hu

Re: [linux-usb-devel] Re: [PATCH] scripts/mod/file2alias.c: handle numeric ranges for USB bcdDevice

2005-04-05 Thread Roman Kagan
On Mon, Mar 28, 2005 at 12:19:36AM +0400, Roman Kagan wrote: > On Fri, Mar 25, 2005 at 09:40:48AM -0800, Greg KH wrote: > > On Fri, Mar 25, 2005 at 10:43:01AM +0300, Roman Kagan wrote: > > > > > The patch expects a matching change in scripts/mod/file2alias.c I sent > > > > > to linux-hotplug-devel

Re: [linux-usb-devel] usb_bus_type not EXPORTed

2005-04-05 Thread Duncan Sands
Hi Alan, > > In order to use usb_driver_claim_interface from outside > > probe/disconnect, a module needs to take the usb_bus_type.subsys > > write lock. But it can't because usb_bus_type is not EXPORTed. > > Is this deliberate, or an oversight? > > Sounds like an oversight to me. However this

Re: [linux-usb-devel] usbserial as module

2005-04-05 Thread Greg KH
On Tue, Apr 05, 2005 at 01:28:20PM +0530, [EMAIL PROTECTED] wrote: > > Hi Greg, > > Acm driver is loaded as soon the plug/play agent detects USB device > connected to the system and it tries to claim. My problem is usbserial > driver also should get loaded as soon plug/play agents detects the USB

[linux-usb-devel] Original drivers for ISP1362 by Philips

2005-04-05 Thread llandre
Hi all, I'm working with ISP1362 on some PPC405EP-based embedded platforms. So far I used the drivers included in the 2.4.20 tree hosted at Denx Software Engineering. As host controller driver is not able to exploit all the available bandwidth for bulk transfers (for example see this thread http://

RE: [linux-usb-devel] usbserial as module

2005-04-05 Thread rao.shalini
Hi Greg, Acm driver is loaded as soon the plug/play agent detects USB device connected to the system and it tries to claim. My problem is usbserial driver also should get loaded as soon plug/play agents detects the USB device, instead of user load them. I wanted to know how to make usbserial dri