OK, based on the descriptors you sent it seems that the issue is
that your C860 is telling different lies about its standards
conformance than the other Zaurii ... so the code to properly
handle the "I support CDC Ethernet" lie (which changed in 2.6.11
to fix a bug) won't handle the "I support CDC
This is the Postfix program at host gear.torque.net.
# THIS IS A WARNING ONLY. YOU DO NOT NEED TO RESEND YOUR MESSAGE. #
Your message could not be delivered f
Greg:
This patch causes the hub driver to ignore ports that are being reset by
another driver. Without this protection khubd will sometimes notice that
the port is behaving funny while the reset is taking place and will
unilaterally disconnect it, which is not what we want.
Alan Stern
Signed-
Greg:
This patch adds iConfiguration and iInterface strings to the
g_file_storage driver (just to spiff it up and help in testing software
that looks at those strings). It also enlarges the space reserved for the
Manufacturer string, since combinations of long kernel names and long UDC
driver nam
Hi,
Here is a I2C update for 2.6.11. It includes a number of fixes, and
some new i2c drivers. All of these patches have been in the past few
-mm releases.
Please pull from:
bk://kernel.bkbits.net/gregkh/linux/i2c-2.6
Patches will be posted to linux-kernel and sensors as a follow-up thr
On Friday 04 March 2005 5:32 am, Ian Campbell wrote:
>
> There seem to be a few strange things about the sl811 driver that I
> don't understand, and the changelog says compile tested only so I'll
> bring them up here, and CC you David, since your name is in the
> signed-off-by.
Yes, and you might
Hi,
I have finally put up the possibly last version of the
isp116x driver for 2.6.10: http://www.artecdesign.ee/~ok/isp116x/
A week ago I discussed off-list with David of how to proceed
with the driver. First I will try to improve the
suspend/resume support, which exists currently only for
ports
Le Jeudi 3 Mars 2005 16:29, Adrian Bunk a écrit :
> On Tue, Mar 01, 2005 at 06:46:03PM +0100, Luca Risolia wrote:
> > Scrive Adrian Bunk <[EMAIL PROTECTED]>:
> > > I noticed the following regarding the drivers/usb/media/ov511.c driver:
> >
> >
On Fri, 4 Mar 2005, zhougoal wrote:
> Hello,everybody!
>
> I am a linux-usb user,and now I am reading the linux-usb code
> .Just now I got a question.Anyone Can help me ?
>
> I found the usb_probe_interface is the first entry to probe my
> device,is it correct?
That's right.
> And
On Thursday 03 March 2005 6:25 am, Steve Hosgood wrote:
> On Wed, 2005-03-02 at 18:28, David Brownell wrote:
> > OK, then this looks weird. Can you see if this patch helps
> > at all? It shouldn't matter, but this test is more direct
> > and so it should catch cases where the hardware isn't quite
On Wed, 2 Mar 2005, David Brownell wrote:
> On Tuesday 01 March 2005 4:22 pm, Gerd v. Egidy wrote:
>
> > Status code -121; transferred 64525/65536
> > Status code -104; transferred 0/13
> > Status code -71; transferred 3584/65536
> > ...
> > with only one disconnect in the log. What do the differ
On Wed, Mar 02, Alan Stern wrote:
> This is a known bug in the way the SCSI midlayer interacts with the driver
> model core. It's not related to usb-storage or the patch you've been
> trying out. You can unblock the rmmod process by unplugging the device.
you are right, happens also with the v
* Oliver Neukum <[EMAIL PROTECTED]>:
> Am Donnerstag, 3. März 2005 14:38 schrieb Adrian Bunk:
>> USB_HPUSBSCSI was marked as BROKEN in 2.6.11 since libsane is the
>> preferred way to access these devices.
>
> That is true only if you limit yourself to users of SANE.
> Other, rarer scan systems lik
On Thursday 03 March 2005 12:26 am, Holger Klawitter wrote:
> Hi David,
>
>
> > If the problem is just that the driver isn't loaded, but works if it's
> > modprobed by hand (or statically linked), then it's a hotplug problem.
> > Likely the same one that prevents _real_ CDC Ethernet devices from
On Tue, Mar 01, 2005 at 06:46:03PM +0100, Luca Risolia wrote:
> Scrive Adrian Bunk <[EMAIL PROTECTED]>:
>
> > I noticed the following regarding the drivers/usb/media/ov511.c driver:
> ^^^
> > - it's not updated compared to upstream:
Dear all,
I am implementing a video capture driver for one of our camcorders
through its USB interface. I have to capture data through isochronous
endpoints (Maxpkt size = 500) in Linux kernel 2.4.20-8. I am allocating
URB with usb_alloc_urb(num_of_pkts), where num_of_pkts = 80,
initializi
From last nights run, it appears that only 63 of the 64bytes in the
garmin gps data packet is transmitted. The checksum, insures that the
packet arrived as transmitted. So I suppose, with some high confidence,
that the Garmin Gps/USB really sent 63bytes, rather that 64 bytes with a
1 in 64k cha
> > On Mon, 2005-02-28 at 11:49 -0600, [EMAIL PROTECTED] wrote:
> >
> > > I don't have access to a machine running Windows.
> > > But, I took the device to the office today and tried it on a machine
> > > running FC2 also. It worked flawlessly. Here at home I'm connecting to
> > > RoadRunner (high
Hi,
The patch below adds MODNAME environment variable to usb hotplug
callout, allowing for its straightforward use with modprobe.
The patch expects a matching change in scripts/mod/file2alias.c I sent
to linux-hotplug-devel list a few days ago (i.e. puts
bcdDevice in MODNAME as d, rather th
Hi Dave,
> Smells to me like a non-EHCI bug; especially in that case.
where do you think the bug is - if not in ehci?
> But if you want to try a lower level patch, [1] might be
> of interest. The issue it's trying to address could kick
> in through usb-storage on systems with gobs of idle memor
On Thursday 03 March 2005 12:03 am, Jan Zwiegers wrote:
> David Brownell wrote:
> >On Wednesday 02 March 2005 4:53 am, Jan Zwiegers wrote:
>
> >>Can anybody maybe tell me where this pointer moved to, or was it
> >>removed.
> >
> >That "automagic resubmit" mechanism has been gone for some time now
On Thu, 3 Mar 2005, Sven Lösekann wrote:
> Hello,
>
> I want to report a problem with the ehci_hcd module. The Chipset is SiS
> 741 and SiS 963L Southbridge. My kernel is a vanilla 2.6.11 but it is
> the same with 2.6.10. The module seems to initialize ok but locks up if
> a USB 2.0 stick is c
Dear all,
I am working with a USB 2.0 camcorder having isochronous endpoints. I am
trying to capture data with isoc endpoints. As i am a newbie to this feild
please suggest me the method used for isochronous data read in
Linux-2.4.20-8. Any URL's with regard to this will also be of immense h
Hi Olav,
I don't know if you've done any of this already, but I rather
mechanically created the two attached patches by blindly following the
patches made to the sl811h driver... Not really a recipe for success I
admit :-) Fortunately it does seem to work, after some tweaking. I'm not
sure I see a
Hi Samuel,
> When issuing a command which I knew produced the errors, I got the surprise
> to see that no usb reset happened when the transfers were made through the
> hub. I tested it several times, enough so that in the previous
> configuration it would have made at least an error, and nothing.
Электронные рассылки - это,
прежде всего донесение рекламы до высокодоходной,
активной, инновационной части целевой аудитории.
Заинтересовало?
+7 905_203_90_72
+7 905_144_53_18
http://8811.ws
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the
On Friday 04 March 2005 01:27, you wrote:
> On Thursday 03 March 2005 1:42 pm, Gerd v. Egidy wrote:
> > Hi Dave,
> >
> > > Smells to me like a non-EHCI bug; especially in that case.
> >
> > where do you think the bug is - if not in ehci?
>
> Unclear. Did you say you'd tried this with a non-VIA con
On Thursday 03 March 2005 1:42 pm, Gerd v. Egidy wrote:
> Hi Dave,
>
> > Smells to me like a non-EHCI bug; especially in that case.
>
> where do you think the bug is - if not in ehci?
Unclear. Did you say you'd tried this with a non-VIA controller?
The VIA EHCI 0.95 has always been problematic.
Thank you. Compulabs has just sent me a patched version of ohci_hcd.c to
replace the one in the kernel. This did the trick. Before I had this file,
I also tried a 2.4.26 kernel. It also works properly.
Bryan
-Original Message-
From: David Brownell [mailto:[EMAIL PROTECTED]
Sent: Frida
Hi,
I found minor bugs in mct_u232.c; patch is attached. As I don't have
such a device, someone should have a look at it.
Regards, Hansjoerg
diff -urp linux-2.6.11.orig/drivers/usb/serial/mct_u232.c
linux-2.6.11/drivers/usb/serial/mct_u232.c
--- linux-2.6.11.orig/drivers/usb/serial/mct_u232.c
Scrive Adrian Bunk <[EMAIL PROTECTED]>:
> On Tue, Mar 01, 2005 at 06:46:03PM +0100, Luca Risolia wrote:
> > Scrive Adrian Bunk <[EMAIL PROTECTED]>:
> >
> > > I noticed the following regarding the drivers/usb/media/ov511.c driver:
> > ^^
31 matches
Mail list logo