Opened 14 years ago
#38 new enhancement
Add a generic synchronous command to all drivers
Reported by: | Nicolas Pouillon | Owned by: | Nicolas Pouillon |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | drivers | Keywords: | |
Cc: |
Description
This could be used to:
- do a synchronous write in char devs (without IRQs)
- do a configuration modification
This could be seen as an in-kernel ioctl(), but ioctl is not a good name.
Note: See
TracTickets for help on using
tickets.