From 39b79a84a1e2d29ac5486ca6af366f808665aea4 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 11 Jan 2014 08:33:39 +0000 Subject: fixed the PTP generic matcher... again. :( git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14697 67ed7778-7388-44ab-90cf-0a291f65f57c --- packaging/generic/print-camera-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/generic/print-camera-list.c b/packaging/generic/print-camera-list.c index 41b57d4a2..24c4d0c8f 100644 --- a/packaging/generic/print-camera-list.c +++ b/packaging/generic/print-camera-list.c @@ -782,7 +782,7 @@ hwdb_camera_func (const func_params_t *params, /* device class matcher ... */ /*printf("usb:v*p*d*dc%02ddsc%02dp%02d*\"\n GPHOTO2_DRIVER=PTP\n", class, subclass, proto);*/ /* but we need an interface class matcher, ptp is a interface */ - printf("usb:v*p*d*ic%02disc%02ip%02d*\n GPHOTO2_DRIVER=PTP\n", class, subclass, proto); + printf("usb:v*ic%02disc%02dip%02d*\n GPHOTO2_DRIVER=PTP\n", class, subclass, proto); has_valid_rule = 1; } else { if (class == 666) { -- cgit v1.2.1