taskTransport Sample Protocol - Tasks: task #8385, The linux kernel module of the...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #8385: The linux kernel module of the blackboard should generate appropriate udev events.

Submitter:  Jerome Arbez-Gindre <jaggy>
Submitted:  Mon 07 Jul 2008 01:15:54 PM UTC
   
 
Category:  Blackboard Should Start On:  Mon 07 Jul 2008 12:00:00 AM UTC
Should be Finished on:  Tue 08 Jul 2008 12:00:00 AM UTC Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  jaggy Percent Complete:  100%
Open/Closed:  Open Effort:  0.00

Mon 07 Jul 2008 01:15:54 PM UTC, original submission:  

When creating a kernel BB, the udev daemon should be able to create appropriate /dev device with rules like:

KERNEL=="bb_test1",   NAME="bb_chardev1"

where bb_test1 is the BB name and bb_chardev1 is the character device node name.

so the line in a kernel module:
bb_create(&test_bb1, "bb_test1", 2, 200);

should let udev create the node:
/dev/bb_chardev1
with the appropriate major/minor numbers.

Jerome Arbez-Gindre <jaggy>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jaggy (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-07-07 jaggy Percent Complete0% 100%
    2008-07-07 jaggy StatusIn Progress Done

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code