Re: Problem with CONFIG_USB_SL811HS

From: Marco Cavallini (arm.linux_at_koansoftware.com)
Date: 04/27/04

  • Next message: Marc Boucher: "Re: [PATCH] Blacklist binary-only modules lying about their license"
    To: "Sam Ravnborg" <sam@ravnborg.org>
    Date:	Tue, 27 Apr 2004 19:36:06 +0200
    
    

    In Linux-2.4.26 the problem is in
    drivers/usb/host/Makefile

    After this block....
    subdir-$(CONFIG_USB_OHCI_AT91) += host
    ifeq ($(CONFIG_USB_OHCI_AT91),y)
     obj-y += host/usb-ohci.o
    endif

    ...I added this...
    ######## Begin new code MCK ##########
    subdir-$(CONFIG_USB_SL811HS) += host
    ifeq ($(CONFIG_USB_SL811HS),y)
     obj-y += host/hc_sl811.o
    endif
    subdir-$(CONFIG_USB_SL811HS_ALT) += host
    ifeq ($(CONFIG_USB_SL811HS_ALT),y)
     obj-y += host/sl811.o
    endif
    ######## End new code MCK ##########

    There are also minor modifications, but I'm still working on this driver.
    Marco Cavallini
    ==============================================
    Koan s.a.s. - Software Engineering (x86 and ARM)
    Linux solutions for Embedded and Real-Time Software
      - Intel PCA Developer Network member
    Via Pascoli, 3 - 24121 Bergamo - ITALIA
    Tel./Fax (++39) +35 - 255.235 - www.koansoftware.com
    ==============================================
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Marc Boucher: "Re: [PATCH] Blacklist binary-only modules lying about their license"

    Relevant Pages