misc char driver

Submitted by Anonymous
on February 26, 2008 - 9:44am

Hi

What is the difference between a misc char device and normal char device ?

none

on
February 26, 2008 - 2:09pm

there is no functional difference. misc devices are a collection of miscellaneous devices, some of them like snapshot just being interfaces to other stuff and not connected to real hardware, under one major number and you can list them in /proc/misc. why do you ask?

I am developing a kernel

Anonymous (not verified)
on
February 27, 2008 - 4:51am

I am developing a kernel module to retrieve some statistics about a voice driver
and I am wondering if I should register using misc_register or register_chrdev to create a char device under /dev

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.