Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28323
b: refs/heads/master
c: b383539
h: refs/heads/master
i:
  28321: b724a2e
  28319: 83f860c
v: v3
  • Loading branch information
Daniel Drake authored and Greg Kroah-Hartman committed Jun 21, 2006
1 parent 56e554d commit c322f64
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9347c52347f24244c550871eab8ecb0fb5704d6
refs/heads/master: b383539e04c413e040d998aedcc120c49aa670da
18 changes: 9 additions & 9 deletions trunk/drivers/usb/storage/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,15 @@ static int get_transport(struct us_data *us)
break;
#endif

#ifdef CONFIG_USB_STORAGE_ALAUDA
case US_PR_ALAUDA:
us->transport_name = "Alauda Control/Bulk";
us->transport = alauda_transport;
us->transport_reset = usb_stor_Bulk_reset;
us->max_lun = 1;
break;
#endif

default:
return -EIO;
}
Expand Down Expand Up @@ -648,15 +657,6 @@ static int get_protocol(struct us_data *us)
break;
#endif

#ifdef CONFIG_USB_STORAGE_ALAUDA
case US_PR_ALAUDA:
us->transport_name = "Alauda Control/Bulk";
us->transport = alauda_transport;
us->transport_reset = usb_stor_Bulk_reset;
us->max_lun = 1;
break;
#endif

default:
return -EIO;
}
Expand Down

0 comments on commit c322f64

Please sign in to comment.