Changeset 518

Show
Ignore:
Timestamp:
05/12/08 22:49:37 (2 months ago)
Author:
free
Message:

Mount /proc/bus/usb to workaround broken udev midisport rule

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cdd-utils/trunk/debian/changelog

    r516 r518  
    1 cdd-utils (0.9~pre3) unstable; urgency=low 
     1cdd-utils (0.9~pre4) UNRELEASED; urgency=low 
    22 
    33  * Moved package-specific data to share 
     
    88  * Instruct dhclient to send host-name 
    99  * Enable spamassassin cron update 
    10   * Add missing LMMS desktop file 
     10  * Added missing LMMS desktop file 
     11  * Mount /proc/bus/usb to workaround broken udev midisport rule 
    1112 
    1213 -- Free Ekanayaka <free@64studio.com>  Thu, 08 May 2008 21:55:32 +0200 
  • cdd-utils/trunk/lib/sound.sh

    r513 r518  
    5555} 
    5656 
    57 # Use ardourino 
    58 ardourino () { 
    59     cfg=/usr/share/applications/ardour.desktop 
    60     if ! exists $cfg; then warning $cfg not found; return; fi 
    61     sed -i -e 's/^Exec=.*/Exec=ardour2 --ardourino/g' $cfg 
     57# The udev rule which comes with midisport-firmware seems broken in hardy 
     58# MidiSport devices wont work, see LP: #27833 
     59midisport () { 
     60    cfg=/etc/fstab 
     61    add_key "none /proc/bus/usb" " " "$cfg" 
     62    set_key "none /proc/bus/usb" " " "usbfs  defaults 0 0" "$cfg" 
    6263} 
  • cdd-utils/trunk/lib/suites.sh

    r515 r518  
    5858    cdd-config apt trinity hardy 
    5959    cdd-config menu hardy 
     60    cdd-config midisport 
    6061 
    6162    # Various updates and fixes