mirror of
https://github.com/yaakov-h/scream-driver.git
synced 2024-11-25 10:44:48 +00:00
rename to /dev/scream
This commit is contained in:
parent
0b2fa3282f
commit
36e804b1f3
1 changed files with 1 additions and 1 deletions
2
scream.c
2
scream.c
|
@ -10,7 +10,7 @@ MODULE_AUTHOR("Yaakov");
|
|||
MODULE_DESCRIPTION("Scream Device");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
#define DEVICE_NAME "scream_device"
|
||||
#define DEVICE_NAME "scream"
|
||||
#define CLASS_NAME "scream_class"
|
||||
|
||||
static int major_number;
|
||||
|
|
Loading…
Reference in a new issue