On 05/21/2015 09:23 AM, Paul Bolle wrote:
> On Thu, 2015-05-21 at 09:18 +0200, Hannes Reinecke wrote:
>> -/* We support only T13 spec */
>> -if (info->params.device_path_info_length != 44)
>> +/* We support T13 d1572 and the original Phoenix spec */
>> +if (info->params.device_path_
On Thu, 2015-05-21 at 09:18 +0200, Hannes Reinecke wrote:
> - /* We support only T13 spec */
> - if (info->params.device_path_info_length != 44)
> + /* We support T13 d1572 and the original Phoenix spec */
> + if (info->params.device_path_info_length != 44 &&
> + info->param
The original Phoenix EDD 3.0 specification (as found in
eg http://mbldr.sourceforge.net/specsedd30.pdf) has a
device path length of 36, not 44.
All the other fields are identical, so we can trivially
support both.
Signed-off-by: Hannes Reinecke
---
drivers/firmware/edd.c | 7 +--
1 file chan
3 matches
Mail list logo