Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354701
b: refs/heads/master
c: bde027b
h: refs/heads/master
i:
  354699: c77b962
v: v3
  • Loading branch information
Gerd Hoffmann authored and Greg Kroah-Hartman committed Jan 25, 2013
1 parent af2f8ab commit bb7ec84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 59e931c47fe44de354ced20136a655d4725a2b61
refs/heads/master: bde027b456dc56a3673f886872a6425adc5e9aa4
2 changes: 2 additions & 0 deletions trunk/drivers/usb/storage/uas.c
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,8 @@ static int uas_probe(struct usb_interface *intf, const struct usb_device_id *id)

shost->max_cmd_len = 16 + 252;
shost->max_id = 1;
shost->max_lun = 256;
shost->max_channel = 0;
shost->sg_tablesize = udev->bus->sg_tablesize;

devinfo->intf = intf;
Expand Down

0 comments on commit bb7ec84

Please sign in to comment.