Re: [linux-usb-devel] [PATCH] Driver for Apple Cinema Display

2006-05-27 Thread Christian Iversen
On Saturday 27 May 2006 13:36, Christian Iversen wrote: > On Saturday 27 May 2006 13:30, Michael Hanselmann wrote: > > Hello Andrew > > > > On Fri, May 26, 2006 at 01:16:30PM -0700, Andrew Morton wrote: > > > > + up(&pdata->bd->sem); > > &g

Re: [linux-usb-devel] [PATCH] Driver for Apple Cinema Display

2006-05-27 Thread Christian Iversen
te, I mixed up down() and up(). The patch below fixes > this. All other comments were due to that. Also, HZ / 8 is not the right way to specify 125ms. It just happens to be right in the default desktop config where HZ == 1000. -- Regards, Christian Iversen

Re: [linux-usb-devel] Re: RFC - Let ub handle iPods

2006-04-29 Thread Christian Iversen
;<24) } > > > > UNUSUAL_DEV2?! Ew. How about UNUSUAL_DEV_UB? > > I agree that UNUSUAL_DEV2 is not the best name. But UNUSUAL_DEV_UB is > even worse, because these entries are not automatically directed to ub. > I'm not sure what a better name might be. USUAL_DEV? That loo

Re: [linux-usb-devel] usb replug

2006-03-29 Thread Christian Iversen
al replug of the > usb cable is necessary to make it work again. My question is: is there any > way to do it remotely, therefore without acting manually on the cable? I'd > appreciate any advice or web link. Thanks Maybe you unload / reload the ehci/uhci/ohci modu

Re: [linux-usb-devel] Re: USB support on via motherboards

2006-02-15 Thread Christian Iversen
the following pseudo-code? : if (data_plus_line_high(usb_dev) && nothing_plugged_in(usb_dev)) { printk("Fatal error: USB port on fire\n"); } -- Regards, Christian Iversen --- This SF.net email is sponsored by: Splunk Inc. Do you grep through

Re: [linux-usb-devel] Thinko in hcd.c?

2006-01-20 Thread Christian Iversen
case, wouldn't > + if (hcd->uses_new_polling && hcd->status_urb) be better / easier to read? or is there something I'm missing? -- Regards, Christian Iversen --- This SF.net email is sponsored by: Splunk Inc.

Re: [linux-usb-devel] Re: [2.6 patch] drivers/usb/misc/sisusbvga/sisusb.c: remove dead code

