mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
Input: pcspkr - fix setting name and phys for the device
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
995fc4df0b
commit
1259f2b365
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ static int __init pcspkr_init(void)
|
|||
return -ENOMEM;
|
||||
|
||||
pcspkr_dev->name = "PC Speaker";
|
||||
pcspkr_dev->name = "isa0061/input0";
|
||||
pcspkr_dev->phys = "isa0061/input0";
|
||||
pcspkr_dev->id.bustype = BUS_ISA;
|
||||
pcspkr_dev->id.vendor = 0x001f;
|
||||
pcspkr_dev->id.product = 0x0001;
|
||||
|
|
Loading…
Reference in a new issue