[linux-usb-devel] Looking for cheap high-quality software?

2007-08-07 Thread MAC Software Store
Favourite , DONT BE SILLY TO PAY HUNDREDS FOR SOFTWARE. Just check it out and get the most wanted latest 2007 edition softwared at dirt cheap rates. http://soksukabbhi.blogspot.com/ Microsoft Vista , office 2007/ Adobe / Macromedia / Corel and others Download Now http://soakjhokajcjo.blogspot

[linux-usb-devel] [patch 2.6.23-rc2] multicard reader doesn't like autosuspend

2007-08-07 Thread David Brownell
It appears that one reason the "iConnect"-labeled multi-card reader was on sale for only $5 is that it doesn't handle suspend/resume correctly. Other than that, it was a good deal for a highspeed MMC/SD bridge. Signed-off-by: David Brownell <[EMAIL PROTECTED]> --- drivers/usb/core/quirks.c |3

Re: [linux-usb-devel] Problem with 2GB card using USB SD card reader

2007-08-07 Thread Jason LeBrun
Hi Matthew et al., I've gotten around to creating a log of the verbose debug output when I attach the card reader with an SD card inserted. This is a multi card reader with 4 slots for different media type, the other three of which are empty. I've placed the log here: http://www.opensourcejason.i

[linux-usb-devel] [2.6.22.2 review 22/84] usb-serial: Fix edgeport regression on non-EPiC devices

2007-08-07 Thread Greg KH
From: Adam Kropelin <[EMAIL PROTECTED]> Fix serious regression on non-EPiC edgeport usb-serial devices. Baud rate and MCR/LCR registers are not being written on these models due to apparent copy-n-paste errors introduced with EPiC support. Failure reported by Nick Pasich <[EMAIL PROTECTED]>. Si

[linux-usb-devel] [2.6.22.2 review 21/84] USB: fix warning caused by autosuspend counter going negative

2007-08-07 Thread Greg KH
From: Alan Stern <[EMAIL PROTECTED]> This patch (as937) fixes a minor bug in the autosuspend usage-counting code. Each hub's usage counter keeps track of the number of unsuspended children. However the current driver increments the counter after registering a new child, by which time the child

Re: [linux-usb-devel] [PATCH] USB: Only enable autosuspend by default on certain device classes

2007-08-07 Thread Amit Kucheria
On 8/3/07, Pete Zaitcev <[EMAIL PROTECTED]> wrote: > I am wondering if Ubuntu has better user reporting, so if Matthew > complains, it really means something. https://bugs.launchpad.net/bugs/85488 Most of the current quirks list was assembled by Oliver from this thread IIRC. /Amit -- Amit Kuch

Re: [linux-usb-devel] linux-usb-devel Digest, Vol 15, Issue 26

2007-08-07 Thread Greg KH
On Tue, Aug 07, 2007 at 12:35:02PM -0700, Kevin Lloyd wrote: > Greg KH wrote: > > On Tue, Aug 07, 2007 at 05:46:05AM +0300, Faidon Liambotis wrote: > >> Dell Wireless Broadband ExpressCards are rebrands of Novatel's cards. > >> Add all of their known PCI IDs to date along with their mapping to > th

Re: [linux-usb-devel] linux-usb-devel Digest, Vol 15, Issue 26

2007-08-07 Thread Kevin Lloyd
Greg KH wrote: > On Tue, Aug 07, 2007 at 05:46:05AM +0300, Faidon Liambotis wrote: >> Dell Wireless Broadband ExpressCards are rebrands of Novatel's cards. >> Add all of their known PCI IDs to date along with their mapping to the exact >> Novatel model to the Option driver which already claims to s

Re: [linux-usb-devel] send data on "packet level"

2007-08-07 Thread Gabriel Maganis
On 8/7/07, Alan Stern <[EMAIL PROTECTED]> wrote: > On Tue, 7 Aug 2007, Gabriel Maganis wrote: > > > On 8/7/07, Alan Stern <[EMAIL PROTECTED]> wrote: > > > On Mon, 6 Aug 2007, Gabriel Maganis wrote: > > > > > > > Hello, > > > > How could one communicate with usb devices on the packet level > > >

Re: [linux-usb-devel] Reseting USB HCD

2007-08-07 Thread Felipe Balbi
Hi, On 8/7/07, David Brownell <[EMAIL PROTECTED]> wrote: > On Tuesday 07 August 2007, Felipe Balbi wrote: > > Hello all, > > > > Is there a way of reseting USB HCD from userspace without removing the > > kernel module? > > No. That would reset the entire bus ... which "should" only be done > afte

