Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Side by Side Diff: src/music-players.h

Issue 10850027: libmtp: Remove the Nexus S from the list of known MTP devices. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libmtp/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « patches/10_remove_nexus_s_from_device_list.patch ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * \file music-players.h 2 * \file music-players.h
3 * List of music players as USB ids. 3 * List of music players as USB ids.
4 * 4 *
5 * Copyright (C) 2005-2007 Richard A. Low <richard@wentnet.com> 5 * Copyright (C) 2005-2007 Richard A. Low <richard@wentnet.com>
6 * Copyright (C) 2005-2012 Linus Walleij <triad@df.lth.se> 6 * Copyright (C) 2005-2012 Linus Walleij <triad@df.lth.se>
7 * Copyright (C) 2006-2007 Marcus Meissner 7 * Copyright (C) 2006-2007 Marcus Meissner
8 * Copyright (C) 2007 Ted Bullock 8 * Copyright (C) 2007 Ted Bullock
9 * 9 *
10 * This library is free software; you can redistribute it and/or 10 * This library is free software; you can redistribute it and/or
(...skipping 1535 matching lines...) Expand 10 before | Expand all | Expand 10 after
1546 * was originally used for Nexus phones 1546 * was originally used for Nexus phones
1547 */ 1547 */
1548 { "Google Inc (for Sony)", 0x18d1, "S1", 0x05b3, 1548 { "Google Inc (for Sony)", 0x18d1, "S1", 0x05b3,
1549 DEVICE_FLAGS_ANDROID_BUGS }, 1549 DEVICE_FLAGS_ANDROID_BUGS },
1550 // Reported by anonymous Sourceforge user 1550 // Reported by anonymous Sourceforge user
1551 { "Google Inc (for Barnes & Noble)", 0x18d1, "Nook Color", 0x2d02, 1551 { "Google Inc (for Barnes & Noble)", 0x18d1, "Nook Color", 0x2d02,
1552 DEVICE_FLAGS_ANDROID_BUGS }, 1552 DEVICE_FLAGS_ANDROID_BUGS },
1553 // Reported by anonymous Sourceforge user 1553 // Reported by anonymous Sourceforge user
1554 { "Google Inc (for Asus)", 0x18d1, "TF101 Transformer", 0x4e0f, 1554 { "Google Inc (for Asus)", 0x18d1, "TF101 Transformer", 0x4e0f,
1555 DEVICE_FLAGS_ANDROID_BUGS }, 1555 DEVICE_FLAGS_ANDROID_BUGS },
1556 // Reported by Laurent Artaud <laurenta@users.sourceforge.net>
1557 { "Google Inc (for Samsung)", 0x18d1, "Nexus S", 0x4e21,
1558 DEVICE_FLAGS_ANDROID_BUGS },
1559 // Reported by Chris Smith <tcgsmythe@users.sourceforge.net> 1556 // Reported by Chris Smith <tcgsmythe@users.sourceforge.net>
1560 { "Google Inc (for Asus)", 0x18d1, "Nexus 7", 0x4e41, 1557 { "Google Inc (for Asus)", 0x18d1, "Nexus 7", 0x4e41,
1561 DEVICE_FLAGS_ANDROID_BUGS }, 1558 DEVICE_FLAGS_ANDROID_BUGS },
1562 // WiFi-only version of Xoom 1559 // WiFi-only version of Xoom
1563 // See: http://bugzilla.gnome.org/show_bug.cgi?id=647506 1560 // See: http://bugzilla.gnome.org/show_bug.cgi?id=647506
1564 { "Google Inc (for Motorola)", 0x18d1, "Xoom (MZ604)", 0x70a8, 1561 { "Google Inc (for Motorola)", 0x18d1, "Xoom (MZ604)", 0x70a8,
1565 DEVICE_FLAGS_ANDROID_BUGS }, 1562 DEVICE_FLAGS_ANDROID_BUGS },
1566 { "Google Inc (for Motorola)", 0x22b8, "Xoom (ID 2)", 0x70a9, 1563 { "Google Inc (for Motorola)", 0x22b8, "Xoom (ID 2)", 0x70a9,
1567 DEVICE_FLAGS_ANDROID_BUGS }, 1564 DEVICE_FLAGS_ANDROID_BUGS },
1568 { "Google Inc (for Toshiba)", 0x18d1, "Thrive 7/AT105", 0x7102, 1565 { "Google Inc (for Toshiba)", 0x18d1, "Thrive 7/AT105", 0x7102,
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1776 /* 1773 /*
1777 * Viewpia, bq... 1774 * Viewpia, bq...
1778 * Seems like some multi-branded OEM product. 1775 * Seems like some multi-branded OEM product.
1779 */ 1776 */
1780 { "Various", 0x2207, "Viewpia DR/bq Kepler", 0x0001, DEVICE_FLAGS_ANDROID_BUGS }, 1777 { "Various", 0x2207, "Viewpia DR/bq Kepler", 0x0001, DEVICE_FLAGS_ANDROID_BUGS },
1781 1778
1782 /* 1779 /*
1783 * Other strange stuff. 1780 * Other strange stuff.
1784 */ 1781 */
1785 { "Isabella", 0x0b20, "Her Prototype", 0xddee, DEVICE_FLAG_NONE } 1782 { "Isabella", 0x0b20, "Her Prototype", 0xddee, DEVICE_FLAG_NONE }
OLDNEW
« no previous file with comments | « patches/10_remove_nexus_s_from_device_list.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698