Skip to content

Commit ce54b46

Browse files
matthew-gerlachRuss Weight
authored andcommitted
uio: dfl: add HSSI feature id
Add the feature id of the OFS High Speed Serial Interface subsystem to table of ids supported by the uio_dfl driver. Signed-off-by: Matthew Gerlach <matthew.gerlach@linux.intel.com>
1 parent fc54111 commit ce54b46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/uio/uio_dfl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,11 @@ static int uio_dfl_probe(struct dfl_device *ddev)
132132
}
133133

134134
#define FME_FEATURE_ID_ETH_GROUP 0x10
135+
#define FME_FEATURE_ID_OFS_HSSI 0x15
135136

136137
static const struct dfl_device_id uio_dfl_ids[] = {
137138
{ FME_ID, FME_FEATURE_ID_ETH_GROUP },
139+
{ FME_ID, FME_FEATURE_ID_OFS_HSSI },
138140
{ }
139141
};
140142
MODULE_DEVICE_TABLE(dfl, uio_dfl_ids);

0 commit comments

Comments
 (0)