Re: [PATCH 8/9] platform/surface: Add Surface Aggregator user-space interface

From: Maximilian Luz
Date: Tue Nov 17 2020 - 16:07:07 EST


On 11/17/20 9:36 PM, Randy Dunlap wrote:
On 11/15/20 11:21 AM, Maximilian Luz wrote:
+#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