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