jakeday / linux-surface

Linux Kernel for Surface Devices
2.6k stars 243 forks source link

Fixed udev rules for type cover. #614

Closed PaulBatchelor closed 4 years ago

PaulBatchelor commented 4 years ago

These are adjustments needed in order for the type cover to work properly:

ATTR -> ATTRS

SUBSYSTEMS -> SUBSYSTEM

{iProduct} -> {product}

The initial sleep command was causing things to not work, so this was removed as well.