Transport 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 |
Percent Complete: | 100% | Assigned to: | jaggy |
Open/Closed: | Open | Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
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.
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.