On Wed, Jun 06, 2007 at 10:03:13PM -0700, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm2/
Hello,
on this vaio sz72b I can't suspend if usb-storage is loaded. Bisecting
is becoming troublesome as different sets have slightly differe
Am Mittwoch, 20. Juni 2007 schrieb Jeremy Katz:
> On Wed, 2007-06-20 at 00:12 +0200, Oliver Neukum wrote:
> > Am Dienstag, 19. Juni 2007 schrieb Jeremy Katz:
> > > Blackberry devices charge over USB. By autosuspending the port, they are
> > > not able to charge reliably.
> >
> > We made autosuspe
Calm down.
We should discuss this problem in a rational way. I believe there
should be more stories behind this mail. Even though I am not quite
clear about what happened before, but I guess probably you argued on
this some time back. So what are the current status?
Regards
Jason Xiao
On 6/20/07,
On Wed, 2007-06-20 at 00:12 +0200, Oliver Neukum wrote:
> Am Dienstag, 19. Juni 2007 schrieb Jeremy Katz:
> > Blackberry devices charge over USB. By autosuspending the port, they are
> > not able to charge reliably.
>
> We made autosuspend configurable on a per device basis through
> sysfs precis
Am Dienstag, 19. Juni 2007 schrieb Jeremy Katz:
> Blackberry devices charge over USB. By autosuspending the port, they are
> not able to charge reliably.
We made autosuspend configurable on a per device basis through
sysfs precisely for such cases. The blacklist is only for devices which
crash wh
From: Craig W. Nadler <[EMAIL PROTECTED]>
G_PRINTER: Adds a USB printer gadget driver for use in printer firmware.
This patch adds a USB printer gadget driver for use in printer firmware.
The printer gadget channels data between the USB host and a userspace
program driving the print engine. The u
On Tue, Jun 19, 2007 at 04:44:33PM +0200, Marcel Holtmann wrote:
> Hi Greg,
>
> > here is the patch to add the URB_FREE_BUFFER flag for freeing the
> > transfer buffer together with the URB itself. Please apply.
>
> anything wrong with this patch?
No, sorry, it's in my to-apply queue, was travel
Blackberry devices charge over USB. By autosuspending the port, they are
not able to charge reliably.
Signed-off-by: Jeremy Katz <[EMAIL PROTECTED]>
---
drivers/usb/core/quirks.c |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/
The Blackberry Pearl (8100) needs similar tweaks as older Blackberry models
to be able to charge when connected via USB. The Pearl also adds an
additional need to go into a separate mode for fully accessing the device;
do that by default as well.
Changes based on the changes from bcharge in the b
Hi Greg,
> here is the patch to add the URB_FREE_BUFFER flag for freeing the
> transfer buffer together with the URB itself. Please apply.
anything wrong with this patch?
Regards
Marcel
-
This SF.net email is sponsored b
On Sun, 17 Jun 2007 16:24:00 +0200
Michal Piotrowski <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Here is a list of some known regressions in 2.6.22-rc5
> with patches available.
>
> Feel free to add new regressions/remove fixed etc.
> http://kernelnewbies.org/known_regressions
>
>
>
> Memory man
On Tue, 19 Jun 2007, Yum Rayan wrote:
> Following is the patch that we received from our h/w vendor. It seems
> to correct the issue where we are seeing the ethernet interface
> accumulate RX errors while USB device is not actually used.
What do you mean by "not actually used"? If it really were
On Tue, 19 Jun 2007, Paul Walmsley wrote:
> On Tue, 19 Jun 2007, Oliver Neukum wrote:
>
> > Am Dienstag, 19. Juni 2007 schrieb Chuck Ebbert:
> >
> >> Try disabling CONFIG_USB_SUSPEND
> >>
> >> [usb developers: what are the drawbacks of doing this?]
> >
> > Increased power consumption.
>
> speaki
On Tue, 19 Jun 2007, Guillaume Bedot wrote:
> Hello,
>
> I've just tried a PCI to USB2 card with a "ALi M5273 A1" chip.
> Transferring a big file (a few hundreds MB) to an USB stick fails.
>
> Is this chip supposed to be supported ?
> Is there some sonfig trick to use ?
>
> How can I help ?
> T
On Tue, 19 Jun 2007, Jiri Kosina wrote:
> [ OK, it probably seems like a faulty hardware (controller or the device
> itself), which is not able to run at high speed, but runs nicely on full
> speed. Do you have a chance to try another high speed device in this
> machine to check whether i
Am Dienstag, 19. Juni 2007 schrieb Paul Walmsley:
> On Tue, 19 Jun 2007, Oliver Neukum wrote:
>
> > Am Dienstag, 19. Juni 2007 schrieb Chuck Ebbert:
> >
> >> Try disabling CONFIG_USB_SUSPEND
> >>
> >> [usb developers: what are the drawbacks of doing this?]
> >
> > Increased power consumption.
>
>
Sorry if this is not the correct forum for this particular question, but
here it goes:
I am currently trying to get documentation on the protocol format for
the Kingsun KS-959 USB IrDA (07d0:4959) dongle. This dongle is
non-standard in many ways. See this post by me to see what I mean:
http://
Following is the patch that we received from our h/w vendor. It seems
to correct the issue where we are seeing the ethernet interface
accumulate RX errors while USB device is not actually used.
We have been testing this for a while and it seems to work. Comments
appreciated.
Patch is against 2.6.
Am Dienstag, 19. Juni 2007 schrieb Pete Zaitcev:
> On Tue, 19 Jun 2007 09:26:15 +0200, Oliver Neukum <[EMAIL PROTECTED]> wrote:
>
> > > The main problem is that the URB does not have an s/g list. If it
> > > did, the whole library would be unnecessary. Nonetheless, we still
> >
> > And that from
Am Dienstag, 19. Juni 2007 schrieb Guillaume Bedot:
> Hello,
>
> I've just tried a PCI to USB2 card with a "ALi M5273 A1" chip.
> Transferring a big file (a few hundreds MB) to an USB stick fails.
You are not the first to report a failure with ALi chips.
> Is this chip supposed to be supported ?
On Tue, 19 Jun 2007 09:26:15 +0200, Oliver Neukum <[EMAIL PROTECTED]> wrote:
> > The main problem is that the URB does not have an s/g list. If it
> > did, the whole library would be unnecessary. Nonetheless, we still
>
> And that from the man who complained about 24 more bytes in struct urb ;-)
I solved this problem, not linux-specific at all, but figured I'll post
the solution here anyways:
The Cypress FX2LP chip has a pin labeled RESERVED, on my PCB this pin was
left floating but should have been tied to GND (as per documentation).
- Stephan
> Hi,
>
> you get that message if nothin
On 6/18/07, James Painter <[EMAIL PROTECTED]> wrote:
> Jon Smirl wrote:
> > Has anyone tried the Zonet ZUN2210 USB to Ethernet adapter? What
> > chipset is it using?
> > http://www.zonetusa.com/DispProduct.asp?ProductID=81
> >
> > Googling doesn't give a conclusive answer if it works with Linux.
>
On Tue, 19 Jun 2007, Oliver Neukum wrote:
> Am Dienstag, 19. Juni 2007 schrieb Chuck Ebbert:
>
>> Try disabling CONFIG_USB_SUSPEND
>>
>> [usb developers: what are the drawbacks of doing this?]
>
> Increased power consumption.
speaking of CONFIG_USB_SUSPEND, I've encountered at least one device --
Hello,
I've just tried a PCI to USB2 card with a "ALi M5273 A1" chip.
Transferring a big file (a few hundreds MB) to an USB stick fails.
Is this chip supposed to be supported ?
Is there some sonfig trick to use ?
How can I help ?
Three things come to my mind. I can make some tests, or give / mai
Am Dienstag, 19. Juni 2007 schrieb Chuck Ebbert:
> Try disabling CONFIG_USB_SUSPEND
>
> [usb developers: what are the drawbacks of doing this?]
Increased power consumption.
Regards
Oliver
-
This SF
[ OK, it probably seems like a faulty hardware (controller or the device
itself), which is not able to run at high speed, but runs nicely on full
speed. Do you have a chance to try another high speed device in this
machine to check whether it works?
Adding linux-usb-devel into CC , just
On 06/19/2007 10:45 AM, Renato S. Yamane wrote:
> Hi,
> I see this in dmesg:
> usb 1-1: device descriptor read/all, error -71
>
> Using 2.6.21.1
>
> Someone know what it is?
>
Try disabling CONFIG_USB_SUSPEND
[usb developers: what are the drawbacks of doing this?]
Fix a bug that PORT_TYPE and PORT_WIDTH aren't masked correctly in portsc.
Signed-off-by: Christopher Cason <[EMAIL PROTECTED]>
Signed-off-by: Li Yang <[EMAIL PROTECTED]>
---
drivers/usb/gadget/fsl_usb2_udc.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/ga
Am Dienstag, 19. Juni 2007 schrieb Pete Zaitcev:
> On Tue, 19 Jun 2007 11:11:18 +0800, "jidong xiao" <[EMAIL PROTECTED]> wrote:
>
> > But I remember, the reason we use sg is that, we can transfer
> > several buffers in one DMA operation, thus we can speed things up
> > accordingly because we tur
30 matches
Mail list logo