Commit 1259f2b3 authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: pcspkr - fix setting name and phys for the device

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 995fc4df
...@@ -71,7 +71,7 @@ static int __init pcspkr_init(void) ...@@ -71,7 +71,7 @@ static int __init pcspkr_init(void)
return -ENOMEM; return -ENOMEM;
pcspkr_dev->name = "PC Speaker"; pcspkr_dev->name = "PC Speaker";
pcspkr_dev->name = "isa0061/input0"; pcspkr_dev->phys = "isa0061/input0";
pcspkr_dev->id.bustype = BUS_ISA; pcspkr_dev->id.bustype = BUS_ISA;
pcspkr_dev->id.vendor = 0x001f; pcspkr_dev->id.vendor = 0x001f;
pcspkr_dev->id.product = 0x0001; pcspkr_dev->id.product = 0x0001;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment