Re: [zd1211-devs] error when building on Centos : usb_unlock_device usb_lock_device_for_reset functions

2006-05-10 Thread Tom Pike
> Does someone know in what kernel the usb_lock_device_for_reset function was 
> introduced?

2.6.10

http://kerneltrap.org/files/ChangeLog-2.6.10

"[PATCH] USB: Add locking support for USB device resets

This patch reintroduces the usb_lock_device_for_reset() routine, which
is specially tailored to meet the needs of drivers that have to reset a
device either during probe() or during normal operations..."

Best regards
-- 
Tom Pike


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] error when building on Centos : usb_unlock_device usb_lock_device_for_reset functions

2006-05-06 Thread Mayne

On Tue, 25 Apr 2006, Media Site wrote:

*** Warning: "usb_lock_device_for_reset" 
[/root/Desktop/zd1211-driver-r74/zd1211.ko] undefined!


Does someone know in what kernel the usb_lock_device_for_reset function 
was introduced? I'll add ifdefs then.


Regards


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


[zd1211-devs] error when building on Centos : usb_unlock_device usb_lock_device_for_reset functions

2006-04-25 Thread Media Site

Hi,

I'm running on Centos (redhat ES clone) with kernel  2.6.9-34.106.

When I do a make with the R74 version I get error messages about
missing 2 USB calls/symbols.

With make:

*** Warning: "usb_lock_device_for_reset"  
[/root/Desktop/zd1211-driver-r74/zd1211.ko] undefined!
*** Warning: "usb_unlock_device"  
[/root/Desktop/zd1211-driver-r74/zd1211.ko] undefined!

  CC  /root/Desktop/zd1211-driver-r74/zd1211.mod.o
  LD [M]  /root/Desktop/zd1211-driver-r74/zd1211.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.9-34.106.unsupported-i686'

zd1211-driver-r74>modprobe -v zd1211
insmod /lib/modules/2.6.9-34.106.unsupported/net/zd1211.ko
FATAL: Error inserting zd1211  
(/lib/modules/2.6.9-34.106.unsupported/net/zd1211.ko): Unknown symbol in  
module, or unknown parameter (see dmesg)




And in the dmesg log i see:

zd1211: Unknown symbol usb_unlock_device
zd1211: Unknown symbol usb_lock_device_for_reset


Anyone got a clue what this is about or how to fix it?

TIA



-


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs