8000 Blacklist DUALi NFC readers by daissi · Pull Request #18 · libmtp/libmtp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Blacklist DUALi NFC readers #18

8000
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions util/mtp-hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ int main (int argc, char **argv)
printf("ATTR{idVendor}==\"03eb\", GOTO=\"libmtp_rules_end\"\n");
printf("# Sensitive Philips device\n");
printf("ATTR{idVendor}==\"0471\", ATTR{idProduct}==\"083f\", GOTO=\"libmtp_rules_end\"\n");
printf("# DUALi NFC readers\n");
printf("ATTR{idVendor}==\"1db2\", ATTR{idProduct}==\"060*\", GOTO=\"libmtp_rules_end\"\n");
break;
case style_udev_old:
printf("# UDEV-style hotplug map for libmtp\n");
Expand Down
0