mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
Link to probe question
This commit is contained in:
@@ -179,7 +179,8 @@ static irqreturn_t irq_handler(int irq, void *dev)
|
||||
return ret;
|
||||
}
|
||||
|
||||
/**
|
||||
/* https://stackoverflow.com/questions/5059501/probe-method-device-drivers/44739823#44739823
|
||||
*
|
||||
* Called just after insmod if the hardware device is connected,
|
||||
* not called otherwise.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user