[linux-usb-devel] Query on skeleton.c

2004-09-17 Thread viren sharma
Hi Greg Good afternoon I want to develop USB 1.1 driver on red hat 9.0 & use your skeleton.c as base code. i am unable to compile this.I am finding difficulty in resolving references. Regards Viren --- This SF.Net email is sponsored by:

Re: [linux-usb-devel] usb_storage crash when writing to USB drive.

2004-09-17 Thread Nix N. Nix
On Fri, 2004-09-17 at 08:12, Alan Stern wrote: > > I just finished rebooting and, unfortunately the kernel panic-ed much as > > it did before when the system was going down. > > > That's not much help to anybody. For one thing it's unclear: Did the > kernel panic just as you finished rebooting or

[linux-usb-devel] Rim blackberry

2004-09-17 Thread Craig Perry
Hi all, New to the list so just a wee hi :o) oh and a big question! I apologise for the length! Question: I've got a rim blackberry 7230, and I would be interested in getting it to talk to linux and freebsd. I've spent the last week reading the usb specs etc. And lots of usb source code, and I

Re: [linux-usb-devel] hc_died (WAS: export usb_set_device_state())

2004-09-17 Thread David Brownell
On Friday 17 September 2004 12:57 pm, Alan Stern wrote: > On Fri, 17 Sep 2004, David Brownell wrote: > > > > > Root hub disconnect is all special cased anyway ... it > > > > could be done so that's not an issue. There's no parent > > > > hub, so what would it disconnect from? > > > > > > usb_dis

[linux-usb-devel] Re: [PATCH] - ftdi_sio.c - usb_kill_urb() patch

2004-09-17 Thread Greg KH
On Mon, Sep 13, 2004 at 11:29:45PM +0200, Jan Capek wrote: > Hi, > > sending a separate patch for ftdi_sio.c. > > Description: > > corrected handling when unlinking read URB's, that were synchronous > - usb_kill_urb() is used from now on. Thanks, but I had already done this work (check the -mm

Re: [linux-usb-devel] [PATCH] - ftdi_sio.c, usb-serial.c usb_kill_urb()

2004-09-17 Thread Greg KH
On Mon, Sep 13, 2004 at 11:29:36PM +0200, Jan Capek wrote: > Hi, > > sending a separate patch for usb-serial.c. > > Description: > > - corrected handling when unlinking read URB's, that were synchronous, > usb_kill_urb() is used from now on. > - removed unnecessary checks for NULL, as those are

[linux-usb-devel] RE: isp1161 ISOC timeout problems

