diff -u libiphone-0.9.1/debian/changelog libiphone-0.9.1/debian/changelog
--- libiphone-0.9.1/debian/changelog
+++ libiphone-0.9.1/debian/changelog
@@ -1,3 +1,10 @@
+libiphone (0.9.1-4+1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Support 3GS (05ac:1294).
+
+ -- Kenshi Muto <kmuto@debian.org>  Fri, 02 Oct 2009 12:26:12 +0900
+
 libiphone (0.9.1-4) unstable; urgency=low
 
   * Orphan package.
only in patch2:
unchanged:
--- libiphone-0.9.1.orig/fdi/31-apple-mobile-device.fdi
+++ libiphone-0.9.1/fdi/31-apple-mobile-device.fdi
@@ -4,7 +4,7 @@
     <match key="info.subsystem" string="usb">
       <match key="usb.vendor_id" int="0x05ac">
         <match key="usb.product_id" compare_ge="0x1290">
-          <match key="usb.product_id" compare_le="0x1293">
+          <match key="usb.product_id" compare_le="0x1294">
             <match key="usb.interface.number" int="0x1">
               <append key="info.capabilities" type="strlist">afc</append>
             </match>
only in patch2:
unchanged:
--- libiphone-0.9.1.orig/src/iphone.c
+++ libiphone-0.9.1/src/iphone.c
@@ -209,7 +209,7 @@
 	for (bus = usb_get_busses(); bus != NULL; bus = bus->next)
 		for (dev = bus->devices; dev != NULL; dev = dev->next)
 			if (dev->descriptor.idVendor == 0x05ac
-				&& dev->descriptor.idProduct >= 0x1290 && dev->descriptor.idProduct <= 0x1293)
+				&& dev->descriptor.idProduct >= 0x1290 && dev->descriptor.idProduct <= 0x1294)
 				return iphone_get_specific_device(strtoul(bus->dirname, NULL, 10), strtol(dev->filename, NULL, 10), device);
 
 	return IPHONE_E_NO_DEVICE;
only in patch2:
unchanged:
--- libiphone-0.9.1.orig/udev/89-libiphone.rules
+++ libiphone-0.9.1/udev/89-libiphone.rules
@@ -5,5 +5,6 @@
 SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", ATTR{idProduct}=="1291", ACTION=="add", ATTR{bConfigurationValue}="3"
 SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", ATTR{idProduct}=="1292", ACTION=="add", ATTR{bConfigurationValue}="3" 
 SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", ATTR{idProduct}=="1293", ACTION=="add", ATTR{bConfigurationValue}="3"
+SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", ATTR{idProduct}=="1294", ACTION=="add", ATTR{bConfigurationValue}="3"
 
 LABEL="libiphone_rules_end"
