Re: [linux-usb-devel] [PATCH] vicam.c

2002-11-18 Thread Greg KH
On Wed, Nov 13, 2002 at 09:44:32AM -0800, Joe Burks wrote: This is the same patch as before, without the checks for CONFIG_PROC_FS. Greg, please apply Oops, sorry, I just realized that I had added this patch to my tree, but not the one I sent to Linus, so it didn't end up in 2.5.48. Very

[linux-usb-devel] [PATCH] vicam.c

2002-11-12 Thread Joe Burks
Greg, please apply Included in this patch: - (From John Tyner) Move allocation of memory out of send_control_msg. With the allocation moved to open, control messages are less expensive since they don't allocate and free memory every time. - (From John Tyner) Change the behaviour of

Re: [linux-usb-devel] [patch] vicam.c: smarter memory usage for send_control_msg

2002-11-12 Thread Greg KH
On Sun, Nov 10, 2002 at 02:23:55PM -0800, Joe Burks wrote: Could someone fill my clueless self in on how to get the latest version of vicam.c (the ones newer than what's in the latest kernel 2.5.xx)? Either use bitkeeper to get a copy of Linus's or my trees, or use the -bk patches on

[linux-usb-devel] [patch] vicam.c: smarter memory usage for send_control_msg

2002-11-08 Thread John Tyner
Hi, Included in this patch: - Move allocation of memory out of send_control_msg. With the allocation moved to open, control messages are less expensive since they don't allocate and free memory every time. - Change the behaviour of send_control_msg to return 0