mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
allow fmode 4
This commit is contained in:
@@ -4027,7 +4027,7 @@ static ssize_t fmode_store(struct device *device, struct device_attribute *attr,
|
||||
|
||||
if (sscanf(buf, "%u\n", &val) != 1)
|
||||
return -EINVAL;
|
||||
if (val > 3)
|
||||
if (val > 4)
|
||||
return -EINVAL;
|
||||
ddb_lnb_init_fmode(dev, &dev->link[num], val);
|
||||
return count;
|
||||
|
Reference in New Issue
Block a user