[linux-usb-devel] TREAT AS URGENT sys

2007-05-19 Thread YUKOS OIL
Dear friend, I am Mr. Alexei Zakharenko a personal treasurer to Mikhail Khodorkovsky the Richest man in Russia and owner of the following companies: Chairman CEO: YUKOS OIL (Russian Largest Oil Company) Chairman CEO: Menatep SBP Bank (A well reputable financial institution with its

Re: [linux-usb-devel] Resubmit [PATCH] pu203 dual controller

2007-05-19 Thread Sam Liddicott
-Original Message- From: Jiri Kosina [EMAIL PROTECTED] To: Sam Liddicott [EMAIL PROTECTED] Cc: linux-usb-devel@lists.sourceforge.net; [EMAIL PROTECTED] Sent: 18/05/07 22:00 Subject: Re: Resubmit [PATCH] pu203 dual controller On Fri, 18 May 2007, Sam Liddicott wrote: Cc'ding you guys

Re: [linux-usb-devel] Resubmit [PATCH] pu203 dual controller

2007-05-19 Thread Jiri Kosina
On Sat, 19 May 2007, Sam Liddicott wrote: Do you actually own the hardware? I would appreciate if you could test whether really both of the quirks are needed - we don't want to add unneeded quirks to devices, that would just spread confusion. OK. I'm not sure how to tell if the poll

[linux-usb-devel] 2.6.22-rc2: regression: STD fails with pci_device_suspend(): usb_hcd_pci_suspend+0x0/0x160 [usbcore]() returns -16

2007-05-19 Thread Andrey Borzenkov
This works just fine up to and including 2.6.21. {pts/0}% lspci 00:00.0 Host bridge: ALi Corporation M1644/M1644T Northbridge+Trident (rev 01) 00:01.0 PCI bridge: ALi Corporation PCI to AGP Controller 00:02.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) 00:04.0 IDE interface: ALi

Re: [linux-usb-devel] 2.6.22-rc2: regression: STD fails with pci_device_suspend(): usb_hcd_pci_suspend+0x0/0x160 [usbcore]() returns -16

2007-05-19 Thread Alan Stern
On Sat, 19 May 2007, Andrey Borzenkov wrote: This works just fine up to and including 2.6.21. unfortunatelt dmesg got truncated; if required I can rebuild with larger buffer; the part around suspend is swsusp: Marking nosave pages: 0009f000 - 0010 swsusp: Basic memory

[linux-usb-devel] usb-make-the-autosuspend-workqueue-thread-freezable.patch

2007-05-19 Thread Alan Stern
Greg: The patch in $SUBJECT (already in your development tree) fixes a problem with system suspend in 2.6.22-rc1, as described in http://bugzilla.kernel.org/show_bug.cgi?id=8498 (For people on the PM development list, it's worth pointing out that all the patch does is make a particular

Re: [linux-usb-devel] Is usb_buffer_alloc a generic URB buffer allocator ? (was Split Bulk Transfers)

2007-05-19 Thread Alan Stern
On Sat, 19 May 2007, jidong xiao wrote: The length of any entry should be greater than a page?I think only if each buffer's size is divisible by page size, could it start at a page boundary and end at a page boundary. Let's use the word buffer to refer to the region of memory described by the

[linux-usb-devel] [PATCH 2/6] Composite gadget driver

2007-05-19 Thread Ragner Magalhaes
From: Ragner Magalhaes [EMAIL PROTECTED] Add linux/usb/composite.h interfaces for composite gadget drivers: - struct usb_function ... grouping one or more interfaces into a function that will often be managed as one unit; - struct usb_composite_driver ... grouping

[linux-usb-devel] [PATCH 3/6] Composite gadget driver upgrade

2007-05-19 Thread Ragner Magalhaes
From: Ragner Magalhaes [EMAIL PROTECTED] Modifications on David Brownell's patch. Some improvements on David Brownell's patch. It adds some functions to Composite Framework as well. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] Signed-off-by: Ragner Magalhaes [EMAIL PROTECTED] ---

[linux-usb-devel] [PATCH 4/6] Config USB Composite gadget support

