Skip to content

Commit

Permalink
Input: pcspkr - fix setting name and phys for the device
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Dmitry Torokhov committed Oct 31, 2005
1 parent 995fc4d commit 1259f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/misc/pcspkr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1259f2b

Please sign in to comment.