Am Samstag, 9. August 2003 12:44 schrieb Alan Cox:
> On Sad, 2003-08-09 at 01:15, Greg KH wrote:
> > ChangeSet 1.1119.1.9, 2003/08/06 15:51:53-07:00, [EMAIL PROTECTED]
> > 
> > [PATCH] USB: use of __devinit in st5481
> > 
> > > But you CAN NOT mark the usb_device_id table as __devinitdata or
> > > __initdata as that will be touched later on if a new USB device is
> > > added, or if a new usb module is loaded.
> > 
> > So these need to go.
> > 
> >   - remove __devinit from anything called from probe()
> 
> Please explain why - __devinit is not deleted if anything hot pluggable
> is present. Surely USB implies hot pluggability otherwise you may hit 
> __devinit code elsewhere in the system when you try and do stuff like
> remove devices ?

menu "USB support"

# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.
config USB
        tristate "Support for USB"
        depends on PCI || SA1111
        ---help---

It seems to me that, although compiling USB without CONFIG_HOTPLUG is
a bad idea, the build system will allow it.

        Regards
                Oliver




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to