[linux-usb-devel] Majordomo results: Hello

2006-09-14 Thread Majordomo
-- This is a multi-part message in MIME format. Command 'this' not recognized. --=_NextPart_9.13246273994446E-02 Command '--=_nextpart_9.13246273994446e-02' not recognized. Content-Type: text/plain; format=flowed Command 'content-type:' not recognized. >

[linux-usb-devel] Majordomo results: Fw: DSC-00465.jpg

2006-09-14 Thread Majordomo
-- This is a multi-part message in MIME format. Command 'this' not recognized. --=_NextPart_2.03788638114929E-02 Command '--=_nextpart_2.03788638114929e-02' not recognized. Content-Type: text/plain; format=flowed Command 'content-type:' not recognized. >

Re: [linux-usb-devel] at91_udc pullup and gadgetfs problems

2006-09-14 Thread Milan Svoboda
> Milan Svoboda napisa?(a): > > IMHO, gadgetfs' .speed declares maximum supported speed that gadgetfs is > > able to work with. Thus it's better to look at the at91_udc driver and > > find it's probe function and change it to support gadgets that > > supports at least USB_SPEED_FULL speed (USB_SP

[linux-usb-devel] [PATCH] gadget: udc don't limit faster drivers

2006-09-14 Thread Milan Svoboda
From: Milan Svoboda <[EMAIL PROTECTED]> This patch removes limitation which prevents use of drivers that support speeds different than full speed. This patch is against 2.6.18-rc4. Signed-off-by: Milan Svoboda <[EMAIL PROTECTED]> --- diff -uprN -X orig.bak/Documentation/dontdiff orig.bak/driv

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 7126] New: Pegasus driver failing for ADMtek 8515 network device

2006-09-14 Thread Petko Manolov
There's indeed such problem. I'm working on it and will submit the patch as soon as i fix it. Petko On Fri, 8 Sep 2006, Andrew Morton wrote: > > > Begin forwarded message: > > Date: Fri, 8 Sep 2006 12:42:39 -0700 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: [

[linux-usb-devel] Bug in digicam usb-storage implementation - possible workarounds?

2006-09-14 Thread Florian Echtler
Hi everybody, I have a Jenoptik JD6.0 digital camera (a rather cheap one), which can be attached as an USB storage device. I've had some problems mounting the camera under Linux, and I've now found out what the reason is: if the SD card is at least 256 MB in size, the camera generates errors when

Re: [linux-usb-devel] 2.6.18-rc6-mm2: rmmod ohci_hcd oopses on HPC 6325

2006-09-14 Thread Rafael J. Wysocki
On Thursday, 14 September 2006 00:31, Pete Zaitcev wrote: > On Wed, 13 Sep 2006 14:44:48 -0400 (EDT), Alan Stern <[EMAIL PROTECTED]> > wrote: > > > This problem has already been identified by Pete Zaitcev in this thread: > > > > http://marc.theaimsgroup.com/?t=11576951281&r=1&w=2 > > >

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Rafael J. Wysocki
On Wednesday, 13 September 2006 23:55, Alan Stern wrote: > On Wed, 13 Sep 2006, Rafael J. Wysocki wrote: > > > > Try this patch instead. It looks for problems occurring a little earlier > > > in the call chain. > > > > I've applied both patches at a time (I hope they don't conflict). > > > > T

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Rafael J. Wysocki
On Thursday, 14 September 2006 15:14, Rafael J. Wysocki wrote: > On Wednesday, 13 September 2006 23:55, Alan Stern wrote: > > On Wed, 13 Sep 2006, Rafael J. Wysocki wrote: > > > > > > Try this patch instead. It looks for problems occurring a little > > > > earlier > > > > in the call chain. > >

[linux-usb-devel] Majordomo results: Word file

2006-09-14 Thread Majordomo
-- This is a multi-part message in MIME format. Command 'this' not recognized. --=_NextPart_5.40852785110474E-02 Command '--=_nextpart_5.40852785110474e-02' not recognized. Content-Type: text/plain; format=flowed Command 'content-type:' not recognized. >

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Alan Stern
On Thu, 14 Sep 2006, Rafael J. Wysocki wrote: > > > Try adding some ehci_dbg() lines in there (copy the form of the line just > > > after restart:). We want to follow the value of > > > hcd->self.root_hub->state. Initially it should be equal to > > > USB_STATE_SUSPENDED (= 8), and it shouldn't c

Re: [linux-usb-devel] 2.6.18-rc6-mm2

2006-09-14 Thread Andrew Morton
(Added linux-usb-devel) On Thu, 14 Sep 2006 13:11:49 +0200 "Michal Piotrowski" <[EMAIL PROTECTED]> wrote: > On 12/09/06, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc6/2.6.18-rc6-mm2/ > > > > Kernel 2.6.18-rc6-mm2 - xfs-

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Alan Stern
On Thu, 14 Sep 2006, Alan Stern wrote: > Now of course, the autosuspend stuff has to work properly no matter what > the kernel configuration is. I'll go back and rebuild the drivers with > USB_SUSPEND turned off and see what happens. With any luck I'll have a > fix ready in the near future.

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Rafael J. Wysocki
On Thursday, 14 September 2006 17:04, Alan Stern wrote: > On Thu, 14 Sep 2006, Rafael J. Wysocki wrote: > > > > > Try adding some ehci_dbg() lines in there (copy the form of the line > > > > just > > > > after restart:). We want to follow the value of > > > > hcd->self.root_hub->state. Initiall

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Rafael J. Wysocki
On Thursday, 14 September 2006 18:17, Alan Stern wrote: > On Thu, 14 Sep 2006, Alan Stern wrote: > > > Now of course, the autosuspend stuff has to work properly no matter what > > the kernel configuration is. I'll go back and rebuild the drivers with > > USB_SUSPEND turned off and see what happ

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Rafael J. Wysocki
On Thursday, 14 September 2006 19:08, Rafael J. Wysocki wrote: > On Thursday, 14 September 2006 18:17, Alan Stern wrote: > > On Thu, 14 Sep 2006, Alan Stern wrote: > > > > > Now of course, the autosuspend stuff has to work properly no matter what > > > the kernel configuration is. I'll go back a

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Alan Stern
On Thu, 14 Sep 2006, Rafael J. Wysocki wrote: > Now USB didn't work after the first resume (kernel configured with USB_SUSPEND > unset). > > The dmesg output is attached. This is getting too confusing. :-( Let's try a simpler test. Leave USB_SUSPEND unset. First rmmod ohci-hcd. None of your

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Alan Stern
On Thu, 14 Sep 2006, Rafael J. Wysocki wrote: > Okay, this is not reproducible, so I gather it was due to my other problem > with the USB resume (sigh). > > Anyway, the second suspend/resume worked just fine, so the patch apparently > helps. Doing the simpler tests, with only one USB host driver

