-
Notifications
You must be signed in to change notification settings - Fork 10
Can't find the proper hidraw device if there are other hidraw devices in the system #2
Open
Description
The code has a bug in `lookup_hid_product' when there are other hidraw devices in the system that have longer names than the device we are looking for. Around hid.c:92 the line:
buf[re] = '0円';
should be
symlink_filename[re] = '0円';
Activity
Metadata
Metadata
Assignees
Labels
No labels