[linux-usb-devel] [linux-2.6.5] oops when plugging CDC USB network device...

2004-05-07 Thread Daniel Blueman
When plugging a Motorola SurfBoard 5100 device into my box, khubd oopses. Kernel is stock linux-2.6.5. Chipset is nForce 2 (OHCI), USB 2 EHCI controller disabled, so just USB 1.1 controller active. Please CC me if more information would be handy. Harvested from kernel logs: ohci_hcd: 2004 Feb 0

Re: [linux-usb-devel] GeneSys Chipset...

2004-05-07 Thread Alan Stern
On Fri, 7 May 2004, Michael Knigge wrote: > All, > > I'm using an external USB 2.0 Drive with a GeneSys Chipset. What do I > have to do to get it working reliably? Until now I've changed > ".max_sectors" to 64 and I've applied the following two patches: > > http://lkml.org/lkml/diff/2004/2/8/4

Re: [linux-usb-devel] [linux-2.6.5] oops when plugging CDC USB network device...

2004-05-07 Thread Alan Stern
On Fri, 7 May 2004, Daniel Blueman wrote: > When plugging a Motorola SurfBoard 5100 device into my box, khubd oopses. > Kernel is stock linux-2.6.5. > > Chipset is nForce 2 (OHCI), USB 2 EHCI controller disabled, so just USB 1.1 > controller active. > > Please CC me if more information would be

Re: [linux-usb-devel] ehci: new genesys problem: cdrecord/cdrdao cue-sheets

2004-05-07 Thread Alan Stern
On Thu, 6 May 2004, Andreas Hocevar wrote: > Hi, > > thanks for your great efforts to get external devices with genesys chipset > working with ehci! > > Since Kernel 2.6.4 the device hangs when burning CDs with cdrecord or cdrdao > during sending the cue-sheet. The only case where this does no

[linux-usb-devel] Fw: USB gadgets, small bug

2004-05-07 Thread Randy.Dunlap
Should go to [EMAIL PROTECTED]: Hi All, I don't know where else to report this, but I found a very very very minor bug in the usb gadgets drivers, specifically the file_storage.c mass storage driver. In the function do_request_sense(..) it says: buf[7] = 18 - 7;// Add

Re: [linux-usb-devel] Re: [HIDDEV] Fix boundary checks for GUSAGE/SUSAGE

2004-05-07 Thread Sergey Vlasov
On Thu, May 06, 2004 at 08:22:20PM +1000, Herbert Xu wrote: > On Thu, May 06, 2004 at 08:15:15PM +1000, herbert wrote: > > > > The current code is applying the maxusage limit to GUSAGE/SUSAGE. This > > is incorrect as the number of values is stored in field->report_count, > > not field->maxusage.

[linux-usb-devel] ov511-2.27 patch file

2004-05-07 Thread Richard Hughes
I've made a diff file (against 2.6.6rc3-bk8) adding the developmental version (rather than the 6 month old stable version) of the ov511 driver, version 2.27. Many more webcams are supported by this driver than the version included in 2.6.5 Basically, would this be useful to anyone? My Phillips OV5

[linux-usb-devel] PATCH: (as272) Fix file-storage gadget Request Sense length

2004-05-07 Thread Alan Stern
On Fri, 7 May 2004, [EMAIL PROTECTED] wrote: > Hi All, > > I don't know where else to report this, but I found a very very very > minor bug in the usb gadgets drivers, specifically the file_storage.c > mass storage driver. > > In the function do_request_sense(..) it says: > > buf[7] = 18 - 7;

[linux-usb-devel] Re: USB locking problems

2004-05-07 Thread David Brownell
Alan Stern wrote: After a restless night, I've come up with some interesting ideas... Seems like. But I'll still poke at them ... :) First, let's acknowledge that in 2.6 we must require drivers not to interact with a device after their disconnect() has returned. Also, let's What's "interact"

[linux-usb-devel] Re: USB locking problems

2004-05-07 Thread David Brownell
Alan Stern wrote: I'm about ready to give up on device reset during probe. Preventing it would need a per-interface state flag, FWIW; easily set by usbcore during probe(). Somewhat parallel to the flag I suggested be held during SET_CONFIGURATION... Preventing it could be as simple as not writi

Re: [linux-usb-devel] Re: [usb-storage] Re: Clear_feature doesn't happen when get_descriptor on pipe