2005-11-23 Thread Christian Iversen
of a body of a while (value) {... ? I think the checker is correct, FWIW. -- Regards, Christian Iversen --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search en

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread Christian Iversen
> reports, which are as far as I can tell always with VIA hardware. I have > no idea what causes them. Any chance this could be detected and ignored as bogus, as was done with the issue I helped locate in the ehci driver? (which was sort of similar, from my (limited) viewpoint :-) --

Re: [linux-usb-devel] USB-kbd+mouse spontaneously disconnects

2005-11-07 Thread Christian Iversen
On Saturday 05 November 2005 17:47, Christian Iversen wrote: Does nobody have a single idea what's wrong here? > I'm having an El Cheapo usb keyboard+mouse usb device, and an Logitech > MX700 usb mouse connected to a computer. > > Bus 003 Device 001: ID : > Bu

[linux-usb-devel] USB-kbd+mouse spontaneously disconnects

2005-11-05 Thread Christian Iversen
r second disconnect. It seems to be the second one, though. Can somebody take a look at the atteched dmesg? It's with usb full-debug mode on, and goes all the way back to the start of the machine. It should be easy to read, and complete. I can't really figure out what's going on,

[linux-usb-devel] Problems with external soundcard (almost working)

2005-10-12 Thread Christian Iversen
ther programs don't seem to trigger that error. Any ideas? -- Regards, Christian Iversen --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://soluti

Re: [linux-usb-devel] Usb storage devices auto-promoted to scsi2 spec issue

2005-09-14 Thread Christian Iversen
lf, so the usb-subsystem just makes an (un? ;)-educated guess? Or is it because it is possible, but the devices can't be trusted to tell the truth? -- Regards, Christian Iversen --- SF.Net email is sponsored by: Tame your development challen

Re: [linux-usb-devel] [PATCH] USB: Spelling fixes for drivers/usb.

2005-05-09 Thread Christian Iversen
ry wrong to me. FWIW (even less), I'm Danish, and "canceled" looks very wrong to me too. -- Regards, Christian Iversen pgpEvRqsB7D9z.pgp Description: PGP signature

Re: [linux-usb-devel] no more "applied, thanks" emails from me.

2005-05-04 Thread Christian Iversen
t; > > > Especially true if there was a discussion WRT the patch(es). Sometimes > > it is nice to know if series have finally made it in even if you are > > not the author. > > If you are cc: on the patch, you should be getting an announcement about > it. And if

[linux-usb-devel] Couple of patches for usb.ids

2005-04-11 Thread Christian Iversen
says 600. Also, there was an extra "fujitsu" in the data :) In case it's needed: Signed-off-by: Christian Iversen <[EMAIL PROTECTED]> Enjoy! -- Regards, Christian Iversen --- usb.ids.old 2005-04-10 21:43:11.533898846 +0200 +++ usb.ids 2005-04-10 21:43:36.611177663 +0200 @@

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-05 Thread Christian Iversen
;BOGUS" path ... there's nothing to be done with that > IRQ except ignore it, and no point in potentially worrying > end users or sysadmins. Maybe you should keep it in when Defined(DEBUG)? -- Regards, Christian Iversen ---

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-05 Thread Christian Iversen
dware. That could be wrong, of course, but that's my view of the situation :) (it's kind of perplexing that different controllers seem to have somewhat of the same problem, but I think time will finally tell what's going on here) -- Regards, Christian Iversen --

Re: [linux-usb-devel] Can't rmmod usbcore with very latest kernel (solved!)

2004-12-23 Thread Christian Iversen
found, usbfs was not mounted. I really thought that usbcore couldn't be removed after ehci-hcd was inserter, but I cannot reproduce this. I'm really very sorry I wasted your time :-/ -- Regards, Christian Iversen --- SF email is sponso

Re: [linux-usb-devel] Can't rmmod usbcore with very latest kernel

2004-12-21 Thread Christian Iversen
On Wednesday 22 December 2004 02:18, you wrote: > On Tue, Dec 21, 2004 at 08:12:16PM +0100, Christian Iversen wrote: > > I can't rmmod usbcore with latest (2.6.10-rc3-bk14). > > > > rmmod / modprobe -r usbcore gives "FATAL: Module usbcore is in use.". > >

Re: [linux-usb-devel] Can't rmmod usbcore with very latest kernel

2004-12-21 Thread Christian Iversen
On Wednesday 22 December 2004 01:11, David Brownell wrote: > On Tuesday 21 December 2004 11:12 am, Christian Iversen wrote: > > I can't rmmod usbcore with latest (2.6.10-rc3-bk14). > > > > rmmod / modprobe -r usbcore gives "FATAL: Module usbcore is in use.". &g

[linux-usb-devel] Can't rmmod usbcore with very latest kernel

2004-12-21 Thread Christian Iversen
ble to make heads and tails of this. -- Regards, Christian Iversen --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which produc

Re: [linux-usb-devel] usb-storage crashes on 2.6.10-rc2 (SMP) in a NEW and INTERESTING way

2004-11-18 Thread Christian Iversen
On Thursday 18 November 2004 22:01, Pete Zaitcev wrote: > On Thu, 18 Nov 2004 01:04:48 +0100, Christian Iversen <[EMAIL PROTECTED]> wrote: > > The new bug is http://bugme.osdl.org/show_bug.cgi?id=3761, which I marked > > as "blocking" because it's just too

