1. 13 Feb, 2015 2 commits
    • Mauro Carvalho Chehab's avatar
      [media] Docbook: Fix documentation for media controller devnodes · 15d20421
      Mauro Carvalho Chehab authored
      The media-ctl userspace application assumes that all device nodes
      are uniquelly defined via major,minor, just like v4l and fb.
      
      That's ok for those types of devices, but, as we're adding support
      for DVB at the API, what's written there at the DocBook is wrong.
      
      So, fix it.
      
      While here, fix the size of the reserved space inside the union,
      with is 184, and not 180.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
      15d20421
    • Mauro Carvalho Chehab's avatar
      [media] media: Fix DVB devnode representation at media controller · e31a0ba7
      Mauro Carvalho Chehab authored
      The previous provision for DVB media controller support were to
      define an ID (likely meaning the adapter number) for the DVB
      devnodes.
      
      This is just plain wrong. Just like V4L, DVB devices (and any other
      device node)) are uniquely identified via a (major, minor) tuple.
      
      This is enough to uniquely identify a devnode, no matter what
      API it implements.
      
      So, before we go too far, let's mark the old v4l, fb, dvb and alsa
      "devnode" info as deprecated, and just call it as "dev".
      
      We can latter add fields specific to each API if needed.
      
      As we don't want to break compilation on already existing apps,
      let's just keep the old definitions as-is, adding a note that
      those are deprecated at media-entity.h.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
      e31a0ba7
  2. 11 Feb, 2015 1 commit
  3. 10 Feb, 2015 1 commit
  4. 03 Feb, 2015 36 commits