mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 12:34:26 +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;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/* https://stackoverflow.com/questions/5059501/probe-method-device-drivers/44739823#44739823
|
||||||
|
*
|
||||||
* Called just after insmod if the hardware device is connected,
|
* Called just after insmod if the hardware device is connected,
|
||||||
* not called otherwise.
|
* not called otherwise.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user