12518N/A--- gnome-pilot-2.0.15/capplet/gnome-pilot-ddialog.c.orig 2006-12-18 17:24:30.417298000 +0800
12518N/A+++ gnome-pilot-2.0.15/capplet/gnome-pilot-ddialog.c 2006-12-18 17:25:28.183241000 +0800
12518N/A@@ -181,6 +181,7 @@
12518N/A
12518N/A #ifdef PILOT_LINK_0_12
12518N/A /* usb: (libusb) pseudo-device is available from pilot-link 0.12.0 */
12518N/A+ gtk_toggle_button_set_active ((GtkToggleButton *) priv->device_usb, TRUE);
12518N/A priv->libusb_list = NULL;
12518N/A priv->libusb_label = gtk_list_item_new_with_label ("usb:");
12518N/A gtk_widget_show(priv->libusb_label);
12518N/A--- gnome-pilot-2.0.15/capplet/util.c.orig 2006-12-18 18:54:50.602152000 +0800
12518N/A+++ gnome-pilot-2.0.15/capplet/util.c 2006-12-18 18:55:47.149971000 +0800
12518N/A@@ -249,9 +249,9 @@
12518N/A GPilotDevice *device = g_new0 (GPilotDevice, 1);
12518N/A
12518N/A device->name = next_cradle_name (state);
12518N/A- device->port = g_strdup ("/dev/pilot");
12518N/A+ device->port = g_strdup ("usb:");
12518N/A device->speed = speedList[DEFAULT_SPEED_INDEX];
12518N/A- device->type = PILOT_DEVICE_SERIAL;
12518N/A+ device->type = PILOT_DEVICE_USB_VISOR;
12518N/A device->timeout = 2;
12518N/A
12518N/A return device;
12518N/A--- gnome-pilot-2.0.16/capplet/gnome-pilot-druid.c.orig 2008-02-27 15:43:06.062317000 +0800
12518N/A+++ gnome-pilot-2.0.16/capplet/gnome-pilot-druid.c 2008-02-27 15:51:07.970416000 +0800
12518N/A@@ -422,6 +422,8 @@
12518N/A str = next_cradle_name (priv->state);
12518N/A gtk_entry_set_text (GTK_ENTRY (priv->device_name), str);
12518N/A g_free (str);
12518N/A+ gtk_toggle_button_set_active ((GtkToggleButton *)priv->device_usb, TRUE);
12518N/A+ gtk_entry_set_text (GTK_ENTRY (priv->device_port), g_strdup ("usb:"));
12518N/A set_widget_visibility_by_type(gpd,
12518N/A (GTK_TOGGLE_BUTTON(priv->device_network)->active ||
12518N/A GTK_TOGGLE_BUTTON(priv->device_bluetooth)->active) ?