2004-09-17 Thread adsynori
Hi David Brownell (B (BAccording to bus timing, (BDownload BINGO version and refer to hc_isp116x.c (B (BREAD_REG** (BWRITE_REG** (B (BYou find ndelay(600); (BPlease attach it in your code and try. (B(At first reduce printk) (B (Bby the way (Bif you try other device (mouse,keyboard,flas

[linux-usb-devel] PATCH: (as380) Fix data toggle handling in the UHCI driver

2004-09-17 Thread Alan Stern
Greg: This patch fixes an error in the way the UHCI driver computes data-toggle updates when unlinking a bulk or interrupt URB that hasn't transferred any data. Thanks to Thierry Chantry for finding this bug and testing the patch. Please apply. Alan Stern Signed-off-by: Alan Stern <[EMAIL PR

Re: [linux-usb-devel] hc_died (WAS: export usb_set_device_state())

2004-09-17 Thread Alan Stern
On Fri, 17 Sep 2004, David Brownell wrote: > > > Root hub disconnect is all special cased anyway ... it > > > could be done so that's not an issue. There's no parent > > > hub, so what would it disconnect from? > > > > usb_disconnect() does more than erase the parent->child pointer, even for >

Re: [linux-usb-devel] OOPS, 2.6.8.1, HP PSC 2175

2004-09-17 Thread Alan Stern
On Fri, 17 Sep 2004, Joost Witteveen wrote: > Hi, > > When I swiched off my HP PSC 2175 printer (OK, standby mode) today, > I got the following Oops: I sent in a patch for this at the end of July: http://marc.theaimsgroup.com/?l=linux-usb-devel&m=109094054532587&w=2 As of 2.6.9-rc2 it still do

Re: [linux-usb-devel] How Microsoft Plans to Use a New USB Standard to Cripple Linux

2004-09-17 Thread Greg KH
On Fri, Sep 17, 2004 at 11:35:56AM -0700, David Brownell wrote: > > So if there is such an effort, it's still behind closed doors ... or maybe > just not being done through USB-IF. USB-IF keeps the specs it is still working on secret until they reach the stage of "public comments". That's why I

Re: [linux-usb-devel] Re: [Linux-usb-users] USB 2.0 host with ALi M5273 not working

2004-09-17 Thread Jürgen Heinrich
David Brownell wrote: On Thursday 16 September 2004 10:06 am, Alan Stern wrote: On Thu, 16 Sep 2004, Jürgen Heinrich wrote: This is what happening when switching on my 2nd USB disk, while copying files from my 1st USB disk. Are those both GeneSys based disks? There are some me

Re: [linux-usb-devel] How Microsoft Plans to Use a New USB Standard to Cripple Linux

2004-09-17 Thread David Brownell
On Friday 17 September 2004 10:53 am, Greg KH wrote: > > Now "standards" need to be published, right? Anyone here still go to > the USB spec meetings? Any confirmations of something like this > happening? Well, neither the front page of www.usb.org nor the developer page lists anything newer

Re: [linux-usb-devel] Abit VP6: USB strangeness

2004-09-17 Thread Johann Koenig
On Thursday September 16 at 04:43pm Alan Stern <[EMAIL PROTECTED]> wrote: > It's possible that this problem is caused by USB Legacy support in > your computer's BIOS. Thanks, but I looked through, but couldn't find any setting for Legacy anything. Also, anything I don't use is disabled. This incl

Re: [linux-usb-devel] mass-storage and kernel 2.6.[78]

2004-09-17 Thread David Brownell
On Sunday 05 September 2004 8:18 pm, Robert Urban wrote: > > Since you're seeing catastrophic errors very early, a wiring > > problem like that could explain everything... > > If they were reversed, I'm guessing low-speed devices (USB1.1) would not > work, yes? But low-speed devices *do* work on

Re: [linux-usb-devel] info regarding usb driver

2004-09-17 Thread Greg KH
On Thu, Sep 16, 2004 at 04:44:11AM -0700, sunil saggar wrote: > how can i make the usb device driver module to get > automatically loaded when the system boots You mean, "when the device is found", right? Just use the MODULE_DEVICE_TABLE() and the hotplug scripts will automatically load it for yo

Re: [linux-usb-devel] How Microsoft Plans to Use a New USB Standard to Cripple Linux

2004-09-17 Thread Greg KH
On Fri, Sep 17, 2004 at 10:31:37AM -0700, David Brownell wrote: > I was pointed to: > > http://www.pbs.org/cringely/pulpit/pulpit20040916.html > > Fair-use excerpt: Here's another excerpt: There IS a new USB standard in the works and it is at the heart of Microsoft's sudden int

Re: [linux-usb-devel] info regarding usb-skeleton.c

2004-09-17 Thread Greg KH
On Thu, Sep 16, 2004 at 04:34:23AM -0700, sunil saggar wrote: > > Is usb-skeleton.c is full driver Yes. > How can i use it? Change it to work for your device and add it to the kernel build. > I already has the module in my kernel...how can i > remove that inbuilt driver n use my own What

[linux-usb-devel] OOPS, 2.6.8.1, HP PSC 2175

2004-09-17 Thread Joost Witteveen
Hi, When I swiched off my HP PSC 2175 printer (OK, standby mode) today, I got the following Oops: Sep 17 12:35:22 foko kernel: usb 2-2: USB disconnect, address 6 Sep 17 12:35:22 foko kernel: drivers/usb/class/usblp.c: usblp0: removed Sep 17 12:35:22 foko kernel: Unable to handle kernel paging req

[linux-usb-devel] How Microsoft Plans to Use a New USB Standard to Cripple Linux

2004-09-17 Thread David Brownell
I was pointed to: http://www.pbs.org/cringely/pulpit/pulpit20040916.html Fair-use excerpt: > Please don't take the quotes literally since this is only a dramatic > reenactment. > > "To make USB ports really secure we'll need a modified USB standard," > says one of the geeks. "The USB device

Re: [linux-usb-devel] Re: [Linux-usb-users] USB 2.0 host with ALi M5273 not working

2004-09-17 Thread David Brownell
On Thursday 16 September 2004 10:06 am, Alan Stern wrote: > On Thu, 16 Sep 2004, Jürgen Heinrich wrote: > > > This is what happening when switching on my 2nd USB disk, while copying > > files from my 1st USB disk. Are those both GeneSys based disks? > > There are some messages from the ehci-hc

Re: [linux-usb-devel] RE: isp1161 ISOC timeout problems

2004-09-17 Thread David Brownell
On Thursday 16 September 2004 11:05 am, Christoph Torens wrote: > > That's usually a sign of the driver not handling the hardware > > correctly, so that the extra delays caused by kernel printk > > change the driver timings enough to dodge a race... > > So, I have tested a few things, I removed t

Re: [linux-usb-devel] hc_died (WAS: export usb_set_device_state())

2004-09-17 Thread David Brownell
On Wednesday 15 September 2004 10:54 am, Alan Stern wrote: > On Wed, 15 Sep 2004, David Brownell wrote: > > > > But what should happen to the root hub? It shouldn't be disconnected, > > > because the HCD will try to deregister it later on. > > > > Root hub disconnect is all special cased anyw

Re: [linux-usb-devel] Possible bug, Problems with ServerWorks OSB4/CSB5 OHCI USB Controller of Dell PowerEdge 1600SC

2004-09-17 Thread David Brownell
On Wednesday 15 September 2004 4:40 pm, Santiago Ruano Rincón wrote: > [1.] Problems with ServerWorks OSB4/CSB5 OHCI USB Controller of Dell > PowerEdge 1600SC > [2.] Full description of the problem/report: > > ... > > On Kernel 2.4.26, we got these messages since the modem was connected > to the

[linux-usb-devel] Re: Réf. : Re: Re: Re: [linux-usb-devel] usb_unlink_urb() makes missing data on a pipe (IN)

2004-09-17 Thread Alan Stern
On Fri, 17 Sep 2004 [EMAIL PROTECTED] wrote: > Hi, > Yes, nice, it works perfectly. > I got a last question. In which kernel version this bug will be corrected > ? I don't know. I'll send the patch to Greg KH. He'll merge it with his development kernel tree, and not too long after that it wil

Re: [linux-usb-devel] usb_storage crash when writing to USB drive.

2004-09-17 Thread Alan Stern
On Thu, 16 Sep 2004, Nix N. Nix wrote: > I have applied the patch, and now I am able to transfer files as large > as 1.4GB to the drive. Nonetheless, messages such as the ones at the > bottom of this mail are still being produced in the syslog. I find the > fact that the messages are mangled - i

[linux-usb-devel] Réf. : Re: Re: Re: [linux-usb-devel] usb_unlink_urb() makes missing data on a pipe (IN)

2004-09-17 Thread thierry . chantry
>> This is a description of each file attached to this post: >> lspci.log lspci output, to give information on the USB controllers >> that I use. >> uhci-*.logMultiple copy of the content of /proc/driver/uhci/mycontroller. >> Each

RE: [linux-usb-devel] isp116x bingo version release, hope may help you : )

2004-09-17 Thread Dominic Evans
Hi, Thanks for this new driver. Interesting to try. Heres my report for Arcom Viper PXA255 [EMAIL PROTECTED] root# ./vidcat -p y -d