linux usb driver: probing already plugged devices
        Posted  
        
            by jacob
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jacob
        
        
        
        Published on 2010-06-13T14:49:42Z
        Indexed on 
            2010/06/13
            14:52 UTC
        
        
        Read the original article
        Hit count: 450
        
hello, im writing a Usb driver and i have an issue. when i insmod the driver with the device already plugged in before, the probe function is not called. it is only called after i disconnect the device and plug it again. i wanna make it work when i start my pc with the device plugged in. could someone please help me? best regards, jacob.
© Stack Overflow or respective owner