(HID) Hardcode 'hid' name for passing to input_autoconfig_connect
This commit is contained in:
parent
a549805ad8
commit
708a029665
|
@ -582,7 +582,7 @@ static void iohidmanager_hid_device_add_autodetect(unsigned idx,
|
|||
input_autoconfigure_connect(
|
||||
device_name,
|
||||
NULL,
|
||||
driver_name,
|
||||
"hid",
|
||||
idx,
|
||||
dev_vid,
|
||||
dev_pid
|
||||
|
|
|
@ -151,7 +151,7 @@ static void libusb_hid_device_add_autodetect(unsigned idx,
|
|||
input_autoconfigure_connect(
|
||||
device_name,
|
||||
NULL,
|
||||
driver_name,
|
||||
"hid",
|
||||
idx,
|
||||
dev_vid,
|
||||
dev_pid
|
||||
|
|
|
@ -146,7 +146,7 @@ static void wiiusb_hid_device_add_autodetect(unsigned idx,
|
|||
input_autoconfigure_connect(
|
||||
device_name,
|
||||
NULL,
|
||||
driver_name,
|
||||
"hid",
|
||||
idx,
|
||||
dev_vid,
|
||||
dev_pid);
|
||||
|
|
Loading…
Reference in New Issue