Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Updating known manufacturers and devices. Bug 621073.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Wenzel committed Dec 27, 2010
1 parent 089c81a commit a36c360
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions apps/input/__init__.py
@@ -1,4 +1,16 @@
KNOWN_MANUFACTURERS = ('Samsung', 'HTC', 'Motorola', 'LG', 'Sony')
KNOWN_DEVICES = ('Hero', 'Vibrant', 'Droid', 'Epic', 'Evo', 'Desire',
'Desire Z', 'Droid Incredible', 'Desire HD', 'EVO 4G',
'Nexus One', 'Optimus Z', 'Droid 2', 'Droid X', 'Galaxy Tab')
# Known manufacturers and devices for mobile feedback.
KNOWN_MANUFACTURERS = (
'Dell Inc.', 'HTC', 'LogicPD', 'Motorola', 'Nokia', 'Nokia', 'samsung',
'SHARP', 'Sony Ericsson', 'TOSHIBA',
)
KNOWN_DEVICES = (
'ADR6300', 'Dell Streak', 'Desire HD', 'Droid', 'DROID2', 'DROID2 GLOBAL',
'DROIDX', 'GT-I9000', 'GT-I9000M', 'GT-I9000T', 'GT-P1000', 'GT-P1000L',
'GT-P1000M', 'GT-P1000R', 'HD2 T8585', 'HTC bravo', 'HTC Desire',
'HTC Glacier', 'HTC HD2', 'HTC Vision', 'IS03', 'LogicPD Zoom2', 'MB520',
'MB860', 'Milestone', 'Nexus One', 'Nexus S', 'Nokia N900', 'PC36100',
'SAMSUNG-SGH-I897', 'SC-01C', 'SC-02B', 'SCH-I500', 'SCH-I800', 'SGH-T849',
'SGH-T959', 'SGH-T959D', 'SHW-M110S', 'SHW-M180S', 'SO-01B', 'SPH-D700',
'SPH-P100', 'T-Mobile G2', 'TOSHIBA_FOLIO_AND_A', 'VEGAn-TAB-v1.0.0b4',
'X10i',
)

0 comments on commit a36c360

Please sign in to comment.