2007-05-19 Thread Ragner Magalhaes
From: Ragner Magalhaes [EMAIL PROTECTED] Kconfig modifications for USB Composite gadget support. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] Signed-off-by: Ragner Magalhaes [EMAIL PROTECTED] --- drivers/usb/gadget/Kconfig | 10 ++ drivers/usb/gadget/Makefile | 12 +--- 2

[linux-usb-devel] [PATCH 5/6] Composite File Storage gadget support

2007-05-19 Thread Ragner Magalhaes
From: Ragner Magalhaes [EMAIL PROTECTED] This patch adds some features that let the file-storage gadget to work as a usb_function module. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] Signed-off-by: Ragner Magalhaes [EMAIL PROTECTED] --- drivers/usb/gadget/file_storage.c | 119

[linux-usb-devel] [PATCH 6/6] Composite Ether gadget support

2007-05-19 Thread Ragner Magalhaes
From: Ragner Magalhaes [EMAIL PROTECTED] This patch adds some features that let the ether gadget to work as a usb_function module. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] Signed-off-by: Ragner Magalhaes [EMAIL PROTECTED] --- drivers/usb/gadget/ether.c | 98

[linux-usb-devel] [PATCH 0/6] Composite Gadget Support

2007-05-19 Thread Ragner Magalhaes
The following series implements USB Composite Gadget Support. [PATCH 1/6] USB gadget driver. [PATCH 2/6] Composite gadget driver. [PATCH 3/6] Composite gadget driver upgrade. [PATCH 4/6] Kconfig modifications for USB Composite gadget support. [PATCH 5/6] Composite File Storage gadget support.

[linux-usb-devel] [PATCH 1/6] USB gadget driver

2007-05-19 Thread Ragner Magalhaes
From: Ragner Magalhaes [EMAIL PROTECTED] Implements support for a gadget function with composite support to work as a single function. Signed-off-by: Ragner Magalhaes [EMAIL PROTECTED] --- drivers/usb/gadget/gadget.c | 283 +++ 1 files changed, 283

Re: [linux-usb-devel] [Bugme-new] [Bug 8510] New: OHCI constantly attempts suspending root hub on ALi motherboard

2007-05-19 Thread Andrew Morton
On Sat, 19 May 2007 10:08:40 -0700 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8510 A regression. Summary: OHCI constantly attempts suspending root hub on ALi motherboard Kernel Version: 2.6.22-rc2 Status: NEW

[linux-usb-devel] patch usb-remove-short-initial-timeout-for-device-descriptor-fetch.patch added to gregkh-2.6 tree

2007-05-19 Thread gregkh
This is a note to let you know that I've just added the patch titled Subject: USB: remove short initial timeout for device descriptor fetch to my gregkh-2.6 tree. Its filename is usb-remove-short-initial-timeout-for-device-descriptor-fetch.patch This tree can be found at

Re: [linux-usb-devel] usb-make-the-autosuspend-workqueue-thread-freezable.patch

2007-05-19 Thread Greg KH
On Sat, May 19, 2007 at 11:16:44AM -0400, Alan Stern wrote: Greg: The patch in $SUBJECT (already in your development tree) fixes a problem with system suspend in 2.6.22-rc1, as described in http://bugzilla.kernel.org/show_bug.cgi?id=8498 (For people on the PM development list,

Re: [linux-usb-devel] New USB stack on FreeBSD w/Linux emulation layer coming

2007-05-19 Thread Pete Zaitcev
On Thu, 17 May 2007 17:37:22 -0700, David Brownell [EMAIL PROTECTED] wrote: As it happens, USB callbacks cannot be interrupted. That's a somewhat artificial restriction; in theory there's no reason we couldn't allow interrupts. Do you remember why we're doing

Re: [linux-usb-devel] Problems with /pub/linux/kernel/people/gregkh/gregkh-2.6

2007-05-19 Thread Greg KH
On Fri, May 18, 2007 at 10:40:13AM -0400, Alan Stern wrote: Greg: It looks like your development directory has gotten a little out of sync with itself. Look at this sublisting: gregkh-01-driver/17-May-2007 14:55- gregkh-02-i2c/

