Changeset 17408


Ignore:
Timestamp:
08/01/11 14:23:12 (22 months ago)
Author:
BrainSlayer
Message:

for cd/dvd/br drives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/services/usb_hotplug.c

    r17406 r17408  
    8282         */ 
    8383        if (class == 8 && subclass == 6) { 
     84                if (!strcmp(action, "add")) 
     85                        usb_add_ufd(NULL); 
     86                if (!strcmp(action, "remove")) 
     87                        usb_unmount(NULL); 
     88        } 
     89         
     90        if (class == 0 && subclass == 0) { 
    8491                if (!strcmp(action, "add")) 
    8592                        usb_add_ufd(NULL); 
Note: See TracChangeset for help on using the changeset viewer.