199ca880aSopenharmony_ci# do not edit this file, it will be overwritten on update
299ca880aSopenharmony_ci
399ca880aSopenharmony_ciACTION=="remove", GOTO="joystick_end"
499ca880aSopenharmony_ciENV{ID_INPUT_JOYSTICK}=="", GOTO="joystick_end"
599ca880aSopenharmony_ciKERNEL!="event*", GOTO="joystick_end"
699ca880aSopenharmony_ci
799ca880aSopenharmony_ci# joystick:<bustype>:v<vid>p<pid>:name:<name>:*
899ca880aSopenharmony_ciKERNELS=="input*", ENV{ID_BUS}!="", \
999ca880aSopenharmony_ci        IMPORT{builtin}="hwdb 'joystick:$env{ID_BUS}:v$attr{id/vendor}p$attr{id/product}:name:$attr{name}:'", \
1099ca880aSopenharmony_ci        GOTO="joystick_end"
1199ca880aSopenharmony_ci
1299ca880aSopenharmony_ciLABEL="joystick_end"
13