[linux-usb-devel] Re: [PATCH] sparc64 usb devrequest change

2002-01-08 Thread David S. Miller
From: Greg KH <[EMAIL PROTECTED]> Date: Sun, 6 Jan 2002 13:05:59 -0800 diff -Nru a/arch/sparc64/kernel/ioctl32.c b/arch/sparc64/kernel/ioctl32.c --- a/arch/sparc64/kernel/ioctl32.c Sun Jan 6 12:18:36 2002 +++ b/arch/sparc64/kernel/ioctl32.c Sun Jan 6 12:18:36 2002 Thank you.

Re: [linux-usb-devel] PATCH: ehci root hub handoff

2002-01-08 Thread David Brownell
> Someone broke the hub.c fix to not report such handoffs > > as errors; that should be a one-line revert. (Workaround is > > to ignore the bogus messages about bad cables.) > > I don't understand. Is hub.c broken? What kind of message will be spit > out when the handoff happens? Says it disa

[linux-usb-devel] RE: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Leif Sawyer
Going to take this thread private for a while to keep traffic noise down, unless there's objections. I'll summarise as needed. Leif ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-us

Re: [linux-usb-devel] PATCH: ehci root hub handoff

2002-01-08 Thread Greg KH
On Tue, Jan 08, 2002 at 11:29:43AM -0800, David Brownell wrote: > This patch fixes a bug where the EHCI root hub code > goofed the handoff of devices to the companion > USB 1.1 controller. It ensures that full and low speed > devices can be safely hooked up to an EHCI controller. Added to the 2.

[linux-usb-devel] Re: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Rene Engelhard
Leif Sawyer wrote: > > It does _not_ work, not with your patch in orginal and nor with the > > 0x0074 instead. > > > > Rene > > So we will need two device entries. 0074, which does not need the > FIX_INQUIRY, and 0260 which DOES. > > +UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074, > +

[linux-usb-devel] Re: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Peter Wächtler
Leif Sawyer schrieb: > > Rene Engelhard responsd to: > > Leif Sawyer who wrote: > > > I've verified that this patch works for my device. What's needed > > > is to see if this dev entry could be consolidated with the version > > > that Rene uses. > > > > > > Rene -- would you be willing to give th

[linux-usb-devel] RE: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Leif Sawyer
Rene Engelhard responsd to: > Leif Sawyer who wrote: > > I've verified that this patch works for my device. What's needed > > is to see if this dev entry could be consolidated with the version > > that Rene uses. > > > > Rene -- would you be willing to give this a go? The only thing > > that wou

Re: [linux-usb-devel] Re: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Matthew Dharm
Leif -- I'm not going to patch anything until either: (a) You determine what's wrong with Rene's setup and fix it, or (b) You determine that your issue is orthogonal to his Matt On Tue, Jan 08, 2002 at 09:21:37PM +0100, Rene Engelhard wrote: > Leif Sawyer wrote: > > I've verified that this patc

[linux-usb-devel] Re: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Rene Engelhard
Leif Sawyer wrote: > I've verified that this patch works for my device. What's needed > is to see if this dev entry could be consolidated with the version > that Rene uses. > > Rene -- would you be willing to give this a go? The only thing > that would need to be changed is the Minimum Rev, so t

[linux-usb-devel] RE: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Leif Sawyer
Peter Wächtler [[EMAIL PROTECTED]] writes > in response to Leif Sawyer who wrote: > > > > The following patch adds support for my ScanLogic-based > > adapter, OEM'd by H45 technology corp (www.h45.com) > > > > Does this device uses exactly the same USB2ATA chip: > ScanLogic SL11R-IDE? > I reme

Re: [linux-usb-devel] [PATCH 1 of 7] USB auserwald driver added

2002-01-08 Thread Alan Cox
> The char interface is not ISDN-related. It has no connection to ISDN4LINUX. > It is used for configuration, managment of telephone calls, system-wide > d-channel trace, SMS service and so on... Got you... > The (future) connection to ISDN4LINUX will be made through the hisax_if.h > dynamic dr

Re: [linux-usb-devel] [PATCH 1 of 7] USB auserwald driver added

2002-01-08 Thread Wolfgang Mües
On Tuesday, 8. January 2002 15:16, Alan Cox wrote: > > For those paying attention, this driver uses a new USB minor number, and > > some new ioctls. Here's a patch that Wolfgang sent me that documents > > these changes. I'll be sending it on to the proper people, but wanted > > to post it here

[linux-usb-devel] PATCH: ehci root hub handoff

