Author: bencollins
Date: Sun, 14 Jul 2002 20:43:58 -0400
New Revision: 525
Modified:
trunk/sbp2.c
Log:
Add the name of the person who reports broken inquiry devices
Modified: trunk/sbp2.c
==============================================================================
--- trunk/sbp2.c (original)
+++ trunk/sbp2.c Mon Jul 15 12:32:58 2002
@@ -553,7 +553,8 @@
/* List of device firmware's that require a forced 36 byte inquiry. Note
* the final 0x0 needs to be there for denoting end of list. */
static u32 sbp2_broken_inquiry_list[] = {
- 0x00002800, 0x0
+ 0x00002800, /* Stefan Richter <ric...@ba...> */
+ 0x0
};
/**************************************
|