[Asterisk-Users] ztdummy with kernel 2.6

Scott Brooks sbrooks at binary-solutions.net
Wed May 26 16:26:03 MST 2004


ztdummy successfully compiles under kernel 2.6, but when I load it I get 

ztdummy: Unknown symbol fill_td
ztdummy: Unknown symbol insert_td_horizontal
ztdummy: Unknown symbol uhci_devices
ztdummy: Unknown symbol uhci_interrupt
ztdummy: Unknown symbol alloc_td
ztdummy: Unknown symbol unlink_td
ztdummy: Unknown symbol delete_desc

I had a quick look at the source, and it looks like these function names have 
changed.

fill_td has become uhci_fill_td, alloc_td has become uhci_alloc_td, but 
insert_td looks like it has become uhci_insert_td_frame_list, and several of 
the others have changed also.

If it was just the function names it would be pretty easy to rename them, but 
it looks like the usb framework has changed quite a bit in 2.6, and the 
module may have to be ported over to actually use the usb_ interface rather 
then calling these functions directly(maybe it would not have broken under 
2.6 if it was like that before)

Has anyone ported the ztdummy module to 2.6?  I don't really want to dive into 
it that far if someone already has.
-- 
Scott Brooks
Network Operations Analyst
Binary Solutions Ltd.
sbrooks at binary-soltions.net



More information about the asterisk-users mailing list