lkml.org 
[lkml]   [2014]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: kdbus: add header file
    Hi Harald,

    On 11/21/2014 09:34 AM, Harald Hoyer wrote:
    > On 21.11.2014 06:02, Greg Kroah-Hartman wrote:
    >> From: Daniel Mack <daniel@zonque.org>
    >> …
    >
    >> +
    >> +/**
    >> + * enum kdbus_make_flags - Flags for KDBUS_CMD_{BUS,EP,NS}_MAKE
    >> + * @KDBUS_MAKE_ACCESS_GROUP: Make the device node group-accessible
    >> + * @KDBUS_MAKE_ACCESS_WORLD: Make the device node world-accessible
    >> + */
    >> +enum kdbus_make_flags {
    >> + KDBUS_MAKE_ACCESS_GROUP = 1ULL << 0,
    >> + KDBUS_MAKE_ACCESS_WORLD = 1ULL << 1,
    >> +};
    >> +
    >
    > "device node"

    Yes, these are indeed oversights from the old implementation. Fixed now
    upstream, along with the other details in kdbus.txt and some more
    elsewhere in the tree.


    Thanks,
    Daniel



    \
     
     \ /
      Last update: 2014-11-21 10:41    [W:3.005 / U:0.368 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site