On Tue, Nov 12, 2002 at 09:25:40AM +0530, V Ganesh wrote:
>
> OTOH, wes ([EMAIL PROTECTED]) figured out that the wceusb.inf
> file, which is part of the activesync package, contained the usb ids of all
> activesync-supported devices. the ipaq driver most likely supports
> all of them, since the ac
On Tue, 2002-11-12 at 04:55, V Ganesh wrote:
> I submitted this fix to greg quite a while ago (august 16th to be precise)
> and it was merged into greg's 2.4 and 2.5 trees. I guess the problem is that
> there hasn't been a 2.4.20 yet, so most people haven't seen it.
Ok, good!
> apologies for slac
Hi All
i tried the drivers u have suggested to look on ,but of no help to me.
the driver qce web cam driver installs but when i try to check the
proc/bus/usb/devices it says for my vendor id that driver =none.
i am using "Logitech Quickcam Home " edtion and one more site i found
where in it s
On Mon, 2002-11-11 at 05:56, Brad Hards wrote:
> The complex part for the battery info (which was the original problem), and a
> lot of the other status reporting for cordless devices, is that the device
> (ab)uses the HID reports to signal that some of the status information has
> changed.
S
>
> > > So I'd prefer two buffers for cleaness' sake.
> >
> > Hmm, the read and write buffers are 8Kbytes each ... what was
> > the architecture that shared 16 Kbyte cachelines? :)
>
> Are you sure they are aligned?
> There otherwise would still be a problem at the edges.
>
> > Actually, for th
> On Mon, Nov 11, 2002 at 04:37:33PM +0100, David Eriksson wrote:
> > Hi!
> >
> > Just a small fix for linux/drivers/usb/serial/ipaq.h according to
> > http://www.linux-usb.org/usb.ids:
>
> Does this fix a problem with your device?
>
> thanks,
>
> greg k-h
I submitted this fix to greg quite a
On Fri, Nov 08, 2002 at 02:51:43PM -0800, David Brownell wrote:
> This more or less syncs the 2.4 version with the 2.5 one.
>
> It teaches "usbnet" how to talk to the SL-5000D/SL-5500,
> and the A-300. It's got some cleanups of how it talks
> to other StrongArm PDAs -- which is most of the patch
Thomas Sailer wrote:
>
>
> On Fri, 2002-11-08 at 06:11, Kevin Brosius wrote:
> > I've tried the latest usb changes from the bk tree, and continue to see
> > the attached null pointer problem when trying to install the 'audio'
> > module.
>
> Can you mail me a lsusb descriptor dump and cc
> [EMAI
On Fri, Nov 08, 2002 at 09:30:03AM -0800, David Brownell wrote:
> As well as updating some internal docs so they're current,
> this patch adds the physical path to the data available
> through hotplugging. This feature was requested at the
> LinuxKongress hotplug BOF, and was also
On Mon, Nov 11, 2002 at 01:48:21PM -0800, David Brownell wrote:
> This adds some simple unlink test cases. I've only run these
> against OHCI so far, and so far only in simple configurations
> (only one active device), where it hasn't yet turned up problems.
>
> Please merge to Linus' latest.
Ap
This adds some simple unlink test cases. I've only run these
against OHCI so far, and so far only in simple configurations
(only one active device), where it hasn't yet turned up problems.
Please merge to Linus' latest.
- Dave
--- ./drivers/usb-dist/misc/usbtest.c Mon Nov 11 06:37:45 2002
+++
On Mon, Nov 11, 2002 at 04:37:33PM +0100, David Eriksson wrote:
> Hi!
>
> Just a small fix for linux/drivers/usb/serial/ipaq.h according to
> http://www.linux-usb.org/usb.ids:
Does this fix a problem with your device?
thanks,
greg k-h
---
Th
On Sun, Nov 10, 2002 at 06:05:10PM -0800, Matthew Dharm wrote:
> This patch removes the special-case code for START_STOP. It can be safely
> removed now because the higher SCSI layers won't send this command unless
> the device indicates that it needs it to allow media access.
>
> Greg, please ap
On Sun, Nov 10, 2002 at 05:58:19PM -0800, Matthew Dharm wrote:
> Once upon a time, the SCSI command structure could only hold a maximum of
> 12 bytes. Thus, the ISD-200 driver needed an entirely separate function to
> work with 16-byte commands.
>
> Now that 16-bytes is stored, we can cut the dup
On Sun, Nov 10, 2002 at 05:56:56PM -0800, Matthew Dharm wrote:
> Since we now test for aborts at a higher level, the low-level end of the
> drivers don't need to be constantly testing for aborts. This patch removes
> that excess logic.
>
> Greg, please apply.
Applied, thanks.
greg k-h
--
On Sun, Nov 10, 2002 at 05:59:13PM -0800, Matthew Dharm wrote:
> This patch fixes the case of an ABORT happening during the auto-sense
> processing when using the ISD-200 driver.
>
> Greg, please apply.
Applied, thanks.
greg k-h
---
This sf.n
On Sun, Nov 10, 2002 at 05:59:47PM -0800, Matthew Dharm wrote:
> This patch fixes some spelling errors and makes some comments a bit
> more clear.
>
> Greg, please apply.
Applied, thanks.
greg k-h
---
This sf.net email is sponsored by:ThinkGe
> > So I'd prefer two buffers for cleaness' sake.
>
> Hmm, the read and write buffers are 8Kbytes each ... what was
> the architecture that shared 16 Kbyte cachelines? :)
Are you sure they are aligned?
There otherwise would still be a problem at the edges.
> Actually, for those buffers I'd pref
Oliver Neukum wrote:
Oliver, what kind of DMA issues are you referring to?
IOW is it a problem that the read and write buffers are
allocated together? (that is, if the read buffer were being
used, which I suspect is rare)
On some architectures a read to memory sharing a cache line
with a buffe
> Oliver, what kind of DMA issues are you referring to?
> IOW is it a problem that the read and write buffers are
> allocated together? (that is, if the read buffer were being
> used, which I suspect is rare)
On some architectures a read to memory sharing a cache line
with a buffer that is under
Hi!
Just a small fix for linux/drivers/usb/serial/ipaq.h according to
http://www.linux-usb.org/usb.ids:
--- ipaq.h.old 2002-11-11 16:34:36.0 +0100
+++ ipaq.h 2002-11-11 16:35:40.0 +0100
@@ -19,7 +19,7 @@
#define COMPAQ_VENDOR_ID 0x049f
#define COMPAQ_IPAQ_ID
Hi again,
I changed some return values in the ioctl() and open() method.
The allocated memory for the write_urb is now freed in the close() method.
(Thanks Alan Cox for pointing out these errors)
Discard the urb ststus check in the write function.
Please comment.
Best regards,
Thomas
d
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wed, 6 Nov 2002 17:51, Pete Zaitcev wrote:
> > From: Brad Hards <[EMAIL PROTECTED]>
> > Date: Wed, 6 Nov 2002 16:48:08 +1100
> >
> > > 2. Ask logitech - I have a contact that might work.
> >
> > Logitech says:
> >
> > Yes, the battery status inform
Hi,
As far as I know, the latest version of the isp1161 HCD driver is 0.9.5.
Where can I get it from ? I haven't found it in the "files" section and the
mail archives show no attachments.
My intention is to compile it in a 2.4.18 kernel.
Thanks.
Jordi Colomer.
--
Hi,
As far as I know, the latest version of the isp1161 HCD driver is 0.9.5.
Where can I get it from ? I haven't found it in the "files" section.
My intention is to compile it in a 2.4.18 kernel.
Thanks.
Jordi Colomer.
---
This sf.net emai
Hi, Thanks for replying.
Ahm, when you mentioned hub device controller, do you
mean the hub.c code inside usbcore?
As an usb device/peripheral,my device/project will
only function as a hub that it will only exposed the
devices connected it.
Since it only functions as a hub, it only will pass
usb
26 matches
Mail list logo