Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wip/headunit gst #3

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 28, 2015

  1. Remove best vendor == USB_VID_GOO check, this is insufficient for che…

    …cking that we are in OAP/AA mode and breaks a Nexus device
    
    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    3b06b9d View commit details
    Browse the repository at this point in the history
  2. Add a repo .gitignore to avoid noise in git commands

    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    6736834 View commit details
    Browse the repository at this point in the history
  3. Add additional extern references to fix implicit declaration warnings…

    … in build
    
    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    3352050 View commit details
    Browse the repository at this point in the history
  4. Add initial working gstreamer headunit app

    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    b291444 View commit details
    Browse the repository at this point in the history
  5. add gst/headunit to gitignore

    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    12029dc View commit details
    Browse the repository at this point in the history
  6. gst headunit app debug and variable cleanups

    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    fd6227c View commit details
    Browse the repository at this point in the history
  7. Make AA calls available to C++

    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    b6d8e38 View commit details
    Browse the repository at this point in the history
  8. Add support for gstreamer sinking to a Qt instantiated window to supp…

    …ort mouse events
    
    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    334e96b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. extern hu_aap_enc_send for touchscreen events

    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    31278e4 View commit details
    Browse the repository at this point in the history
  2. gst: add working touchscreen event support

    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    ff62aed View commit details
    Browse the repository at this point in the history
  3. moar main.cc cleanups

    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    4cf32fe View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. cleanup uleb128 encoding, prep for TS event cleanup

    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    7c19272 View commit details
    Browse the repository at this point in the history
  2. second part of cleanup loop for axes, start cleanup using memcpy of p…

    …reamble, sizes, postamble
    
    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    d972fc7 View commit details
    Browse the repository at this point in the history
  3. moar touch event cleanups..looks good enough now

    Signed-off-by: Matt Porter <mporter@konsulko.com>
    ohporter committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    d793f47 View commit details
    Browse the repository at this point in the history