[media] v4l2-core: Add support for touch devices
[deliverable/linux.git] / drivers / media / media-entity.c
index d8a2299f0c2a221f8831b6d1a040be51bcf86ad2..9014362e904ddbab6932f4ff8564d10f3ae5a3db 100644 (file)
@@ -65,6 +65,8 @@ static inline const char *intf_type(struct media_interface *intf)
                return "v4l-subdev";
        case MEDIA_INTF_T_V4L_SWRADIO:
                return "v4l-swradio";
+       case MEDIA_INTF_T_V4L_TOUCH:
+               return "v4l-touch";
        case MEDIA_INTF_T_ALSA_PCM_CAPTURE:
                return "alsa-pcm-capture";
        case MEDIA_INTF_T_ALSA_PCM_PLAYBACK:
This page took 0.025459 seconds and 5 git commands to generate.