diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-10-15 13:07:47 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-10-15 13:07:47 +0000 | 
| commit | d544342b190eabf0703218169c1248f3905b09b1 (patch) | |
| tree | d35543a11fe79b7860f95dcf1606e95716af3bd2 | |
| parent | 08c055000e681ab545933c5cc09db735bc7783f4 (diff) | |
Add another Ricoh specific range
| -rw-r--r-- | tools/sdptool.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sdptool.c b/tools/sdptool.c index 0cefafb0..477f05a1 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -3637,7 +3637,7 @@ static char *records_help =  static int cmd_records(int argc, char **argv)  {  	struct search_context context; -	uint32_t base[] = { 0x10000, 0x1002e, 0x110b, 0x90000, 0x2008000, 0x4000000, 0x1000000 }; +	uint32_t base[] = { 0x10000, 0x1002e, 0x110b, 0x90000, 0x2008000, 0x4000000, 0x100000, 0x1000000 };  	bdaddr_t bdaddr;  	int i, n, opt, err = 0, num = 32;  | 