2004-05-07 Thread David Brownell
[EMAIL PROTECTED] wrote: David Brownell wrote: Wouldn't a plain old atomic "BUSY" bitflag work better? If it's set, usbcore would reject urbs with -EAGAIN ... from all contexts, including the many that can't acquire semaphores! Going back a bit--what context were you thinking of that wouldn'

[linux-usb-devel] usbnet: probe of 4-2:1.1 failed with error -75

2004-05-07 Thread paul cunningham
I have built linux 2.6.2 but when I plug in my cable modem to one of my usb ports i get the following error: usbnet: probe of 4-2:1.1 failed with error -75 Anyone got any ideas. Can't find anything on the internet. paul. __

Re: [linux-usb-devel] Re: [usb-storage] Re: Clear_feature doesn't happen when get_descriptor on pipe

2004-05-07 Thread Matthew Dharm
On Fri, May 07, 2004 at 09:49:35AM -0700, David Brownell wrote: > [EMAIL PROTECTED] wrote: > >David Brownell wrote: > > > >>Wouldn't a plain old atomic "BUSY" bitflag work better? If it's set, > >>usbcore would reject urbs with -EAGAIN ... from all contexts, > >>including the many that can't acqui

Re: [linux-usb-devel] Embedded OHCI, was: isp1161 crashes my devices

2004-05-07 Thread emanuel stiebler
Hasjim Williams wrote: > There are a number of other OHCI-like embedded host processors, but > they all have their little quirks. About the only other one worth > mentioning is the Transdimension TD242 / TD243. Apparently there are > some other GPL Linux drivers around for those chips, but their

[linux-usb-devel] Re: [Linux-usb-users] Cable Modem Motorola Surfboard 5100 does not gets detected under 2.6

2004-05-07 Thread Alan Stern
On Fri, 7 May 2004, Zariel Skotlex wrote: > Ok... I finally managed to snatch my brother's pc for testing (it > already had Gentoo-Linux installed, but was outdated for a month or > so). After upgrading the kernel to 2.6.5 and rebooting and bringing > the pc here to connect it to the cable modem a

Re: [linux-usb-devel] Embedded OHCI, was: isp1161 crashes my devices

2004-05-07 Thread David Brownell
emanuel stiebler wrote: Hasjim Williams wrote: > There are a number of other OHCI-like embedded host processors, but > they all have their little quirks. ... Did anybody have a look at the Cypress SX2 chip (68001) ? It looks good (at least on paper), but never saw linux drivers for it, nor anyb

Re: [linux-usb-devel] usbnet: probe of 4-2:1.1 failed with error -75

2004-05-07 Thread David Brownell
paul cunningham wrote: I have built linux 2.6.2 but when I plug in my cable modem to one of my usb ports i get the following error: usbnet: probe of 4-2:1.1 failed with error -75 Anyone got any ideas. Can't find anything on the internet. error -75 == -EOVERFLOW and Documentation/usb/error-codes.t

Re: [linux-usb-devel] USB Hot-plug'ing doesn't work on _my_ Fedora Core 2 (kernel 2.6.5) on a Centrino laptop

2004-05-07 Thread Alan Stern
On Thu, 6 May 2004 [EMAIL PROTECTED] wrote: > >> But... > >> I put in a printk() at the start of the interrupt handler: uhci_irq() > >> and it _never_ gets called!... ever! > > > >Well, that's bad. Didn't you say before that when the device was > >coldplugged it would work okay? If there were no

[linux-usb-devel] Re: USB locking problems

2004-05-07 Thread Alan Stern
On Fri, 7 May 2004, David Brownell wrote: > Alan Stern wrote: > > > And I can't help thinking that locktree is overkill for almost all cases. > > Can you name any problems that it solves? > > Maybe lock_port() would be a better name, actually. > > Consider some cases where subtree B is a desc

[linux-usb-devel] Re: USB locking problems

2004-05-07 Thread Alan Stern
On Fri, 7 May 2004, David Brownell wrote: > > First, let's acknowledge that in 2.6 we must require drivers not to > > interact with a device after their disconnect() has returned. Also, let's > > What's "interact" though? Not usb_put_dev(), clearly... > I'd certainly agree that starting new I

[linux-usb-devel] Re: [Linux-usb-users] Cable Modem Motorola Surfboard 5100 does not gets detected under 2.6

2004-05-07 Thread Zariel Skotlex
Well, my kernel is still 2.6.5, so I had to manually apply the patch's chunks #2 and #3 (after 2.6.6 goes out, I'll try it on that). And this is what now happens when I plugin the modem: //--- ehci_hcd :00:02.2: GetStatus port 2 status 001803

Re: [linux-usb-devel] Re: [HIDDEV] Fix boundary checks for GUSAGE/SUSAGE

2004-05-07 Thread Herbert Xu
On Fri, May 07, 2004 at 07:26:31PM +0400, Sergey Vlasov wrote: > > This patch seems to break HIDIOCGUCODE for report_type == > HID_REPORT_TYPE_INPUT. The following patch (for 2.4) fixes it: > > --- linux/drivers/usb/hiddev.c.hiddev-fix-gucode 2004-05-07 19:16:41 +0400 > +++ linux/drivers/us

[linux-usb-devel] Big Endian support for gadget RNDIS

2004-05-07 Thread Jon Neal
I have made a first attempt at supporting big endian processors in the USB gadget RNDIS driver. The attached file is a diff against the current bit keeper version. I was able to successfully ping a Windows XP host from our device, but not from the host to our device. I have no past experience w

[linux-usb-devel] log entry, requested sent ot this list re: minolta dimage 7i

2004-05-07 Thread Chris McClement
May 8 10:57:22 b3ast usb 2-2: new full speed USB device using address 2 May 8 10:57:23 b3ast usb-storage: This device (0686,400b,0001 S 06 P 50) has an unneeded SubClass entry in unusual_devs.h May 8 10:57:23 b3ast Please send a copy of this message to <[EMAIL PROTECTED]> May 8 10:57:23 b3ast s

Re: [linux-usb-devel] 3 USB regressions (2.6.6-rc3-bk1) that should be fixed before 2.6.6

2004-05-07 Thread Greg KH
On Sun, May 02, 2004 at 10:53:03PM +0200, Duncan Sands wrote: > > > Hi Greg, I'm not sure when these problems started showing up, maybe they > > > have been in 2.6.6- for a while. One patch that may be worth having in > > > 2.6.6 by the way is the one for device_disconnect in devio.c that changes

[linux-usb-devel] Re: [OOPS/HACK] atmel_cs and the latest changes in sysfs/symlink.c

2004-05-07 Thread Greg KH
On Wed, May 05, 2004 at 02:08:11AM -0500, Dmitry Torokhov wrote: > On Tuesday 04 May 2004 04:04 pm, Greg KH wrote: > > On Sun, Apr 25, 2004 at 04:48:07PM -0500, Dmitry Torokhov wrote: > > > > > > No, I am still getting the oops.. hmm.. it seems a little bit different, > > > but still in the hidde

[linux-usb-devel] ov511-2.27 patch file

2004-05-07 Thread Richard Hughes
As requested: ov511-2.27 patch file: http://hughsie.no-ip.com/write/ov511-2.27.patch Please check for sanity before applying. Richard Hughes --- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola,

[linux-usb-devel] Toshiba PDR-M70 Camera and usb-storage

2004-05-07 Thread Erik Meitner
I have a Toshiba PDR M70 camera that does not work with the Linux usb-storage driver. The breakage seems to occur when the driver tries to set up the scsi device. The module then goes into a state where it cannot be unloaded. I have tried it with 2.6.4 and 2.6.5. Any suggestions? I am not adve

[linux-usb-devel] VIRUS IN YOUR MAIL

2004-05-07 Thread postmaster
V I R U S A L E R T Our viruschecker found the W32/[EMAIL PROTECTED] virus in your email to the following recipient: -> [EMAIL PROTECTED] Delivery of the email was stopped! Please check your system for viruses, or ask your system administrator to do so. F

[linux-usb-devel] Virus found in a message you sent

2004-05-07 Thread Symantec_AntiVirus_for_SMTP_Gateways
A virus was found in a message sent by this account. --- Scan information follows --- Result: Virus Detected Virus Name: [EMAIL PROTECTED] File Attachment: data17193.zip/msg.eml .scr Attachment Sta

Re: [linux-usb-devel] ov511-2.27 patch file

2004-05-07 Thread Mark McClelland
Richard Hughes wrote: I've made a diff file (against 2.6.6rc3-bk8) adding the developmental version (rather than the 6 month old stable version) of the ov511 driver, version 2.27. Many more webcams are supported by this driver than the version included in 2.6.5 Yes, an update is definitely over