[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.6-pre3

2002-03-07 Thread Greg KH
On Thu, Mar 07, 2002 at 04:55:59PM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-03-07 16:48:22-08:00, [EMAIL PROTECTED] > USB Pegasus driver patch > > the patch is against 2.5.6-pre3 and contains: > - ethtool support; > - using mii.h for the MII registers and consta

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.6-pre3

2002-03-07 Thread Greg KH
On Thu, Mar 07, 2002 at 04:55:59PM -0800, Greg KH wrote: > -- > [EMAIL PROTECTED], 2002-03-07 16:44:07-08:00, [EMAIL PROTECTED] > changed drivers/usb/Config.in to not display any USB items if CONFIG_USB is not > set. > > drivers/usb/Config.in | 160 +-

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.6-pre3

2002-03-07 Thread Greg KH
On Thu, Mar 07, 2002 at 04:55:59PM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-03-07 16:44:59-08:00, [EMAIL PROTECTED] > USB >- changed printer.c to use dynamic urbs, as that is now necessary. > > drivers/usb/printer.c | 90 ++ > 1 file

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.6-pre3

2002-03-07 Thread Greg KH
On Thu, Mar 07, 2002 at 04:55:59PM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-03-07 16:45:54-08:00, [EMAIL PROTECTED] > USB ir-usb.c driver > - removed dependancy on net/irda header files from the driver. > > drivers/usb/serial/ir-usb.c | 39 +++

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.6-pre3

2002-03-07 Thread Greg KH
On Thu, Mar 07, 2002 at 04:55:59PM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-03-07 16:46:43-08:00, [EMAIL PROTECTED] > USB > hcd-0305, periodic and pci fixup > > - removes the pci dependency you mentioned in the > rh_string code (friendlier to non-PCI HCs) >

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.6-pre3

2002-03-07 Thread Greg KH
On Thu, Mar 07, 2002 at 04:55:59PM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-03-07 16:47:41-08:00, [EMAIL PROTECTED] > USB > ehci-0306, iso, philips, speedups > > - adds preliminary highspeed ISO support > - tweaks the driver to support the Philips EHCI > - d

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.6-pre3

2002-03-07 Thread Greg KH
I'd like to publicly thank Hugh Blemings for all of the work he has done on the USB Keyspan drivers. Hopefully one day he can return from the dark side to program again :) thanks, greg k-h On Thu, Mar 07, 2002 at 04:55:59PM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-03-07 16:43:17-08:00,

[linux-usb-devel] [BK PATCH] USB changes for 2.5.6-pre3

2002-03-07 Thread Greg KH
Pull from: bk://linuxusb.bkbits.net/linus-2.5 MAINTAINERS |6 drivers/usb/Config.in| 160 drivers/usb/hcd.c| 80 +++- drivers/usb/hcd.h|2 drivers/usb/hcd/ehci-hcd.c | 59 +- drivers/usb/hcd/ehci-hub.c | 30 - dri

[linux-usb-devel] (no subject)

2002-03-07 Thread Stuart DJ Lynne
> list.linux-usb-devel #6211 (0 + 0 more) >[1] > [1] [linux-usb-devel] USB driver might not generate a zero length packet >(2) > Date: Tue Mar 05 16:56:34 PST

Re: [linux-usb-devel] resynchonization after bus reset without cable disconnect?

2002-03-07 Thread Greg KH
On Thu, Mar 07, 2002 at 09:48:33AM +0100, Wessler, Siegfried wrote: > Hello, > > After a bus reset by the device (self powered Linux driven device) I do not > get a probe neither a "good link". Is this like what a Anchor/Cypress chip does after the firmware update is downloaded into it? If so,

[linux-usb-devel] USB audio / Creative Extigy

2002-03-07 Thread Jurgen Botz
The Extigy sort of works... /dev/dsp works fine, mixer works partly, MIDI doesn't seem to be recognized. The mixer stuff is a bit weird, it comes up with 5 mixer devices, the first has only 'vol' and 'pcm'... pcm works, master vol doesn't seem to do anything. Then there are 4 more mixer devices

Re: [linux-usb-devel] Re: PATCH (2/2) ehci-0306, iso, philips, speedups

2002-03-07 Thread David Brownell
> As a side note, I got a USB 2.0 drive enclosure and it works great with > the usb-storage and ehci-hcd drivers on both 2.5 and 2.4 right now. > Thanks for the great work (you too Matt!) Yes, I was quite pleased not to have to touch usb-storage to get it to work! Now, performance is another iss

[linux-usb-devel] Re: PATCH (1/2) hcd-0305, periodic and pci fixup

2002-03-07 Thread Greg KH
On Wed, Mar 06, 2002 at 12:23:27PM -0800, David Brownell wrote: > This patch is against the 2.5.6-pre2 framework. It: Applied thanks, greg k-h ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/list

[linux-usb-devel] Re: PATCH (2/2) ehci-0306, iso, philips, speedups

2002-03-07 Thread Greg KH
On Wed, Mar 06, 2002 at 12:38:46PM -0800, David Brownell wrote: > This patch is against 2.5.6-pre2, and it applied. As a side note, I got a USB 2.0 drive enclosure and it works great with the usb-storage and ehci-hcd drivers on both 2.5 and 2.4 right now. Thanks for the great work (you too Matt!

[linux-usb-devel] [PATCH] ir-usb.c fix for 2.5.6-pre3

2002-03-07 Thread Greg KH
As the irda header files seem to be messed up in 2.5.6-pre3 I've decided to remove the dependency on them from the ir-usb.c driver. So here's a patch against 2.5.6-pre3 that enables the ir-usb.c code to build and work properly. thanks, greg k-h diff -Nru a/drivers/usb/serial/ir-usb.c b/driver

Re: [linux-usb-devel] resynchonization after bus reset without cabledisconnect?

2002-03-07 Thread David Brownell
> After a bus reset by the device (self powered Linux driven device) I do not > get a probe neither a "good link". I suspect you mean "device reset" ... how could any device reset the whole bus? I thought that could only be done by the host. As for not re-enumerating after internal device reset

[linux-usb-devel] resynchonization after bus reset without cable disconnect?

2002-03-07 Thread Wessler, Siegfried
Hello, After a bus reset by the device (self powered Linux driven device) I do not get a probe neither a "good link". When I connect this device to a Win98 system, I get a complete exchange of descriptors and so on after the device creates a bus reset without disconnecting the cable. Would be g