[linux-usb-devel] suspend/resume problem on OLPC with Marvell 8388 wireless USB

2007-08-07 Thread Marcelo Tosatti
Hi, We're seeing a problem upon resume on OLPC and some help would be appreciated. When the OLPC suspends, it tells the wireless interface to enter a mode where it knows the CPU is asleep, so in case of communication directed to

Re: [linux-usb-devel] send data on "packet level"

2007-08-07 Thread Alan Stern
On Tue, 7 Aug 2007, Gabriel Maganis wrote: > On 8/7/07, Alan Stern <[EMAIL PROTECTED]> wrote: > > On Mon, 6 Aug 2007, Gabriel Maganis wrote: > > > > > Hello, > > > How could one communicate with usb devices on the packet level > > > i.e. chapter 8 of the usb spec instead of the device requests

Re: [linux-usb-devel] Reseting USB HCD

2007-08-07 Thread David Brownell
On Tuesday 07 August 2007, Felipe Balbi wrote: > Hello all, > > Is there a way of reseting USB HCD from userspace without removing the > kernel module? No. That would reset the entire bus ... which "should" only be done after cleanly disconnecting all devices on that bus. > I can see there's a

Re: [linux-usb-devel] Reseting USB HCD

2007-08-07 Thread Alan Stern
On Tue, 7 Aug 2007, Felipe Balbi wrote: > Hello all, > > Is there a way of reseting USB HCD from userspace without removing the > kernel module? No. > I can see there's a method for reseting the controller (ehci_reset in > my case) but it's called only when the device is first probed or as an >

[linux-usb-devel] Reseting USB HCD

2007-08-07 Thread Felipe Balbi
Hello all, Is there a way of reseting USB HCD from userspace without removing the kernel module? I can see there's a method for reseting the controller (ehci_reset in my case) but it's called only when the device is first probed or as an error recovery method, am I right? David, I saw you're the

Re: [linux-usb-devel] [PATCH] USB BIOS early handoff only when the we the driver is configured

2007-08-07 Thread Alan Stern
On Tue, 7 Aug 2007, David Engraf wrote: > You said your Intel board has also problems with the handoff. > Could you try the follwing patch, because the EHCI documentation > says that the OS must set the EHCI_USBLEGSUP_OS bit and then > wait until EHCI_USBLEGSUP_BIOS is cleared. The kernel never >

Re: [linux-usb-devel] send data on "packet level"

2007-08-07 Thread Alan Stern
On Mon, 6 Aug 2007, Gabriel Maganis wrote: > Hello, > How could one communicate with usb devices on the packet level > i.e. chapter 8 of the usb spec instead of the device requests in > chapter 9? I'd like to be able to send SETUP packets or DATA0 packets > and get the ACK coming from the devi

Re: [linux-usb-devel] [PATCH] USB BIOS early handoff only when the we the driver is configured

2007-08-07 Thread David Engraf
You said your Intel board has also problems with the handoff. Could you try the follwing patch, because the EHCI documentation says that the OS must set the EHCI_USBLEGSUP_OS bit and then wait until EHCI_USBLEGSUP_BIOS is cleared. The kernel never uses the EHCI_USBLEGSUP_OS flag at the moment. On m

[linux-usb-devel] [PATCH] fsl_usb2_udc: fix bug in processing setup requests

2007-08-07 Thread Li Yang
Kim Liu found that in the original code certain class setup requests are wrongly recognized and processed as standard setup requests. For that reason gadget ether can't work in RNDIS mode with Windows host. The patch fixes the setup request processing code, and makes class requests correctly passe

Re: [linux-usb-devel] [PATCH] add support for Dell Wireless Broadband (aka WWAN)

2007-08-07 Thread Faidon Liambotis
Greg KH wrote: > On Tue, Aug 07, 2007 at 05:46:05AM +0300, Faidon Liambotis wrote: >> Dell Wireless Broadband ExpressCards are rebrands of Novatel's cards. >> Add all of their known PCI IDs to date along with their mapping to the exact >> Novatel model to the Option driver which already claims to s

Re: [linux-usb-devel] [PATCH] add support for Dell Wireless Broadband (aka WWAN)

2007-08-07 Thread Greg KH
On Tue, Aug 07, 2007 at 05:46:05AM +0300, Faidon Liambotis wrote: > Dell Wireless Broadband ExpressCards are rebrands of Novatel's cards. > Add all of their known PCI IDs to date along with their mapping to the exact > Novatel model to the Option driver which already claims to support them. Are yo