Subversion Repositories Kolibri OS

Rev

Rev 1179 | Rev 1268 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1179 Rev 1221
Line 270... Line 270...
270
			    >> ENUM_ID_SHIFT;
270
			    >> ENUM_ID_SHIFT;
271
			con_obj_type =
271
			con_obj_type =
272
			    (le16_to_cpu(path->usConnObjectId) &
272
			    (le16_to_cpu(path->usConnObjectId) &
273
			     OBJECT_TYPE_MASK) >> OBJECT_TYPE_SHIFT;
273
			     OBJECT_TYPE_MASK) >> OBJECT_TYPE_SHIFT;
Line 274... Line -...
274
 
-
 
275
			if ((le16_to_cpu(path->usDeviceTag) ==
-
 
276
			     ATOM_DEVICE_TV1_SUPPORT)
-
 
277
			    || (le16_to_cpu(path->usDeviceTag) ==
274
 
278
				ATOM_DEVICE_TV2_SUPPORT)
275
			/* TODO CV support */
279
			    || (le16_to_cpu(path->usDeviceTag) ==
276
			if (le16_to_cpu(path->usDeviceTag) ==
280
				ATOM_DEVICE_CV_SUPPORT))
277
				ATOM_DEVICE_CV_SUPPORT)
Line 281... Line 278...
281
				continue;
278
				continue;
282
 
279
 
283
			if ((rdev->family == CHIP_RS780) &&
280
			if ((rdev->family == CHIP_RS780) &&