~ubuntu-branches/ubuntu/quantal/usb-modeswitch/quantal

« back to all changes in this revision

Viewing changes to usb_modeswitch.d/1bbb:f000

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2010-01-12 15:58:14 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100112155814-8ve516a5iirpx5sg
Tags: 1.0.7-1
* New 1.0.7 upstream version (Closes: #563527).
  - Update the manpage
  - Split source in binary and data packages.
* Patches:
  - 01_correct_broken_huawei_conf.patch
      Removed.
  + 03_build_system_to_policy.patch
      Refreshed.
  - 04_convert_umconf_to_unicode.patch
      Removed.
  + 05_move_wrappers_to_usr.patch
      Refreshed.
  - 06_disables_rules.patch
      Removed.
* Add a preinst to delete configuration files forgotten in previous releases
  - Also delete /etc/udev/rules.d/80-usb_modeswitch.rules.
  - Delete only the data files not included in the -data upload
* Update README.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
########################################################
2
 
# Alcatel X200
3
 
 
4
 
DefaultVendor=  0x1bbb
5
 
DefaultProduct= 0xf000
6
 
 
7
 
TargetVendor=   0x1bbb
8
 
TargetProduct=  0x0000
 
2
# Alcatel X200/X060S
 
3
 
 
4
DefaultVendor= 0x1bbb
 
5
DefaultProduct=0xf000
 
6
 
 
7
TargetVendor=  0x1bbb
 
8
TargetProduct= 0x0000
9
9
 
10
10
CheckSuccess=20
11
11
 
12
12
MessageContent="55534243123456788000000080000606f50402527000000000000000000000"
13
 
 
14