Re: [linux-usb-devel] Re: convert kaweth to usb_buffer_alloc

2003-06-19 Thread Oliver Neukum
Am Mittwoch, 18. Juni 2003 19:30 schrieb Greg KH: On Wed, Jun 18, 2003 at 10:26:18AM +0200, Oliver Neukum wrote: PS: If that doesn't work, I'll sacrifice a few floppies to the gods. It worked, thanks. But now I get a compiler warning you might want to fix up: CC [M]

Re: [linux-usb-devel] Re: convert kaweth to usb_buffer_alloc

2003-06-19 Thread Greg KH
On Thu, Jun 19, 2003 at 08:14:23AM +0200, Oliver Neukum wrote: Am Mittwoch, 18. Juni 2003 19:30 schrieb Greg KH: On Wed, Jun 18, 2003 at 10:26:18AM +0200, Oliver Neukum wrote: PS: If that doesn't work, I'll sacrifice a few floppies to the gods. It worked, thanks. But now I get a

Re: [linux-usb-devel] Re: convert kaweth to usb_buffer_alloc

2003-06-18 Thread Oliver Neukum
Am Montag, 16. Juni 2003 21:02 schrieb Greg KH: On Sat, Jun 14, 2003 at 12:21:14PM +0200, Oliver Neukum wrote: Am Samstag, 14. Juni 2003 01:34 schrieb Greg KH: On Thu, Jun 12, 2003 at 09:27:38AM +0200, Oliver Neukum wrote: Hi Greg, this changes kaweth to use usb_buffer_alloc in

Re: [linux-usb-devel] Re: convert kaweth to usb_buffer_alloc

2003-06-18 Thread Greg KH
On Wed, Jun 18, 2003 at 10:26:18AM +0200, Oliver Neukum wrote: PS: If that doesn't work, I'll sacrifice a few floppies to the gods. It worked, thanks. But now I get a compiler warning you might want to fix up: CC [M] drivers/usb/net/kaweth.o drivers/usb/net/kaweth.c: In function

Re: [linux-usb-devel] Re: convert kaweth to usb_buffer_alloc

2003-06-16 Thread Greg KH
On Sat, Jun 14, 2003 at 12:21:14PM +0200, Oliver Neukum wrote: Am Samstag, 14. Juni 2003 01:34 schrieb Greg KH: On Thu, Jun 12, 2003 at 09:27:38AM +0200, Oliver Neukum wrote: Hi Greg, this changes kaweth to use usb_buffer_alloc in the control and recieve paths, in which it is using

Re: [linux-usb-devel] Re: convert kaweth to usb_buffer_alloc

2003-06-16 Thread Oliver Neukum
Am Montag, 16. Juni 2003 21:02 schrieb Greg KH: On Sat, Jun 14, 2003 at 12:21:14PM +0200, Oliver Neukum wrote: Am Samstag, 14. Juni 2003 01:34 schrieb Greg KH: On Thu, Jun 12, 2003 at 09:27:38AM +0200, Oliver Neukum wrote: Hi Greg, this changes kaweth to use usb_buffer_alloc in

Re: [linux-usb-devel] Re: convert kaweth to usb_buffer_alloc

2003-06-16 Thread Greg KH
On Mon, Jun 16, 2003 at 09:44:14PM +0200, Oliver Neukum wrote: OK, can you tell me exactly which tree I should clone and diff against. This is getting annoying and I want to exclude error sources. I've dropped the usb-2.5-bk tree, and you can just reparent back to

Re: [linux-usb-devel] Re: convert kaweth to usb_buffer_alloc

2003-06-14 Thread Oliver Neukum
Am Samstag, 14. Juni 2003 01:34 schrieb Greg KH: On Thu, Jun 12, 2003 at 09:27:38AM +0200, Oliver Neukum wrote: Hi Greg, this changes kaweth to use usb_buffer_alloc in the control and recieve paths, in which it is using fixed buffers which are not safe on some architectures. As a plus,

[linux-usb-devel] Re: convert kaweth to usb_buffer_alloc

2003-06-13 Thread Greg KH
On Thu, Jun 12, 2003 at 09:27:38AM +0200, Oliver Neukum wrote: Hi Greg, this changes kaweth to use usb_buffer_alloc in the control and recieve paths, in which it is using fixed buffers which are not safe on some architectures. As a plus, it should get a little faster on some architectures.