Re: [linux-usb-devel] [Em28xx] dvb-core random crashes - Got it

2007-07-11 Thread Christoph
he bug. Anywhere else in the code reclaim_ready will only set if ehci->reclaim is valid. - I spammed the wrong ML :) I still have some questions to the usb ppl: * what is on status STS_IAA supposed to do? * should bh set anyway and call ehci_work? * what is [4.15.2.3] referring to? Markus Rechberger

[linux-usb-devel] unneeded Protocol entry in unusual_devs.h

2003-07-15 Thread Christoph Heine
ny DSC Rev: 4.30 Type: Direct-Access ANSI SCSI revision: 02 The device itself works well but someone on this list may want to know about that message ;) Bye, Christoph --- This SF.Net email sponsored by: Parasoft Error

[linux-usb-devel] Prolific 2305 parport stalls / usblp write timeout

2006-08-06 Thread Christoph Biedl
USBLP_WRITE_TIMEOUT; | rv = wait_event_interruptible_timeout( (...) , timeout); is jiffies according to include/linux/wait.h. This causes different timeout values depending on HZ which is probably not intended. Easy Solution: + timeout = USBLP_WRITE_TIMEOUT * HZ/1000; Christoph (off-list Cc: we

[linux-usb-devel] Labtec (Paten) USB Number Pad for Notebooks: drivers/usb/input/hid-core.c: input irq status -32 received

2006-09-29 Thread Martin Christoph
10 -- greetings Martin Christoph, ISA GmbH & Co. KG c15057c0 2957902221 C Ii:001:01 0 1 = 04 c15057c0 2957902232 S Ii:001:01 -115 2 < d983fb40 2957902248 S Ci:001:00 s a3 00 0002 0004 4 < d983fb40 2957902252 C Ci:001:00 0 4 = 01010100 d983fb40 2957902254 S Co:001:00 s 23 01 0010 0

Re: [linux-usb-devel] isp116x debug info/timing problem?

2004-11-22 Thread Christoph Torens
bination working? Has someone tested the new 2.6 driver and bluetooth? -- Regards, Christoph Torens --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which prod

Re: [linux-usb-devel] isp116x debug info/timing problem?

2004-11-23 Thread Christoph Torens
with PXA255 (XScale) -- Regards, Christoph Torens --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start rea

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-08 Thread Christoph Hellwig
On Fri, Jan 07, 2005 at 09:47:43PM -0800, Greg KH wrote: > ChangeSet 1.1938.444.33, 2004/12/22 13:50:21-08:00, [EMAIL PROTECTED] > > [PATCH] driver core: Fix up vesafb failure probing. > > bus.c file invokes a probe callback for most devices in a list, then checks > for -ENODEV return ("no such d

Re: [linux-usb-devel] isp1161 crashes my devices

2004-05-10 Thread Christoph Torens
2 Segmentation fault modprobe -q hc_isp116x >/dev/null 2>&1 ups, I just realized I did only 'depmod' hm, i'll try it with 'depmod -a' tomorrow. stupid I forgot the '-a' -- Best Regards, Christoph Torens --

[linux-usb-devel] isp116 crashes my devices

2004-05-04 Thread Christoph Torens
HCI driver? Or is this only a renaming of the OHCI driver? I don't understand why to use this special driver. On my normal Linux PC everything works fine. No such Problems. Can you point me to what to do or what else could be the Problem? I really appreciate any help or comments. --

Re: [linux-usb-devel] isp1161 crashes my devices

2004-05-08 Thread Christoph Torens
anything about it. So finally thats why I'm here. Because I dont' have any other idea and I desperatly need some help. -- Regards, Christoph Torens --- This SF.Net email is sponsored by Sleepycat Software Learn developer str

Re: [linux-usb-devel] Fwd: USB IR receivers and evdev

2007-02-13 Thread Christoph Bartelmus
t for some devices there is additional overhead as the input events have to be routed through lircd although the drivers could generate the input events directly. But the advantages of the current LIRC approach outweigh this drawback by far IMHO. Christoph 1: http://www.handhelds.org/moin/moin.c

Re: [linux-usb-devel] Fwd: USB IR receivers and evdev

2007-02-13 Thread Christoph Bartelmus
uency, duty cycle, and then writing a stream of timing values. I think that evdev in general is not the right interface for this. Christoph - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Tec

Re: [linux-usb-devel] Fwd: USB IR receivers and evdev

2007-02-14 Thread Christoph Bartelmus
and maintain the > drivers in the future? I only own a small fraction of the devices supported by LIRC myself. I could take over one or two drivers, but definitely not all of them. Christoph - Take Surveys. Earn Cash. Influ

Re: [linux-usb-devel] Fwd: USB IR receivers and evdev

2007-02-18 Thread Christoph Bartelmus
f them? Only for some. Usually I would make updates for new kernel versions myself. [...] > What about the rest of these? > [...] > lirc_parallel [...] > lirc_streamzap I could take over the two above. Christoph --

Re: [linux-usb-devel] [2/3] 2.6.22-rc2: known regressions v2

2007-05-24 Thread Christoph Lameter
On Thu, 24 May 2007, Michal Piotrowski wrote: > Memory management > > Subject: kernel BUG at include/linux/slub_def.h:88 kmalloc_index() > References : http://bugzilla.kernel.org/show_bug.cgi?id=8476 > Submitter : Cherwin R. Nooitmeer <[EMAIL PROTECTED]> > Status : Unknown Looks like t

Re: [linux-usb-devel] [2/3] 2.6.22-rc2: known regressions v2

2007-05-24 Thread Christoph Lameter
On Thu, 24 May 2007, Linus Torvalds wrote: > I'm going to change that "BUG:" to "WARNING:". Good. I wondered for a long time why a "WARN_xxx ... " does print BUG: xxx. - This SF.net email is sponsored by DB2 Express Downlo

Re: [linux-usb-devel] [2/3] 2.6.22-rc2: known regressions v2

2007-05-25 Thread Christoph Lameter
On Fri, 25 May 2007, Andrew Morton wrote: > the image". But we're not - kernel developers don't know how to turn the > thing on in $RANDOM_DISTRO, testers have no experience with the feature > and kernel developers don't have experience handling the crash images. Well, we for instance have probl

Re: [linux-usb-devel] [PATCH 25] drivers/usb/misc/ftdi-elan.c: kmalloc + memset conversion to kzalloc

2007-07-31 Thread Christoph Lameter
On Tue, 31 Jul 2007, Mariusz Kozlowski wrote: > @@ -2777,12 +2777,14 @@ static int ftdi_elan_probe(struct usb_in > size_t buffer_size; > int i; > int retval = -ENOMEM; > -struct usb_ftdi *ftdi = kmalloc(sizeof(struct usb_ftdi), GFP_KERNEL); > -if (ftdi ==

[linux-usb-devel] Re: [PATCH] oops in sd_shutdown

2003-08-14 Thread Christoph Hellwig
On Tue, Aug 12, 2003 at 12:28:44AM +0200, Andries Brouwer wrote: > I see an Oops in the SCSI code, caused by the fact that sdkp is NULL > in sd_shutdown. "How can that be?", you will ask - dev->driver_data was set > in sd_probe. But in my case sd_probe never finished. An insmod usb-storage > hangs

Re: [linux-usb-devel] Re: USB storage problems on OHCI..

2003-09-22 Thread Christoph Hellwig
On Mon, Sep 22, 2003 at 10:25:28AM -0400, Alan Stern wrote: > http://marc.theaimsgroup.com/?l=linux-scsi&m=106366112221507&w=2 > > At the moment, this MODE-SENSE page 8 is probably the most severe > outstanding problem with the usb-storage driver. I'm all in favor of the > patch being adopted (

Re: [linux-usb-devel] Re: USB storage problems on OHCI..

2003-09-22 Thread Christoph Hellwig
On Mon, Sep 22, 2003 at 03:31:24PM +0100, Christoph Hellwig wrote: > Patch looks mostly fine to me, but please all flags should be unsigned instead > of signed and scsi_devinfo.h needs some inclusion guards. Actually I think it could be made much simpler by killing the per-template bfla

Re: [linux-usb-devel] Re: USB storage problems on OHCI..

2003-09-22 Thread Christoph Hellwig
On Mon, Sep 22, 2003 at 08:49:30AM -0700, Patrick Mansfield wrote: > On Mon, Sep 22, 2003 at 04:11:04PM +0100, Christoph Hellwig wrote: > > On Mon, Sep 22, 2003 at 03:31:24PM +0100, Christoph Hellwig wrote: > > > Patch looks mostly fine to me, but please all flags should b

Re: [linux-usb-devel] Re: USB storage problems on OHCI..

2003-09-22 Thread Christoph Hellwig
On Mon, Sep 22, 2003 at 11:50:47AM -0400, Alan Stern wrote: > Interestingly, my original patch was a lot like you describe. It can be > found in > > http://marc.theaimsgroup.com/?l=linux-scsi&m=106340167723122&w=2 Yupp, that's what I meant. Much less complicated :) -

Re: [linux-usb-devel] Re: USB storage problems on OHCI..

2003-09-22 Thread Christoph Hellwig
On Mon, Sep 22, 2003 at 09:44:04AM -0700, Patrick Mansfield wrote: > The current code allows us to set or clear a given bit, but not both. So > if we set them in slave_alloc, they can't be cleared without adding > other flags or code. If we want drivers to mess with blist flags that's the more gen

[linux-usb-devel] usb kernel driver (host adapter)

2003-11-06 Thread Christoph Torens
hi ! i received the task to set a one-board embeded pc (pc 104) working with usb. The pc has an usb interface, but the vendor does not support it by now and promises for the next driver update. (It runs a minimal linux) Because we can not wait, i was asked to do some research on that. So here is m

[linux-usb-devel] Re: [vendor-sec] [BUG/PATCH/RFC] Oops while completing async USB via usbdevio

2005-09-27 Thread Christoph Hellwig
On Tue, Sep 27, 2005 at 01:04:15AM -0700, Greg KH wrote: > First off, thanks for providing a patch for this problem, it is real, > and has been known for a while (thanks to your debugging :) > > On Sun, Sep 25, 2005 at 05:13:30PM +0200, Harald Welte wrote: > > > > I suggest this (or any other) fi

[linux-usb-devel] Re: [vendor-sec] [BUG/PATCH/RFC] Oops while completing async USB via usbdevio

2005-09-27 Thread Christoph Hellwig
On Tue, Sep 27, 2005 at 05:57:55AM -0700, Greg KH wrote: > Earlier in this thread, on these mailing lists. > > I've included it below too. Ah, it was last week and I missed it. sorry. This is more than messy. usbfs is the only user of SI_ASYNCIO, and the way it uses it is more than messy. Why

Re: [linux-usb-devel] Labtec (Paten) USB Number Pad for Notebooks: drivers/usb/input/hid-core.c: input irq status -32 received

2006-10-05 Thread Martin Christoph
14:40:04 testimage kernel: drivers/usb/input/hid-core.c: input irq status -32 received Sep 25 14:40:08 testimage last message repeated 1083 times -- greetings Martin Christoph, ISA GmbH & Co. KG dfb44f00 1884692183 C Ii:001:01 0 1 = 02 dfb44f00 1884692198 S Ii:001:01 -115 2 = 0200 d396

Re: [linux-usb-devel] Labtec (Paten) USB Number Pad for Notebooks: drivers/usb/input/hid-core.c: input irq status -32 received

2006-10-05 Thread Martin Christoph
yboard as /class/input/input10 Oct 5 20:00:10 testimage kernel: input: USB HID v1.10 Device [PATEN USB Keyboard] on usb-:00:1d.0-1.1 Oct 5 20:02:51 testimage kernel: usb 1-1: USB disconnect, address 10 Oct 5 20:02:51 testimage kernel: usb 1-1.1: USB disconnect, address 11 - -- gree

Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-10-28 Thread Christoph Hellwig
On Sat, Oct 28, 2006 at 02:10:09PM -0700, David Brownell wrote: > On Saturday 28 October 2006 4:21 am, Christoph Hellwig wrote: > > > This is really awkward and against what we do in any other driver. > > Awkward, yes -- which is why I posted the non-awkward version, > wh

Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-10-28 Thread Christoph Hellwig
On Wed, Oct 25, 2006 at 04:58:58PM -0700, Randy Dunlap wrote: > On Wed, 25 Oct 2006 15:27:09 -0700 David Brownell wrote: > > > Instead, "usbnet.c" should #ifdef the relevant ethtool hooks > > according to CONFIG_MII ... since it's completely legit to > > use usbnet with peripherals that don't need

[linux-usb-devel] supersede configuration descriptor

2006-11-19 Thread Christoph Pittracher
evice reports that it only needs 100mA? Please CC me as I'm not subscribed. Thanks, Christoph - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the

Re: [linux-usb-devel] supersede configuration descriptor

2006-11-19 Thread Christoph Pittracher
to draw the full 500mA of the port even if the MaxPower value is way below this value? Or does the MaxPower value limit the current flow in hardware? regards, Christoph P.S.: Please CC me. - Take Surveys. Earn Cash. In

[linux-usb-devel] FWD: [lupe: Re: [Linux-usb-users] USB to serial bug]

2004-02-28 Thread Lupe Christoph
Hi! As requested by Ged Haywood, I'm sending this to the Linux USB dev-list. This only happens on my "production" box. No problem on the test box. :-( Please advise. Thanks, Lupe Christoph - Forwarded message from lupe - To: Ged Haywood <[EMAIL PROTECTED]> Cc: m

Re: [linux-usb-devel] FWD: [lupe: Re: [Linux-usb-users] USB to serial bug]

2004-02-28 Thread Lupe Christoph
On Saturday, 2004-02-28 at 08:43:14 -0800, Greg KH wrote: > On Sat, Feb 28, 2004 at 04:55:49PM +0100, Lupe Christoph wrote: > > I have a similar crash with 2.4.24. I'm using a PL-2303 to interface NUT > > to a Belkin UPS. When the machine boots, I have to unplug the PL-2303 o

Re: [linux-usb-devel] FWD: [lupe: Re: [Linux-usb-users] USB to serial bug]

2004-02-29 Thread Lupe Christoph
ut having the machine crash on a reboot when I forget to unplug the USB serial connection *is* quite annoying for the MD resynch and the manual fscks. I understand 2.6 *has* a fix for this. But it looks like 2.4 is not getting a lot of backporting anymore. Lupe Christoph -- |

[linux-usb-devel] Casio QV-R4 digicam

2004-03-10 Thread Christoph Feikes
) has unneeded SubClass and Protocol entries in unusual_devs.h Mar 10 08:58:16 rooster kernel:Please send a copy of this message to <[EMAIL PROTECTED]> Camera is a Casio QV-R4. Let me know if you need more information. Best wishes, Christoph

[linux-usb-devel] [PATCH] Fix pegasus_set_multicast lockup in drivers/usb/net/pegasus.c

2004-05-31 Thread Christoph Hellwig
This patch is from the Debian kernel package, I'm unfortunately unable to find out the original rationale behind it, but Manfred Spraul was kind enough to review it for me and thinks it makes sense from the networking point of view as ->set_multicast runs under dev->xmit_lock, so there's no need to

[linux-usb-devel] USB Hard Drive Problems

2004-05-31 Thread Christoph Bauer
PC (K6-2, 2.6.[56], 2.6.7-rc1, uhci-hcd) Below is the output of lspci and dmesg for the third configuration. I can trigger this error with $ mount ... /usb/disc $ cp -r huge_dir /usbdisc Thanks for any help, Christoph Bauer P.S.: please CC me. $ lspci -v [cutted...] 00:07.2 USB Controller:

Re: [linux-usb-devel] USB Hard Drive Problems

2004-06-02 Thread Christoph Bauer
Hi, >> >> I can trigger this error with >> >> $ mount ... /usb/disc >> $ cp -r huge_dir /usbdisc >> >> Thanks for any help, >> Christoph Bauer > > These Genesys Logic interfaces are very unreliable. I'm not surprised > that it fa

[linux-usb-devel] Re: [PATCH] Fix pegasus_set_multicast lockup in drivers/usb/net/pegasus.c

2004-06-20 Thread Christoph Hellwig
On Mon, May 31, 2004 at 07:41:10PM +0200, Christoph Hellwig wrote: > This patch is from the Debian kernel package, I'm unfortunately unable > to find out the original rationale behind it, but Manfred Spraul was > kind enough to review it for me and thinks it makes sense from the >

[linux-usb-devel] Re: [PATCH] Fix pegasus_set_multicast lockup in drivers/usb/net/pegasus.c

2004-06-27 Thread Christoph Hellwig
On Mon, Jun 21, 2004 at 12:30:43PM +1000, Herbert Xu wrote: > Pete Zaitcev <[EMAIL PROTECTED]> wrote: > > > > I see your point, but I saw drivers doing worse things. > > Just drop that patch and voila... Or send it to Greg. > > Maybe Petko fell off the Net. > > I strongly recommend that this patc

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

2004-08-14 Thread Christoph Hellwig
This patch still doesn't seem to be in, any reasons for that? http://marc.theaimsgroup.com/?l=linux-usb-devel&m=108634389707385&w=2 --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -10

Re: [linux-usb-devel] Anyone using an ISP1362 or ISP116x?

2004-08-25 Thread Christoph Torens
ld mail directly and to the list, or list only) I really would appreciate any comments or insights. -- Regards, Christoph Torens --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic D

Re: [linux-usb-devel] Anyone using an ISP1362 or ISP116x?

2004-08-25 Thread Christoph Torens
oment: But then, why does one module have no problems with the ^^ module should be "dongle" instead sorry, again. -- Regards, Christoph Torens --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Bl

Re: [linux-usb-devel] Anyone using an ISP1362 or ISP116x?

2004-08-26 Thread Christoph Torens
ing thread I was interessted if someone has a simmilar configuration. -- Regards, Christoph --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% o

[linux-usb-devel] #263901 kernel-image-2.6.7-2: Kernel 2.6.7 USB-Storage Sony Clie: SCSI Subsystem Errors

2004-08-28 Thread Christoph Hellwig
The report at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=263901 looks to me like this device needs an US_FL_SCM_MULT_TARG entry? Still wondering why it works in 2.4 then. --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Ja

Re: Bug#263901: [linux-usb-devel] #263901 kernel-image-2.6.7-2: Kernel 2.6.7 USB-Storage Sony Clie: SCSI Subsystem Errors

2004-08-31 Thread Christoph Hellwig
On Tue, Aug 31, 2004 at 11:24:14AM +0200, Alexander Wagner wrote: > You're right here. Installing a "Vanilla 2.6.8.1" did the > trick. So one could obviously close the bug. > > Many thanks to all of you for your help! Okay, thanks to everyone for the feedback. The Debian 2.6.8 packages are ident

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

2004-09-15 Thread Christoph Torens
DOWN RX bytes:0 acl:0 sco:0 events:0 errors:0 TX bytes:0 acl:0 sco:0 commands:1 errors:0 Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Packet type: DM1 DH1 HV1 Link policy: Link mode: SLAVE ACCEPT -- Regards, Christoph --

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

2004-09-16 Thread Christoph Torens
Hello List, On Wed, 15 Sep 2004 08:59:57 -0700, David Brownell <[EMAIL PROTECTED]> wrote: On Wednesday 15 September 2004 8:21 am, Christoph Torens wrote: But then I noticed that with the following DEBUG module parameters everything works perfectly (the first three parameters are st

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

2004-09-19 Thread Christoph Torens
delay So, it works with mdelay(4) What to do next? I wonder why the ndelay changes from BINGO didn't work. I thought the delays there would be as good as in the hci_submit_urb function. That's why I tested ndelay(2000) and ndelay(4000). I thought 600 would perhaps not be enough. I also won

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

2004-10-03 Thread Christoph Torens
y) How can this happen? Has anybody any idea why this could be / what I could do? -- regards, Christoph --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of the

Re: [linux-usb-devel] OHCI driver for ISP1362 / ISP116x chip

2004-10-07 Thread Christoph Torens
ie question, but why has something like, for example a hc_isp116x driver to be ported to 2.6 ? Of course, kernel is changing, code restructed, things like that, ok. But is the change so huge? Well, the answer is propably a simple: yes (Sorry for this question) -- regards

[linux-usb-devel] hc_isp116x and delays

2004-10-19 Thread Christoph Torens
with mdelay(5) and not with ndelay(5000). (Or even bigger values of ndelay) I have a arm architecture: Arcom Viper with PXA255. I looked in arch/arm/lib/delay.S where __ndelay and __udelay (what is used by mdelay) is defined, but its assembler code. Why could this be? -- Regards, Christoph Torens

[linux-usb-devel] Does PWC driver return to the mainstream kernel?

2005-01-02 Thread Christoph Anton Mitterer
? Of course Luc would have to submit his patches to the responsible maintainer,... Greg K.H. right? So what do you think about a reintegration? Greetings, cam. begin:vcard fn:Mitterer, Christoph Anton n:Mitterer;Christoph Anton org:Munich University of Applied Sciences;Department of Mathematics a