[linux-usb-devel] wifi phone

2006-09-14 Thread Pymes Informatica, s.a.
  - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Rafael J. Wysocki
On Thursday, 14 September 2006 19:22, Alan Stern wrote: > On Thu, 14 Sep 2006, Rafael J. Wysocki wrote: > > > Now USB didn't work after the first resume (kernel configured with > > USB_SUSPEND > > unset). > > > > The dmesg output is attached. > > This is getting too confusing. :-( Sorry for t

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Alan Stern
On Thu, 14 Sep 2006, Rafael J. Wysocki wrote: > > Let's try a simpler test. Leave USB_SUSPEND unset. > > > > First rmmod ohci-hcd. None of your full-speed USB devices will work, but > > that's okay. Try the suspend-twice test and see what happens. > > > > Second, rmmod ehci-hcd and modprobe

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Rafael J. Wysocki
On Thursday, 14 September 2006 20:28, Alan Stern wrote: > On Thu, 14 Sep 2006, Rafael J. Wysocki wrote: > > > > Let's try a simpler test. Leave USB_SUSPEND unset. > > > > > > First rmmod ohci-hcd. None of your full-speed USB devices will work, but > > > that's okay. Try the suspend-twice test

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Rafael J. Wysocki
On Thursday, 14 September 2006 21:37, Rafael J. Wysocki wrote: > On Thursday, 14 September 2006 20:28, Alan Stern wrote: > > On Thu, 14 Sep 2006, Rafael J. Wysocki wrote: > > > > > > Let's try a simpler test. Leave USB_SUSPEND unset. > > > > > > > > First rmmod ohci-hcd. None of your full-speed

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Alan Stern
On Thu, 14 Sep 2006, Mattia Dongili wrote: > > No. But this log doesn't include the debugging output in the patch from > > my previous message. > > doh! I'm pretty sure the patch is applied... > $ patch -p1 --dry-run < ../add_usb_debug.patch > patching file drivers/usb/core/driver.c > Reversed

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Alan Stern
On Thu, 14 Sep 2006, Rafael J. Wysocki wrote: > Well, sorry. This test has been passed, but after a reboot it refused to > suspend just once giving the same messages that I've got from the kernel > with USB_SUSPEND set (the relevant dmesg output is attached). > > > Then for the next stage, repea

Re: [linux-usb-devel] 2.6.18-rc6-mm2

2006-09-14 Thread Greg KH
On Thu, Sep 14, 2006 at 01:11:49PM +0200, Michal Piotrowski wrote: > On 12/09/06, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > >ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc6/2.6.18-rc6-mm2/ > > > > Kernel 2.6.18-rc6-mm2 - xfs-rename-uio_read.patch > Built with gcc 3.4

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Rafael J. Wysocki
On Thursday, 14 September 2006 22:55, Alan Stern wrote: > On Thu, 14 Sep 2006, Rafael J. Wysocki wrote: > > > Well, sorry. This test has been passed, but after a reboot it refused to > > suspend just once giving the same messages that I've got from the kernel > > with USB_SUSPEND set (the relevan

Re: [linux-usb-devel] 2.6.18-rc6-mm2

2006-09-14 Thread Michal Piotrowski
On 14/09/06, Greg KH <[EMAIL PROTECTED]> wrote: > On Thu, Sep 14, 2006 at 01:11:49PM +0200, Michal Piotrowski wrote: > > On 12/09/06, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > >ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc6/2.6.18-rc6-mm2/ > > > > > > > Kernel 2.6

Re: [linux-usb-devel] 2.6.18-rc6-mm1 (-mm2): ohci resume problem

2006-09-14 Thread Alan Stern
On Thu, 14 Sep 2006, Rafael J. Wysocki wrote: > > As I see it, there are two ways to resolve the problem. The easiest is to > > rip out the autosuspend stuff from ohci-hcd entirely. When my generic > > autosuspend patches are accepted, the HCD-specific stuff won't be needed > > so much. This ha

Re: [linux-usb-devel] 2.6.18-rc6-mm2

2006-09-14 Thread Greg KH
On Fri, Sep 15, 2006 at 12:17:33AM +0200, Michal Piotrowski wrote: > On 14/09/06, Greg KH <[EMAIL PROTECTED]> wrote: > >On Thu, Sep 14, 2006 at 01:11:49PM +0200, Michal Piotrowski wrote: > >> On 12/09/06, Andrew Morton <[EMAIL PROTECTED]> wrote: > >> > > >> > >>ftp://ftp.kernel.org/pub/linux/kerne