All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] unit/test-hog: Add TC/HGRF/RH/BV-08-I test
@ 2015-03-12 17:12 Mariusz Skamra
  2015-03-12 17:12 ` [PATCH 2/2] unit/test-hog: Add TC/HGRF/RH/BV-09-I test Mariusz Skamra
  2015-03-13 14:39 ` [PATCHv2] unit/test-hog: Add TC/HGRF/RH/BV-08-I test Mariusz Skamra
  0 siblings, 2 replies; 3+ messages in thread
From: Mariusz Skamra @ 2015-03-12 17:12 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Mariusz Skamra

Verify that all Report Reference characteristic descriptors for all
Report characteristics of Report Type: Feature Report can be read
by a Report Host IUT.
---
 unit/test-hog.c | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/unit/test-hog.c b/unit/test-hog.c
index 941e860..29fe37b 100644
--- a/unit/test-hog.c
+++ b/unit/test-hog.c
@@ -270,5 +270,38 @@ int main(int argc, char *argv[])
 				0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d,
 				0x0e, 0x0f, 0x10, 0x11, 0x12, 0x13));
 
+	define_test("TP/HGRF/RH/BV-08-I", test_hog,
+		raw_pdu(0x10, 0x01, 0x00, 0xff, 0xff, 0x00, 0x28),
+		raw_pdu(0x11, 0x06, 0x01, 0x00, 0x05, 0x00, 0x12,
+			0x18, 0x06, 0x00, 0x0a, 0x00, 0x12, 0x18),
+		raw_pdu(0x10, 0x0b, 0x00, 0xff, 0xff, 0x00, 0x28),
+		raw_pdu(0x01, 0x10, 0x0b, 0x00, 0x0a),
+		raw_pdu(0x08, 0x01, 0x00, 0x05, 0x00, 0x03, 0x28),
+		raw_pdu(0x09, 0x07, 0x03, 0x00, 0x0a, 0x04, 0x00,
+			0x4d, 0x2a),
+		raw_pdu(0x08, 0x01, 0x00, 0x05, 0x00, 0x02, 0x28),
+		raw_pdu(0x01, 0x08, 0x01, 0x00, 0x0a),
+		raw_pdu(0x08, 0x06, 0x00, 0x0a, 0x00, 0x02, 0x28),
+		raw_pdu(0x01, 0x08, 0x06, 0x00, 0x0a),
+		raw_pdu(0x08, 0x06, 0x00, 0x0a, 0x00, 0x03, 0x28),
+		raw_pdu(0x09, 0x07, 0x08, 0x00, 0x02, 0x09, 0x00,
+			0x4d, 0x2a),
+		raw_pdu(0x08, 0x04, 0x00, 0x05, 0x00, 0x03, 0x28),
+		raw_pdu(0x01, 0x08, 0x04, 0x00, 0x0a),
+		raw_pdu(0x08, 0x09, 0x00, 0x0a, 0x00, 0x03, 0x28),
+		raw_pdu(0x01, 0x08, 0x04, 0x00, 0x0a),
+		raw_pdu(0x0a, 0x04, 0x00),
+		raw_pdu(0x0b, 0xee, 0xee, 0xff, 0xff),
+		raw_pdu(0x04, 0x05, 0x00, 0x05, 0x00),
+		raw_pdu(0x05, 0x01, 0x05, 0x00, 0x08, 0x29),
+		raw_pdu(0x0a, 0x09, 0x00),
+		raw_pdu(0x0b, 0xff, 0xff, 0xee, 0xee),
+		raw_pdu(0x04, 0x0a, 0x00, 0x0a, 0x00),
+		raw_pdu(0x05, 0x01, 0x0a, 0x00, 0x08, 0x29),
+		raw_pdu(0x0a, 0x05, 0x00),
+		raw_pdu(0x0b, 0x01, 0x03),
+		raw_pdu(0x0a, 0x0a, 0x00),
+		raw_pdu(0x0b, 0x02, 0x03));
+
 	return tester_run();
 }
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] unit/test-hog: Add TC/HGRF/RH/BV-09-I test
  2015-03-12 17:12 [PATCH 1/2] unit/test-hog: Add TC/HGRF/RH/BV-08-I test Mariusz Skamra
@ 2015-03-12 17:12 ` Mariusz Skamra
  2015-03-13 14:39 ` [PATCHv2] unit/test-hog: Add TC/HGRF/RH/BV-08-I test Mariusz Skamra
  1 sibling, 0 replies; 3+ messages in thread
From: Mariusz Skamra @ 2015-03-12 17:12 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Mariusz Skamra

Verify that all HID Information characteristics can be read by a
Report Host IUT.
---
 unit/test-hog.c | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/unit/test-hog.c b/unit/test-hog.c
index 29fe37b..ce1cc26 100644
--- a/unit/test-hog.c
+++ b/unit/test-hog.c
@@ -303,5 +303,26 @@ int main(int argc, char *argv[])
 		raw_pdu(0x0a, 0x0a, 0x00),
 		raw_pdu(0x0b, 0x02, 0x03));
 
