Skip to content

Commit

Permalink
detect bada version if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Jan 22, 2014
1 parent 152d0a6 commit cbc301f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions plugins/DevicesDetection/UserAgentParserEnhanced/regexes/oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,20 +287,24 @@
##########
# Bada
##########
- regex: 'bada'
- regex: 'bada(?:[ /](\d+\.\d+))'
name: 'Bada'
version: ''

version: '$1'


- regex: 'bada'
name: 'Bada'
version: ''


##########
# Brew
##########
- regex: '(?:Brew MP|BREW|BMP)(?:[ /](\d+\.\d+))?'
name: 'Brew'
version: '$1'



##########
# Web TV
Expand Down

0 comments on commit cbc301f

Please sign in to comment.