Re: [PATCH 8/9] platform/surface: Add Surface Aggregator user-space interface
From: Randy Dunlap
Date: Tue Nov 17 2020 - 15:36:38 EST
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.
thanks.
--
~Randy