Re: [linux-usb-devel] [Bugme-new] [Bug 8510] New: OHCI constantly attempts suspending root hub on ALi motherboard

2007-05-19 Thread David Brownell
On Saturday 19 May 2007, Andrew Morton wrote: On Sat, 19 May 2007 10:08:40 -0700 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8510 A regression. From 2.6.16, yes... this has been around for a while, but nobody came up with a patch. I suggest someone with the

Re: [linux-usb-devel] [Bugme-new] [Bug 8510] New: OHCI constantly attempts suspending root hub on ALi motherboard

2007-05-19 Thread David Brownell
On Saturday 19 May 2007, David Brownell wrote: On Saturday 19 May 2007, Andrew Morton wrote: On Sat, 19 May 2007 10:08:40 -0700 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8510 A regression. From 2.6.16, yes... this has been around for a while, but nobody

Re: [linux-usb-devel] New USB stack on FreeBSD w/Linux emulation layer coming

2007-05-19 Thread David Brownell
On Saturday 19 May 2007, Pete Zaitcev wrote: On Thu, 17 May 2007 17:37:22 -0700, David Brownell [EMAIL PROTECTED] wrote: As it happens, USB callbacks cannot be interrupted. That's a somewhat artificial restriction; in theory there's no reason we couldn't allow

Re: [linux-usb-devel] [Bugme-new] [Bug 8510] New: OHCI constantly attempts suspending root hub on ALi motherboard

2007-05-19 Thread Andrey Borzenkov
On Sunday 20 May 2007, David Brownell wrote: On Saturday 19 May 2007, David Brownell wrote: On Saturday 19 May 2007, Andrew Morton wrote: On Sat, 19 May 2007 10:08:40 -0700 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8510 A regression. From 2.6.16,

Re: [linux-usb-devel] New USB stack on FreeBSD w/Linux emulation layer coming

2007-05-19 Thread Alan Stern
On Sat, 19 May 2007, David Brownell wrote: Absolutely right, I'm being an idiot here. I think I looked at root hub code in the rush to the FreedomHEC preparations. We do not have local_irq_save in the giveback routine. So, when Alan wrote USB callbacks cannot be interrupted, he meant

Re: [linux-usb-devel] [Bugme-new] [Bug 8510] New: OHCI constantly attempts suspending root hub on ALi motherboard

2007-05-19 Thread Alan Stern
On Sun, 20 May 2007, Andrey Borzenkov wrote: On Sunday 20 May 2007, David Brownell wrote: On Saturday 19 May 2007, David Brownell wrote: On Saturday 19 May 2007, Andrew Morton wrote: On Sat, 19 May 2007 10:08:40 -0700 [EMAIL PROTECTED] wrote:

Re: [linux-usb-devel] New USB stack on FreeBSD w/Linux emulation layer coming

2007-05-19 Thread David Brownell
On Saturday 19 May 2007, Alan Stern wrote: On Sat, 19 May 2007, David Brownell wrote: Absolutely right, I'm being an idiot here. I think I looked at root hub code in the rush to the FreedomHEC preparations. We do not have local_irq_save in the giveback routine. So, when Alan wrote USB

Re: [linux-usb-devel] [Bugme-new] [Bug 8510] New: OHCI constantly attempts suspending root hub on ALi motherboard

2007-05-19 Thread Andrey Borzenkov
On Sunday 20 May 2007, Alan Stern wrote: On Sun, 20 May 2007, Andrey Borzenkov wrote: On Sunday 20 May 2007, David Brownell wrote: On Saturday 19 May 2007, David Brownell wrote: On Saturday 19 May 2007, Andrew Morton wrote: On Sat, 19 May 2007 10:08:40 -0700 [EMAIL PROTECTED]

[linux-usb-devel] SAĞLIĞINIZ SİZİN İÇİN ÖNEMLİYSE..

2007-05-19 Thread =?windows-1254?q?YE=DE=DDM_ARMA=D0AN_
TAM KAPSAMLI CHECK-UP KAMPANYASI SAÐLIÐINIZ Description: Binary data - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just