Changes between Version 16 and Version 17 of DeviceDrivers
- Timestamp:
- 2011-11-14T21:15:30Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeviceDrivers
v16 v17 80 80 in order for the driver to support hot unplug (all drivers should support hot unplug). 81 81 82 === Driver Entry Points (driver_op ts_t) ===82 === Driver Entry Points (driver_ops_t) === 83 83 ==== dev_add ==== 84 84 {{{ … … 102 102 to some suitable, clean state (from which it could be picked up by ''dev_add'', for example). 103 103 104 The driver must unbind all functions belonging to this device and it should also clean up any104 The driver must offline and unbind all functions belonging to this device and it should also clean up any 105 105 software state associated with the device. If this entry point is not implemented, it should 106 106 be either set to NULL or it should always return ENOTSUP.