Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248886
b: refs/heads/master
c: a8e62dd
h: refs/heads/master
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed May 17, 2011
1 parent 9de894b commit 2e365e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: e6251a921716fca9c2e3008af2d8d0d5657a59bc
refs/heads/master: a8e62dd6d91f3bc3687abbb26227e5fc39c4829c
10 changes: 5 additions & 5 deletions trunk/drivers/usb/storage/unusual_realtek.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
#if defined(CONFIG_USB_STORAGE_REALTEK) || \
defined(CONFIG_USB_STORAGE_REALTEK_MODULE)

UNUSUAL_DEV(0x0bda, 0x0159, 0x0000, 0x9999,
UNUSUAL_DEV(0x0bda, 0x0138, 0x0000, 0x9999,
"Realtek",
"USB Card Reader",
USB_SC_SCSI, USB_PR_BULK, init_realtek_cr, 0),
USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),

UNUSUAL_DEV(0x0bda, 0x0158, 0x0000, 0x9999,
"Realtek",
"USB Card Reader",
USB_SC_SCSI, USB_PR_BULK, init_realtek_cr, 0),
USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),

UNUSUAL_DEV(0x0bda, 0x0138, 0x0000, 0x9999,
UNUSUAL_DEV(0x0bda, 0x0159, 0x0000, 0x9999,
"Realtek",
"USB Card Reader",
USB_SC_SCSI, USB_PR_BULK, init_realtek_cr, 0),
USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),

#endif /* defined(CONFIG_USB_STORAGE_REALTEK) || ... */

0 comments on commit 2e365e9

Please sign in to comment.