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
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
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
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
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
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
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
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
--
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.
--
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
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
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
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
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
--
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
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
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
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 ==
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
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 (
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
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
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 :)
-
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
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
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
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
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
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
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
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
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
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
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
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
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
--
|
) 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
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
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:
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
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
>
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
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
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
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
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
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
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
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
--
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
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
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
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
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
?
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
55 matches
Mail list logo