Hi all I want to write a driver for a usb-serial device. I was going through src/drivers/usb/serial and found that most of the serial drivers call the generic probe for usb serial driver i.e usb_serial_probe( ) . Will my probe be called if i write one forgetting usb-serial driver's exported usb_serial_probe()? Or is it a compulsion to use usb_serial_probe()? TIA -- play the game -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/