77-mm-platform-serial-whitelist.rules 514 B

1234567891011121314
  1. # do not edit this file, it will be overwritten on update
  2. ACTION!="add|change|move", GOTO="mm_platform_device_whitelist_end"
  3. SUBSYSTEM!="platform", GOTO="mm_platform_device_whitelist_end"
  4. # Be careful here since many devices connected to platform drivers on PCs
  5. # are legacy devices that won't like probing. But often on embedded
  6. # systems serial ports are provided by platform devices.
  7. # Allow atmel_usart
  8. DRIVERS=="atmel_usart", ENV{ID_MM_PLATFORM_DRIVER_PROBE}="1"
  9. LABEL="mm_platform_device_whitelist_end"