mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
Input: locomokbd - fix wrong bustype
Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
47610602c2
commit
d7a767dddc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue