On Sun, 30 Mar 2003, Rahul Saxena wrote:
hello,
i am trying to compile the ligitech quickcam driver for 2.4.20, it does not work beacuse some structures inside (kernel source) linux/usb.h have been changed.
however when i changed all references to these old structures i am getting a undefined error for the structure. and i am including ( /usr/src/linux/include/linux/usb.h )
if the structure has changed, it means certain data variables may not be available, hence you are getting undefined errors, as the Makefile tries to access old structure variables. Stage one to get somewhere includes stating the driver version, are you using the latest release from, http://qce-ga.sourceforge.net/ ? May be you can post compile errors. Have you gone through the faq http://qce-ga.sourceforge.net/faq.html ?
HTH, Rajesh