Subversion Repositories freemyipod

Rev

Rev 799 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 799 Rev 864
Line 95... Line 95...
95
            libusb_get_device_address(dev), dev_desc.bcdUSB);
95
            libusb_get_device_address(dev), dev_desc.bcdUSB);
96
 
96
 
97
        if (0x05ac == dev_desc.idVendor && (
97
        if (0x05ac == dev_desc.idVendor && (
98
            // DFU
98
            // DFU
99
            0x1220 == dev_desc.idProduct || // iPod Nano 2G
99
            0x1220 == dev_desc.idProduct || // iPod Nano 2G
100
            0x1223 == dev_desc.idProduct || // iPod Classic 1G
100
            0x1223 == dev_desc.idProduct || // iPod Nano 3G and iPod Classic 1G/2G/3G
101
            0x1224 == dev_desc.idProduct || // iPod Nano 3G
101
            0x1224 == dev_desc.idProduct || // iPod Nano 3G
102
            0x1225 == dev_desc.idProduct || // iPod Nano 4G
102
            0x1225 == dev_desc.idProduct || // iPod Nano 4G
103
            0x1231 == dev_desc.idProduct || // iPod Nano 5G
103
            0x1231 == dev_desc.idProduct || // iPod Nano 5G
104
            0x1232 == dev_desc.idProduct || // iPod Nano 6G
104
            0x1232 == dev_desc.idProduct || // iPod Nano 6G
105
            0x1233 == dev_desc.idProduct || // iPod Shuffle 4G
105
            0x1233 == dev_desc.idProduct || // iPod Shuffle 4G