Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

usb host structure hcd_dev

Altera_Forum
Honored Contributor II
1,317 Views

Hi all, 

 

I have downloaded the ohs900 driver for usb host 1.1 and  

i am trying to include the same in the uclinux version 2.6.11 

but there were a structure hcd_dev in the program which is supposed  

to be removed from the version 2.6.11 that was present in 2.6.10 

 

 

can anyone help me to get that structure so i can make appropriate changes  

in the code to include it in 2.6.11 

 

Thnks in advance
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
570 Views

Since the OHS900 driver is very similar to the SL811 driver, you can probably figure it out by diffing the SL811 drivers in 2.6.10 and 2.6.11

0 Kudos
Altera_Forum
Honored Contributor II
570 Views

 

--- Quote Start ---  

originally posted by sfielding@Oct 17 2006, 06:32 PM 

since the ohs900 driver is very similar to the sl811 driver, you can probably figure it out by diffing the sl811 drivers in 2.6.10 and 2.6.11 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=18751) 

--- quote end ---  

 

--- Quote End ---  

 

 

 

Hi, 

 

Thanks for your reply. 

 

But i don&#39;t have 2.6.10 kernel version. 

 

I am working with 2.6.11 and the only thing need to replacement is struct hcd_dev. 

 

So can i have the struct hcd_dev present in 2.6.10 so i can get the idea where i have to make changes according to that.
0 Kudos
Altera_Forum
Honored Contributor II
570 Views

 

--- Quote Start ---  

originally posted by slsnios+oct 19 2006, 02:28 pm--><div class='quotetop'>quote (slsnios @ oct 19 2006, 02:28 pm)</div> 

--- quote start ---  

<!--quotebegin-sfielding@Oct 17 2006, 06:32 PM 

since the ohs900 driver is very similar to the sl811 driver, you can probably figure it out by diffing the sl811 drivers in 2.6.10 and 2.6.11 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=18751) 

--- quote end ---  

 

--- Quote End ---  

 

 

 

Hi, 

 

Thanks for your reply. 

 

But i don&#39;t have 2.6.10 kernel version. 

 

I am working with 2.6.11 and the only thing need to replacement is struct hcd_dev. 

 

So can i have the struct hcd_dev present in 2.6.10 so i can get the idea where i have to make changes according to that. 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=18787)</div> 

[/b] 

--- Quote End ---  

 

look in the linux kernel archives, 

ftp://ftp.kernel.org/pub/linux/kernel/v2....-2.6.10.tar.bz2 (ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.10.tar.bz2)
0 Kudos
Reply