Re: [PATCH 8/9] platform/surface: Add Surface Aggregator user-space interface
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: 2020-11-17 21:07:07
Also in:
lkml, platform-driver-x86
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: 2020-11-17 21:07:07
Also in:
lkml, platform-driver-x86
On 11/17/20 9:36 PM, Randy Dunlap wrote:
On 11/15/20 11:21 AM, Maximilian Luz wrote:quoted
+#define SSAM_CDEV_REQUEST _IOWR(0xA5, 1, struct ssam_cdev_request)All ioctl major numbers (0xA5) should be documented in Documentation/userspace-api/ioctl/ioctl-number.rst Apologies if I missed it somewhere else.
No, I forgot to do that. Will add it for the next revision. Thanks, Max