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

Unified Diff: trunk/src/device/hid/hid_report_descriptor_item.cc

Issue 369923002: Revert 281133 "chrome.hid: enrich model with report IDs" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: trunk/src/device/hid/hid_report_descriptor_item.cc
===================================================================
--- trunk/src/device/hid/hid_report_descriptor_item.cc (revision 281281)
+++ trunk/src/device/hid/hid_report_descriptor_item.cc (working copy)
@@ -90,17 +90,17 @@
case 0x00:
return kCollectionTypePhysical;
case 0x01:
- return kCollectionTypeApplication;
+ return kCollectionTypePhysical;
case 0x02:
- return kCollectionTypeLogical;
+ return kCollectionTypePhysical;
case 0x03:
- return kCollectionTypeReport;
+ return kCollectionTypePhysical;
case 0x04:
- return kCollectionTypeNamedArray;
+ return kCollectionTypePhysical;
case 0x05:
- return kCollectionTypeUsageSwitch;
+ return kCollectionTypePhysical;
case 0x06:
- return kCollectionTypeUsageModifier;
+ return kCollectionTypePhysical;
default:
break;
}
Property changes on: trunk/src/device/hid/hid_report_descriptor_item.cc
___________________________________________________________________
Deleted: svn:eol-style
- LF
« no previous file with comments | « trunk/src/device/hid/hid_report_descriptor.cc ('k') | trunk/src/device/hid/hid_report_descriptor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698