Skip to content

Commit

Permalink
Input: locomokbd - fix wrong bustype
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Pavel Machek authored and Dmitry Torokhov committed Nov 3, 2005
1 parent 4761060 commit d7a767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/keyboard/locomokbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ static int locomokbd_probe(struct locomo_dev *dev)

input_dev->name = "LoCoMo keyboard";
input_dev->phys = locomokbd->phys;
input_dev->id.bustype = BUS_XTKBD;
input_dev->id.bustype = BUS_HOST;
input_dev->id.vendor = 0x0001;
input_dev->id.product = 0x0001;
input_dev->id.version = 0x0100;
Expand Down

0 comments on commit d7a767d

Please sign in to comment.