+	define_test("/TP/HGRF/RH/BV-09-I", test_hog,
+		raw_pdu(0x10, 0x01, 0x00, 0xff, 0xff, 0x00, 0x28),
+		raw_pdu(0x11, 0x06, 0x01, 0x00, 0x04, 0x00, 0x12,
+			0x18, 0x05, 0x00, 0x08, 0x00, 0x12, 0x18),
+		raw_pdu(0x10, 0x09, 0x00, 0xff, 0xff, 0x00, 0x28),
+		raw_pdu(0x01, 0x10, 0x09, 0x00, 0x0a),
+		raw_pdu(0x08, 0x01, 0x00, 0x04, 0x00, 0x03, 0x28),
+		raw_pdu(0x09, 0x07, 0x03, 0x00, 0x02, 0x04, 0x00,
+			0x4a, 0x2a),
+		raw_pdu(0x08, 0x01, 0x00, 0x04, 0x00, 0x02, 0x28),
+		raw_pdu(0x01, 0x08, 0x01, 0x00, 0x0a),
+		raw_pdu(0x08, 0x05, 0x00, 0x08, 0x00, 0x02, 0x28),
+		raw_pdu(0x01, 0x08, 0x05, 0x00, 0x0a),
+		raw_pdu(0x08, 0x05, 0x00, 0x08, 0x00, 0x03, 0x28),
+		raw_pdu(0x09, 0x07, 0x07, 0x00, 0x02, 0x08, 0x00,
+			0x4a, 0x2a),
+		raw_pdu(0x0a, 0x04, 0x00),
+		raw_pdu(0x0b, 0x01, 0x11, 0x00, 0x01),
+		raw_pdu(0x0a, 0x08, 0x00),
+		raw_pdu(0x0b, 0x01, 0x11, 0x00, 0x01));
+
 	return tester_run();
 }
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCHv2] unit/test-hog: Add TC/HGRF/RH/BV-08-I test
  2015-03-12 17:12 [PATCH 1/2] unit/test-hog: Add TC/HGRF/RH/BV-08-I test Mariusz Skamra
  2015-03-12 17:12 ` [PATCH 2/2] unit/test-hog: Add TC/HGRF/RH/BV-09-I test Mariusz Skamra
@ 2015-03-13 14:39 ` Mariusz Skamra
  1 sibling, 0 replies; 3+ messages in thread
From: Mariusz Skamra @ 2015-03-13 14:39 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Mariusz Skamra

Verify that all Report Reference characteristic descriptors for all
Report characteristics of Report Type: Feature Report can be read
by a Report Host IUT.
---
 unit/test-hog.c | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/unit/test-hog.c b/unit/test-hog.c
index 941e860..e63a04e 100644
--- a/unit/test-hog.c
+++ b/unit/test-hog.c
@@ -270,5 +270,38 @@ int main(int argc, char *argv[])
 				0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d,
 				0x0e, 0x0f, 0x10, 0x11, 0x12, 0x13));
 
+	define_test("/TP/HGRF/RH/BV-08-I", test_hog,
+		raw_pdu(0x10, 0x01, 0x00, 0xff, 0xff, 0x00, 0x28),
+		raw_pdu(0x11, 0x06, 0x01, 0x00, 0x05, 0x00, 0x12,
+			0x18, 0x06, 0x00, 0x0a, 0x00, 0x12, 0x18),
+		raw_pdu(0x10, 0x0b, 0x00, 0xff, 0xff, 0x00, 0x28),
+		raw_pdu(0x01, 0x10, 0x0b, 0x00, 0x0a),
+		raw_pdu(0x08, 0x01, 0x00, 0x05, 0x00, 0x03, 0x28),
+		raw_pdu(0x09, 0x07, 0x03, 0x00, 0x0a, 0x04, 0x00,
+			0x4d, 0x2a),
+		raw_pdu(0x08, 0x01, 0x00, 0x05, 0x00, 0x02, 0x28),
+		raw_pdu(0x01, 0x08, 0x01, 0x00, 0x0a),
+		raw_pdu(0x08, 0x06, 0x00, 0x0a, 0x00, 0x02, 0x28),
+		raw_pdu(0x01, 0x08, 0x06, 0x00, 0x0a),
+		raw_pdu(0x08, 0x06, 0x00, 0x0a, 0x00, 0x03, 0x28),
+		raw_pdu(0x09, 0x07, 0x08, 0x00, 0x0a, 0x09, 0x00,
+			0x4d, 0x2a),
+		raw_pdu(0x08, 0x04, 0x00, 0x05, 0x00, 0x03, 0x28),
+		raw_pdu(0x01, 0x08, 0x04, 0x00, 0x0a),
+		raw_pdu(0x08, 0x09, 0x00, 0x0a, 0x00, 0x03, 0x28),
+		raw_pdu(0x01, 0x08, 0x09, 0x00, 0x0a),
+		raw_pdu(0x0a, 0x04, 0x00),
+		raw_pdu(0x0b, 0xee, 0xee, 0xff, 0xff),
+		raw_pdu(0x04, 0x05, 0x00, 0x05, 0x00),
+		raw_pdu(0x05, 0x01, 0x05, 0x00, 0x08, 0x29),
+		raw_pdu(0x0a, 0x09, 0x00),
+		raw_pdu(0x0b, 0xff, 0xff, 0xee, 0xee),
+		raw_pdu(0x04, 0x0a, 0x00, 0x0a, 0x00),
+		raw_pdu(0x05, 0x01, 0x0a, 0x00, 0x08, 0x29),
+		raw_pdu(0x0a, 0x05, 0x00),
+		raw_pdu(0x0b, 0x01, 0x03),
+		raw_pdu(0x0a, 0x0a, 0x00),
+		raw_pdu(0x0b, 0x02, 0x03));
+
 	return tester_run();
 }
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-13 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-12 17:12 [PATCH 1/2] unit/test-hog: Add TC/HGRF/RH/BV-08-I test Mariusz Skamra
2015-03-12 17:12 ` [PATCH 2/2] unit/test-hog: Add TC/HGRF/RH/BV-09-I test Mariusz Skamra
2015-03-13 14:39 ` [PATCHv2] unit/test-hog: Add TC/HGRF/RH/BV-08-I test Mariusz Skamra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.