Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314013
b: refs/heads/master
c: ccaf8c3
h: refs/heads/master
i:
  314011: 43cacbf
v: v3
  • Loading branch information
Hauke Mehrtens authored and John W. Linville committed Jun 6, 2012
1 parent 1e5bd75 commit 730d385
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b08cf6bd2763bfe9d04fad4d7de29ee7735cd76
refs/heads/master: ccaf8c32d5ed08bfb4c45492f8f1c145fd45f4e8
2 changes: 2 additions & 0 deletions trunk/drivers/ssb/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ const char *ssb_core_name(u16 coreid)
return "ARM 1176";
case SSB_DEV_ARM_7TDMI:
return "ARM 7TDMI";
case SSB_DEV_ARM_CM3:
return "ARM Cortex M3";
}
return "UNKNOWN";
}
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/ssb/ssb.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ struct ssb_bus_ops {
#define SSB_DEV_MINI_MACPHY 0x823
#define SSB_DEV_ARM_1176 0x824
#define SSB_DEV_ARM_7TDMI 0x825
#define SSB_DEV_ARM_CM3 0x82A

/* Vendor-ID values */
#define SSB_VENDOR_BROADCOM 0x4243
Expand Down

0 comments on commit 730d385

Please sign in to comment.