On 23/03/12 15:16, Conor O'Gorman wrote:
> On Fri, 2012-03-23 at 15:09 +0100, John Crispin wrote:
>> On 23/03/12 15:06, John Crispin wrote:
>>>
>>> found the bug
>>>
>>> http://dev.phrozen.org/gitweb/?p=openwrt.git;a=blob;f=target/linux/lantiq/patches-3.2/0068-MIPS-lantiq-adds-USB_ARCH_HAS_HCD-to-CONFIG_LANTIQ.patch;h=b9d3caee16e5b362a27ce35f1dd9b36db0a81b18;hb=2593b9a15f468af059b515646adf2c18483992cb
>>>
>>> git://dev.phrozen.org/openwrt.git  (owrt-3.2 branch)
>>>
>>> John
>>
>>
>> also please note, we will be switching to the ifxhcd usb driver... i
>> have so far only tested it on ar9/vr9
> 
> Thank you!
> 
> I'll be giving it a spin on ase and danube.
> 
> Conor

me too, but i will be doing different work next week... so wont be
before fortnight from now

i have atatched the original Kconfig file, you will need this.

the driver originally comes from the fritzbox 3370 GPL release
config USB_HOST_IFX
        tristate "Infineon USB Host Controller Driver"
        depends on USB
        default n
        help
        Infineon USB Host Controller

choice 
        prompt "Infineon USB Host Controller Driver Operation mode"
        depends on USB_HOST_IFX && ( AMAZON_S || AR9 || VR9 ||  MIPS_AMAZON_S 
|| MIPS_AR9 || MIPS_VR9 )
        help
           The IFX USB core can be configured as dual-host and single host.
           The unused core can be set as Device-mode.

config USB_HOST_IFX_B
        bool "USB host mode on core 1 and 2"
        help
        Both cores run as host

config USB_HOST_IFX_1
        bool "USB host mode on core 1 only"
        help
        Core #1 runs as host

config USB_HOST_IFX_2
        bool "USB host mode on core 2 only"
        help
        Core #2 runs as host

endchoice

config USB_HOST_IFX_FORCE_USB11
        bool "Forced USB1.1"
        depends on USB_HOST_IFX
        default n
        help
        force to be USB 1.1

config USB_HOST_IFX_WITH_HS_ELECT_TST
        bool "With HS_Electrical Test"
        depends on USB_HOST_IFX
        default n
        help
        With USBIF HSET routines

config USB_HOST_IFX_WITH_ISO
        bool "With ISO transfer"
        depends on USB_HOST_IFX
        default n
        help
        With USBIF ISO transfer

choice
        prompt "IFX unaligned buffer policy"
        depends on USB_HOST_IFX
        help
           IFX unaligned buffer policy

config USB_HOST_IFX_UNALIGNED_ADJ
        bool "Adjust"
        help
        USB_HOST_IFX_UNALIGNED_ADJ

config USB_HOST_IFX_UNALIGNED_CHK
        bool "Check-only"
        help
        USB_HOST_IFX_UNALIGNED_CHK

config USB_HOST_IFX_UNALIGNED_NONE
        bool "No process"
        help
        USB_HOST_IFX_UNALIGNED_NONE

endchoice


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to