login
Header Space

 
 

misc char driver

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

Hi

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

none

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

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

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.
speck-geostationary