]> www.infradead.org Git - users/dwmw2/linux.git/commit
tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 26 Jul 2019 18:29:56 +0000 (15:29 -0300)
committerSasha Levin <sashal@kernel.org>
Sun, 25 Aug 2019 14:10:28 +0000 (10:10 -0400)
commit33c901020ab3583087ebb40d75f8d45ab93110c1
treef9f6a671921b26bb158a870ad2c41c53a0e40645
parentdb361cb406c137c915033ab3c43e313de8fe5eda
tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC()

[ Upstream commit 7ee526152db7a75d7b8713346dac76ffc3662b29 ]

In addition to _IOW() and _IOR(), to handle this case:

  #define USBDEVFS_CONNINFO_EX(len)  _IOC(_IOC_READ, 'U', 32, len)

That will happen in the next sync of this header file.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Luis Cláudio Gonçalves <lclaudio@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-3br5e4t64e4lp0goo84che3s@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/perf/trace/beauty/usbdevfs_ioctl.sh