[linux-usb-devel] Problem with (at least) ALI USB 2.0 controller on 2.6.10-rc2

2004-11-18 Thread Christian Iversen
s 5.2.1 Modules Loaded ns83820 psmouse prism54 -- Regards, Christian Iversen --- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relat

Re: [linux-usb-devel] usb-storage crashes on 2.6.10-rc2 (SMP) in a NEW and INTERESTING way

2004-11-18 Thread Christian Iversen
On Thursday 18 November 2004 20:29, Pete Zaitcev wrote: > On Thu, 18 Nov 2004 01:04:48 +0100, Christian Iversen <[EMAIL PROTECTED]> wrote: > > http://bugme.osdl.org/show_bug.cgi?id=3728, which has now been fixed. > > However, the world is not trouble-free yet, as l

Re: [linux-usb-devel] usb-storage crashes on 2.6.10-rc2 (SMP) in a NEW and INTERESTING way

2004-11-18 Thread Christian Iversen
On Thursday 18 November 2004 16:45, David Brownell wrote: > On Wednesday 17 November 2004 16:04, Christian Iversen wrote: > > However, the world is not trouble-free yet, as linux still crashes in > > certain situations on 2.6.10-rc2 with SMP systems. (UP systems are fine). > &g

[linux-usb-devel] usb-storage crashes on 2.6.10-rc2 (SMP) in a NEW and INTERESTING way

2004-11-17 Thread Christian Iversen
really would like this issue to be resolved, not just for my own sake. I'd be more than happy to help in any way I can, just say what you need, and I'll get it. More debug info? Other kinds of log? Hardware information? -- Regards, Christian Iversen --

Re: [linux-usb-devel] usb.ids patch [3/3]

2004-11-11 Thread Christian Iversen
On Thursday 11 November 2004 13:00, Christian Iversen wrote: > --- usb.ids.old 2004-06-11 23:28:41.0 +0200 > +++ usb.ids 2004-08-09 15:59:36.0 +0200 > @@ -2342,7 +2347,8 @@ > 0a7e Octagon Systems Corp. > 0a80 Rexon Technology Corp., Ltd > 0a81 Chese

[linux-usb-devel] usb.ids patch [3/3]

2004-11-11 Thread Christian Iversen
Keyboard+Mouse converter 0a82 Syscan 4600 TravelScan 460/464 0a83 NextComm, Inc. -- Regards, Christian Iversen --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's C

[linux-usb-devel] usb.ids patch [2/3]

2004-11-11 Thread Christian Iversen
  0001  MacAlly Keyboard -       2101  Solid Year Keyboard +       2101  Keyboard +       5811  ACK-571U Wireless USB-Keyboard  060c  EEH Datalink GmbH  060f  Joinsoon Electronics Mfg. Co., Ltd  0611  Totoku Electric Co., Ltd -- Regards, Christian Iversen ---

[linux-usb-devel] usb.ids patch [1/3]

2004-11-11 Thread Christian Iversen
      0804  DeskJet 816c         0901  ScanJet 2300c         1004  DeskJet 970c/970cse -- Regards, Christian Iversen --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice

Re: [linux-usb-devel] Fatal, 100% reproducible hard lockup on kernels 2.6.6-2.6.9 with 3 different USB controllers

2004-11-10 Thread Christian Iversen
n second... race?) > - Dave > > p.s. Cool, you're using a very recent version of >"usbutils"! More folk should be that current. Thanks :) (although, it's just standard Sarge goodness. thanks to Aurelien Jarno of the Debian project) -- Regards, Christian Iversen --

[linux-usb-devel] "unneeded SubClass and Protocol entries"

2004-07-15 Thread Christian Iversen
CC me with any comments, as I am not subscribed to this list -- Regards, Christian Iversen --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today