lkml.org 
[lkml]   [2002]   [Aug]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: 2.4.19, USB_HID only works compiled in, not as module
    I encountered a similar problem with USB except mine was kind of an 
    opposite issue. With USB compiled in it didn't work, with USB as a
    module it did work.

    for both linux-2.4.19-rc3 and linux-2.4.19-rc3-ac5 the following config
    did not work (USB compiled in):

    #
    # USB support
    #
    CONFIG_USB=y
    # CONFIG_USB_DEBUG is not set

    #
    # Miscellaneous USB options
    #
    CONFIG_USB_DEVICEFS=y
    # CONFIG_USB_BANDWIDTH is not set
    # CONFIG_USB_LONG_TIMEOUT is not set

    #
    # USB Host Controller Drivers
    #
    # CONFIG_USB_EHCI_HCD is not set
    CONFIG_USB_UHCI=m
    # CONFIG_USB_UHCI_ALT is not set
    # CONFIG_USB_OHCI is not set

    #
    # USB Device Class drivers
    #
    # CONFIG_USB_BLUETOOTH is not set

    #
    # SCSI support is needed for USB Storage
    #
    # CONFIG_USB_ACM is not set
    # CONFIG_USB_PRINTER is not set

    #
    # USB Human Interface Devices (HID)
    #
    CONFIG_USB_HID=m
    CONFIG_USB_HIDINPUT=y
    # CONFIG_USB_HIDDEV is not set
    # CONFIG_USB_KBD is not set
    # CONFIG_USB_MOUSE is not set
    # CONFIG_USB_WACOM is not set

    #
    # USB Imaging devices
    #
    # CONFIG_USB_DC2XX is not set
    # CONFIG_USB_MDC800 is not set
    # CONFIG_USB_SCANNER is not set

    #
    # USB Multimedia devices
    #

    #
    # Video4Linux support is needed for USB Multimedia device support
    #

    #
    # USB Network adaptors
    #
    # CONFIG_USB_PEGASUS is not set
    # CONFIG_USB_RTL8150 is not set
    # CONFIG_USB_KAWETH is not set
    # CONFIG_USB_CATC is not set
    # CONFIG_USB_CDCETHER is not set
    # CONFIG_USB_USBNET is not set

    #
    # USB port drivers
    #

    #
    # USB Serial Converter support
    #
    # CONFIG_USB_SERIAL is not set

    #
    # USB Miscellaneous drivers
    #
    # CONFIG_USB_RIO500 is not set
    # CONFIG_USB_AUERSWALD is not set
    # CONFIG_USB_BRLVGER is not set

    #
    # Bluetooth support
    #
    # CONFIG_BLUEZ is not set


    and for both linux-2.4.19-rc3 and linux-2.4.19-rc3-ac5 the following
    config did work (USB as module):

    #
    # USB support
    #
    CONFIG_USB=m
    # CONFIG_USB_DEBUG is not set

    #
    # Miscellaneous USB options
    #
    CONFIG_USB_DEVICEFS=y
    # CONFIG_USB_BANDWIDTH is not set
    # CONFIG_USB_LONG_TIMEOUT is not set

    #
    # USB Host Controller Drivers
    #
    # CONFIG_USB_EHCI_HCD is not set
    CONFIG_USB_UHCI=m
    # CONFIG_USB_UHCI_ALT is not set
    # CONFIG_USB_OHCI is not set

    #
    # USB Device Class drivers
    #
    # CONFIG_USB_BLUETOOTH is not set

    #
    # SCSI support is needed for USB Storage
    #
    # CONFIG_USB_ACM is not set
    # CONFIG_USB_PRINTER is not set

    #
    # USB Human Interface Devices (HID)
    #
    CONFIG_USB_HID=m
    CONFIG_USB_HIDINPUT=y
    # CONFIG_USB_HIDDEV is not set
    # CONFIG_USB_KBD is not set
    # CONFIG_USB_MOUSE is not set
    # CONFIG_USB_WACOM is not set

    #
    # USB Imaging devices
    #
    # CONFIG_USB_DC2XX is not set
    # CONFIG_USB_MDC800 is not set
    # CONFIG_USB_SCANNER is not set

    #
    # USB Multimedia devices
    #

    #
    # Video4Linux support is needed for USB Multimedia device support
    #

    #
    # USB Network adaptors
    #
    # CONFIG_USB_PEGASUS is not set
    # CONFIG_USB_RTL8150 is not set
    # CONFIG_USB_KAWETH is not set
    # CONFIG_USB_CATC is not set
    # CONFIG_USB_CDCETHER is not set
    # CONFIG_USB_USBNET is not set

    #
    # USB port drivers
    #

    #
    # USB Serial Converter support
    #
    # CONFIG_USB_SERIAL is not set

    #
    # USB Miscellaneous drivers
    #
    # CONFIG_USB_RIO500 is not set
    # CONFIG_USB_AUERSWALD is not set
    # CONFIG_USB_BRLVGER is not set

    #
    # Bluetooth support
    #
    # CONFIG_BLUEZ is not set








    -
    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/

    \
     
     \ /
      Last update: 2005-03-22 13:27    [W:3.267 / U:0.560 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site