2002-01-08 Thread David Brownell
This patch fixes a bug where the EHCI root hub code goofed the handoff of devices to the companion USB 1.1 controller. It ensures that full and low speed devices can be safely hooked up to an EHCI controller. Someone broke the hub.c fix to not report such handoffs as errors; that should be a one

[linux-usb-devel] [PATCH 4 of 6] USB skeleton driver documentation update

2002-01-08 Thread Greg KH
Hi, Here's a patch against 2.4.18-pre2 that updates the USB documentation about the usb-skeleton locking logic. The patch was done by Chris Rankin. thanks, greg k-h diff -Nru a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c --- a/drivers/usb/usb-skeleton.cTue Jan 8 09:48:29

[linux-usb-devel] [PATCH 6 of 6] USB build file updates

2002-01-08 Thread Greg KH
Hi, Here's a patch against 2.4.18-pre2 that updates the USB configuration to show that SCSI support is needed by the usb-storage driver, and it cleans up the USB makefile and adds the ov511 driver to the list of modules that exports symbols. thanks, greg k-h diff -Nru a/drivers/usb/Config.in

[linux-usb-devel] [PATCH 5 of 6] USB usbnet driver bugfix

2002-01-08 Thread Greg KH
Hi, Here's a patch against 2.4.18-pre2 that fixes the USB usbnet driver to use the correct size variable for storing the CPU flags info. thanks, greg k-h diff -Nru a/drivers/usb/usbnet.c b/drivers/usb/usbnet.c --- a/drivers/usb/usbnet.c Tue Jan 8 09:48:29 2002 +++ b/drivers/usb/usbnet.c

[linux-usb-devel] [PATCH 3 of 6] USB storage driver update

2002-01-08 Thread Greg KH
Hi, Here's a patch against 2.4.18-pre2 that updates the USB storage driver to the latest version. The patch was done by Matt Dharm. thanks, greg k-h diff -Nru a/drivers/usb/storage/datafab.c b/drivers/usb/storage/datafab.c --- a/drivers/usb/storage/datafab.c Tue Jan 8 09:48:28 2002 +++

[linux-usb-devel] [PATCH 2 of 6] USB pwc driver update

2002-01-08 Thread Greg KH
Hi, Here's a patch against 2.4.18-pre2 that updates the USB video pwc driver to the latest version. The patch was done by Nemosoft. thanks, greg k-h diff -Nru a/drivers/usb/pwc-ctrl.c b/drivers/usb/pwc-ctrl.c --- a/drivers/usb/pwc-ctrl.cTue Jan 8 09:48:28 2002 +++ b/drivers/usb/pwc-ctrl

[linux-usb-devel] Re: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Peter Wächtler
Leif Sawyer schrieb: > > Based on work by Rene Engelhard, and reports from others > on the LKML list, it looks like a fix is near final. > > The following patch adds support for my ScanLogic-based > adapter, OEM'd by H45 technology corp (www.h45.com) > > There are other folk who have written ab

Re: [linux-usb-devel] Generic EZ-USB support

