You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small feature request: It would be helpful if one could specify the ioctl in it's raw (unencoded) form, i.e., like ./ioctl /dev/mydev dir=2,type=1,nr=0,size=4. This tool then just has to assemble it using the macro _IOC from ioctl.h:
Hi,
I have a small feature request: It would be helpful if one could specify the ioctl in it's raw (unencoded) form, i.e., like
./ioctl /dev/mydev dir=2,type=1,nr=0,size=4
. This tool then just has to assemble it using the macro_IOC
fromioctl.h
:The text was updated successfully, but these errors were encountered: