search for: uhci_insert_td_frame_list

Displaying 1 result from an estimated 1 matches for "uhci_insert_td_frame_list".

2004 May 26
1
ztdummy with kernel 2.6
...tdummy: 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 fun...