2002-01-08 Thread Greg KH
On Tue, Jan 08, 2002 at 07:28:54PM +0200, Yoav Etsion wrote: > Hi all, > > I am writing a driver for the keyspan digital media remote. This device is > based on the EZ-USB chip (2132SC). I just finished writing a firmware for > that device, and need to download it from the driver (until now I use

Re: [linux-usb-devel] Generic EZ-USB support

2002-01-08 Thread David Brownell
> need to download it from the driver Why? > Is someone out there working on generic support for those chips, or will > every driver for a device containing the EZ-USB will also reinvent the > wheel? Have a look at "fxload". It's used with hotplug for firmware downloading, as summarized towar

[linux-usb-devel] Re: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Rene Engelhard
Leif Sawyer wrote: > There are other folk who have written about this device, > and as it seems to have the same issue as the device that > Rene wrote his patch for. I hope, I hope... > I've verified that this patch works for my device. What's needed > is to see if this dev entry could be consol

[linux-usb-devel] [PATCH 5 of 5] USB pci.ids update

2002-01-08 Thread Greg KH
Hi, Here's a patch against 2.5.2-pre10 that adds USB 2.0 controller information to the pci.ids file. The patch was written by David Brownell. thanks, greg k-h diff -Nru a/drivers/pci/pci.ids b/drivers/pci/pci.ids --- a/drivers/pci/pci.ids Tue Jan 8 09:29:37 2002 +++ b/drivers/pci/pci.

[linux-usb-devel] [PATCH 2 of 5] USB ehci driver update

2002-01-08 Thread Greg KH
Hi, Here's a patch against 2.5.2-pre10 that provides the following changes to the ehci driver: - Bulk/control queueing works now - Resolves two FIXMEs about unlinking with queued bulk or control urbs - Removes old code to support a non-production stepping of the

[linux-usb-devel] [PATCH 4 of 5] USB auerswald driver fixes

2002-01-08 Thread Greg KH
Hi, Here's a patch against 2.5.2-pre10 that enables the USB auerswald driver to build properly due to the usb_ctrlrequest field changes. thanks, greg k-h diff -Nru a/drivers/usb/auerswald.c b/drivers/usb/auerswald.c --- a/drivers/usb/auerswald.c Tue Jan 8 09:29:37 2002 +++ b/drivers/usb/a

[linux-usb-devel] [PATCH 3 of 5] USB hcd makefile fix

2002-01-08 Thread Greg KH
Hi, Here's a patch against 2.5.2-pre10 fixes the hcd makefile so that the EHCI (USB 2.0) host controller driver will actually build properly. thanks, greg k-h diff -Nru a/drivers/usb/hcd/Makefile b/drivers/usb/hcd/Makefile --- a/drivers/usb/hcd/Makefile Tue Jan 8 09:29:37 2002 +++ b/driver

[linux-usb-devel] [PATCH 1 of 5] USB documentation update

2002-01-08 Thread Greg KH
Hi, Here's a patch against 2.5.2-pre10 that adds the usb host controller api section to the kernel-api documentation. The patch was written by David Brownell. thanks, greg k-h diff -Nru a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile --- a/Documentation/DocBook/Makefile

[linux-usb-devel] RE: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Leif Sawyer
Based on work by Rene Engelhard, and reports from others on the LKML list, it looks like a fix is near final. The following patch adds support for my ScanLogic-based adapter, OEM'd by H45 technology corp (www.h45.com) There are other folk who have written about this device, and as it seems to ha

[linux-usb-devel] Generic EZ-USB support

2002-01-08 Thread Yoav Etsion
Hi all, I am writing a driver for the keyspan digital media remote. This device is based on the EZ-USB chip (2132SC). I just finished writing a firmware for that device, and need to download it from the driver (until now I used the ezusb driver which does so from command line). There is some cod

Re: [linux-usb-devel] [PATCH 1 of 7] USB auserwald driver added

2002-01-08 Thread Alan Cox
> > Here's a patch against 2.5.2-pre9 that adds a USB driver for all of the > > auerswald ISDN devices. The patch was written by Wolfgang Mües. > > For those paying attention, this driver uses a new USB minor number, and > some new ioctls. Here's a patch that Wolfgang sent me that documents > t

Re: [linux-usb-devel] usb-ohci alignement patch

2002-01-08 Thread Roman Weissgaerber
Benjamin Herrenschmidt wrote: >Hi ! > >We used to have the following patch in the PPC tree for ages, could >someone confirm if it makes sense or not, and if yes, can the maintainer >send it to Marcelo ? > It does not make sense for struct ed (it just makes sense for td). - Roman > >Regards, >Be

[linux-usb-devel] usb-ohci alignement patch

2002-01-08 Thread Benjamin Herrenschmidt
Hi ! We used to have the following patch in the PPC tree for ages, could someone confirm if it makes sense or not, and if yes, can the maintainer send it to Marcelo ? Regards, Ben. diff -uNr --exclude-from=diff_exclude linux-2.4.18-pre2/drivers/usb/usb- ohci.h linux-2.4.18-pre2.ppc/drivers/usb

[linux-usb-devel] usb-ohci pmac patch

2002-01-08 Thread Benjamin Herrenschmidt
The following patch updates the pmac-specific Power Management code of the usb-ohci driver. I've already sent it to Marcelo, I'm copying it here for completeness and for the maintainer not to be surprised of seeing that popping up in 2.4.18-preX ;) Regards, Ben. diff -uNr --exclude-from=diff_ex

[linux-usb-devel] ** LOW COST SOFTWARE DEVELOPMENT **

2002-01-08 Thread BrainCoders.com
Dear Internet User, The eBusiness is changing the software applications and services landcape in a way that has not been seen earlier. Companies worldwide are waking up to the fact that the difference between just having an Online Presence and using the web as a strategic medium can mean al

Re: [linux-usb-devel] Help writing a driver for usb digital camera

2002-01-08 Thread Steven Toth
>Hi Steve. Hi list, Hi :-) >I guess this is a timing issue and the driver is expecting to find the >camera faster than it does and just gives up after a while. Probably. >Otherwise I'm not sure what else I can do. Ideas welcome! These are the same kinds of problems I was having using wind