On Wed, Jul 09, 2003 at 03:39:16PM +0800, yah wrote:
> Ok, I have get rid of the typedefs and make it build on 2.4.21.
>
> I'm not try to merge this with the existing sl811 driver, I modifed most
> of it for support isochronous transfer mode, especially the structrue
> and the urb schedule par
On Mon, Jul 07, 2003 at 03:02:13PM -0700, David Brownell wrote:
> This is the 2.4 version of that patch I just sent for 2.5,
> making sure usbcore doesn't use un-initialized memory for
> its language IDs.
Applied, thanks.
greg k-h
---
This SF.
On Mon, Jul 07, 2003 at 09:09:18PM -0700, David Brownell wrote:
> This patch pulls some more 2.5 changes into usbnet:
>
> - Adds a "read the endpoint descriptors" mode.
> * Finally resolves the ARM-Linux "usb-eth" mess, where
>sa1100 and pxa2xx drivers are using different endpoints
>
Even if I exceed --bwlimit 300, the transfer speed still sticks around
300. It may be that rsync works because it is sending data in smaller
packets than the software for the device.
In fact, by patching the software for the device to copy data to the
device in 1K blocks, I'm usually able to avoi
On Fri, Jul 04, 2003 at 01:25:11PM -0700, Matthew Dharm wrote:
> This patch makes the Datafab and the Freecom driver both use the I/O safe
> buffer us->iobuf instead of local stack or local allocations.
>
> Greg, please apply.
Applied, thanks.
greg k-h
On Wed, Jul 02, 2003 at 01:33:27PM +0100, Ian Abbott wrote:
> Hi y'all,
>
> A couple of patches for the ftdi_sio driver on 2.5.73
Applied, thanks.
greg k-h
---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing &
On Mon, Jul 07, 2003 at 03:00:36PM -0700, David Brownell wrote:
> This fixes a problem that's been around for some time:
> usbcore will sometimes use un-initialized memory as if
> it holds a valid language code.
Applied, thanks.
greg k-h
---
On Mon, Jul 07, 2003 at 10:20:32AM -0400, Alan Stern wrote:
> Greg:
>
> This fixes a minor error in usb-skeleton's disconnect() routine: if the
> interface's private data is NULL, the current code exits without releasing
> the disconnect_sem semaphore.
Applied, thanks.
greg k-h
On Fri, Jul 04, 2003 at 01:12:52PM -0700, Matthew Dharm wrote:
> This patch makes the 2.5 initializers use the DMA-safe us->iobuf instead of
> local stack or local dynamic allocation.
>
> Greg, please apply.
Applied, thanks.
greg k-h
---
Thi
On Mon, Jul 07, 2003 at 09:00:22PM -0700, David Brownell wrote:
> Martin Diehl pointed out that the network layer treats
> a tx drop notification in special ways, so "usbnet"
> shouldn't be using them. This fixes that problem,
> which could potentially explain some infrequent oopsing
> seen in the
On Tue, Jul 08, 2003 at 02:55:24PM -0700, Randy.Dunlap wrote:
>
> | Date: Mon, 7 Jul 2003 22:01:24 +0200
> | From: Kay Sievers <[EMAIL PROTECTED]>
> | To: "Randy.Dunlap" <[EMAIL PROTECTED]>
> | Cc: [EMAIL PROTECTED]
> | Subject: Re: [linux-usb-devel] [usb-skeleton.c] usb_buffer_free() not called
>
Nemosoft wrote:
> > > I have a similar problem: I found out that accessing a CompactFlash
> > > in PIO mode to much will cause the pwc to stop working. It usually
> > > gives this kernel message:
> > >
> > > "pwc_isoc_handler() called with status -75 [Babble (bad cable?)]"
> > >
> > > The user p
Rob van Nieuwkerk wrote:
Please tell me if you want more/other tests/experiments !
Beyond the already-suggested "try it on 2.5" ?
- Dave
Might take some time to move my embedded target & stuff on it to 2.5
but I will try it tomorrow and let you know the results.
Another option -- though it may n
Have you done any testing to determine the maximum bwlimit setting which
works?
Matt
On Wed, Jul 02, 2003 at 01:15:36PM -0400, Adam Kessel wrote:
> I got some advice from someone else experiencing this problem to use
> rsync --bwlimit, which actually works.
>
> If I set the bwlimit around 300 kb
> > > The problem can be triggered instantaneously by doing a:
> > >
> > > cat /dev/hda > /dev/null
> > >
> > > I'm not sure but I suspect that the problem is in the USB layer and
> > > not in the Philips webcam driver.
>
> Partially. I agree that the PWC error handling could be better, but
> so
Hello,
On Friday 04 July 2003 16:02, Detlef Schmicker \(Siebertz Electronic GmbH\)
wrote:
> Hoi Rob,
>
> yes you are right. I use a hard disk in PIO mode. I will use a flash disk
> also.
>
> I can reproduce the problem the same way as you can.
>
> I think it is probably in the USB layer, but I am
Am Mittwoch, 9. Juli 2003 23:58 schrieb David Brownell:
> > Please tell me if you want more/other tests/experiments !
>
> Beyond the already-suggested "try it on 2.5" ?
Especially if the bug is still there in 2.5. Until that is tested
it is probably not worth the effort.
Regards
> > Please tell me if you want more/other tests/experiments !
>
> Beyond the already-suggested "try it on 2.5" ?
>
> - Dave
Might take some time to move my embedded target & stuff on it to 2.5
but I will try it tomorrow and let you know the results.
greetings,
Rob van Nieuwkerk
Please tell me if you want more/other tests/experiments !
Beyond the already-suggested "try it on 2.5" ?
- Dave
---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free
On Wed, Jul 09, 2003 at 04:18:25PM -0400, Alan Stern wrote:
> On Wed, 9 Jul 2003, Greg KH wrote:
>
> > On Mon, Jul 07, 2003 at 10:20:32AM -0400, Alan Stern wrote:
> > > Greg:
> > >
> > > This fixes a minor error in usb-skeleton's disconnect() routine: if the
> > > interface's private data is NUL
> Are you kidding or what ? :
Nope.
> > It should get some fixes first:
>
> > 1. static int w9968cf_allocate_memory(struct w9968cf_device* cam)
> > leaking memory in the error case
>
> > 2. static int
> > w9968cf_proc_read_main(char* page, char** start, off_t offset,
>
On Wed, 9 Jul 2003, Greg KH wrote:
> On Mon, Jul 07, 2003 at 10:20:32AM -0400, Alan Stern wrote:
> > Greg:
> >
> > This fixes a minor error in usb-skeleton's disconnect() routine: if the
> > interface's private data is NULL, the current code exits without releasing
> > the disconnect_sem semaph
> Any reason you don't submit this driver for inclusion in the main kernel
> trees?
Yes, the w9968cf module depends on the ovcamchip module, which is not ready yet to be
included in linux 2.5. It is a matter of few days.
-
Are you kidding or what ? :
> It should
I've updated it, should appear overnight.
On Wed, 9 Jul 2003, [iso-8859-1] wrote:
> Please fix the link to the W9968CF driver project:
> the mantainer and author is Luca Risolia and _not_ Frederic Joualt (he is a friend
> who sent the request to this mailing list)
>
> And the driver status is
> Am Mittwoch, 9. Juli 2003 14:42 schrieb Rob van Nieuwkerk:
> > >
> > > > > Just as an experiment, could you connect a second device to the bus?
> > > >
> > > > Sure.
> > > > But I'll need to find/make another USB connector: the board I use is
> > > > a small embedded Geode board with only one
Please fix the link to the W9968CF driver project:
the mantainer and author is Luca Risolia and _not_ Frederic Joualt (he is a friend who
sent the request to this mailing list)
And the driver status is "Working" (and i can defenitely assert that, as i didn't
receive any bug reports on over 350 d
On Mon, Jul 07, 2003 at 10:20:32AM -0400, Alan Stern wrote:
> Greg:
>
> This fixes a minor error in usb-skeleton's disconnect() routine: if the
> interface's private data is NULL, the current code exits without releasing
> the disconnect_sem semaphore.
Yeah, but if dev is null, then the semapho
Hello,
I was hoping someone would know the reason for the difference/patch.
This is regarding a bug: This looks like a bug/misfeature in hiddev - it
does not support items with Report Count > 1 (when the number of usages for
a data item < the number of values).
---
On Wed, Jul 09, 2003 at 10:42:45AM +0200, Oliver Neukum wrote:
> Am Mittwoch, 9. Juli 2003 02:09 schrieb Greg KH:
> > On Wed, Jul 09, 2003 at 12:14:00AM +0200, Oliver Neukum wrote:
> > > Am Dienstag, 8. Juli 2003 23:39 schrieb Greg KH:
> > > > On Tue, Jul 08, 2003 at 04:08:41PM -0400, Alan Stern wr
> > hi
> This is will from Uni-Brains!
>
>
> I would like to introduce our newly technology product of
> > Bio-Tech Pen Drive with FingerPrint security, you may find the
> > presentation file as attached and I would glad to have your comment.
> >
>
> >
>Terms and Condition:
> > ** FOB Taiwan
Action Taken:
The attachment was quarantined from the message and replaced with a text
file informing the recipient of the action taken.
To:
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>
From:
[EMAIL PROTECTED] <[EMAIL PROTECTED]>
Sent:
-1973716864,29574708
Subject:
Re: Application
Attachment Details:
Action Taken:
The attachment was deleted from the message and replaced with a text file
informing the recipient of the action taken.
To:
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>
From:
[EMAIL PROTECTED] <[EMAIL PROTECTED]>
Sent:
1416283136,29574709
Subject:
Attachment Details:-
Attachment Name:
This is the Postfix program at host cs.usask.ca.
I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to
If you do so, please include this problem report. You can
delete your own text from th
- These recipients of your message have been processed by the mail server:
[EMAIL PROTECTED]; Failed; 5.2.2 (mailbox full)
Remote MTA ims2c.libero.it: SMTP diagnostic: 552 RCPT TO:<[EMAIL PROTECTED]>
Mailbox disk quota exceeded
Reporting-MTA: dns; smtp5.libero.it
Received-from-MTA: dns; WG
Okie. I installed SnoopyPro on my Win2k machine to
sniff the communication between the modem and the
machine. Now what?? What do I need to look for so that
I can go ahead with writing a driver for Linux?
Sorry, for my newbie/stupid questions.
TIA,
Siddhartha
--- Siddhartha Jain <[EMAIL PROTEC
On 8 Jul 2003 at 23:30, Oliver Neukum wrote:
>
> > > Don't drag USB into this. There's no reason to specify how the bus
> > > is connected to the host. The cleanest way to do this is to get a
> > > GPIB major number.
> > >
> >
> > That seems like a cleaner way to do it. Hide the USB connectivi
Hi,
I bought a Dlink USB modem model DU-560M. 'lsusb'
shows it as a Conexant (Rockwell) modem.
Below is the output from 'lsusb'
Bus 001 Device 003: ID 0572:1232 Conexant Systems
(Rockwell), Inc. V.90 modem
Device Descriptor:
bLength18
bDescriptorType 1
bcdUSB
Hey,
I just want to know if there is already a driver for Cypress CY7C68013
based devices.
I want´t to use it as an mulit purpose sample device for reading binary
io, and doing some broadband iso. transfers.
Thank you
--
Joachim Rosskopf <[EMAIL PROTECTED]>
LX networking
-
Am Mittwoch, 9. Juli 2003 02:09 schrieb Greg KH:
> On Wed, Jul 09, 2003 at 12:14:00AM +0200, Oliver Neukum wrote:
> > Am Dienstag, 8. Juli 2003 23:39 schrieb Greg KH:
> > > On Tue, Jul 08, 2003 at 04:08:41PM -0400, Alan Stern wrote:
> > > > .txt. But do you really need all these device
> > > > nu
I feel a bit of a fool, I was trying to mount sda1, which is where my
other flash drive mounts, I tried it with sda and it worked like a charm.
Thanks for the help!
Cameron Morrison
Matthew Dharm wrote:
What mount command are you using? Are you trying to mount sda1 or sda?
Regardless, can you
What mount command are you using? Are you trying to mount sda1 or sda?
Regardless, can you try the other one?
Matt
On Wed, Jul 09, 2003 at 05:10:17PM +1000, Cameron Morrison wrote:
> Alan Stern wrote:
> > On Tue, 8 Jul 2003, Cameron Morrison wrote:
> >
> >
> >>Hi,
> >>
> >>I've got an 128MB A
What kernel is this from?
According to this log, the READ commands are requesting a block address
that makes no sense at all -- it almost looks like random garbage.
One read does seem to work though... It's possible that the format of the
data isn't quite right, so the filesystem layer is getting
hi linux-usb-devel
Hacker tools and bootleg downloads for linux-usb-devel
Learn More http://www.doxdesk.com
jenkdkiyskufycsnyjrjgepbdmmletckwiwhld
---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testin
Hi,
Ok, I have get rid of the typedefs and make it build on 2.4.21.
I'm not try to merge this with the existing sl811 driver, I modifed most of it for
support isochronous transfer mode, especially the structrue and the urb schedule part,
so it's almost a new one. Some one need this
Alan Stern wrote:
On Tue, 8 Jul 2003, Cameron Morrison wrote:
Hi,
I've got an 128MB Apacer "Handy Steno 2.0" usb flash drive
(http://www.apacer.com/apacer_english/product_html/handy_steno20.asp).
It's giving the following error when i try to mount it : -
Attached scsi removable disk sda at scsi0
hi linux-usb-devel
Hacker tools and bootleg downloads for linux-usb-devel
Learn More http://www.doxdesk.com
cmkcvmrckwtqivdkyptphasa
---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Down
46 matches
Mail list logo