aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-03-19 20:14:23 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-03-19 20:14:23 -0700
commita9cf7cd0d7474026d05296c666a0b7f83d798c03 (patch)
treeafaf5041d3efabb5f5b0032d5b0e67ffacd84c28 /drivers/usb/misc
parentMerge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus (diff)
parentUSB: new Novatel device ids for option driver (diff)
downloadlinux-dev-a9cf7cd0d7474026d05296c666a0b7f83d798c03.tar.xz
linux-dev-a9cf7cd0d7474026d05296c666a0b7f83d798c03.zip
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6: USB: new Novatel device ids for option driver USB: berry_charge: correct dbg string for second magic command usblp: quirk flag and device entry for Seiko Epson M129C printer airprime: USB ID for Novatel EV620 mini PCI-E card USB: necessary update for mos7720 driver USB: RAZR v3i unusual_devs USB: two more device ids for dm9601 usbnet driver USB: fix usb-serial regression
Diffstat (limited to 'drivers/usb/misc')
-rw-r--r--drivers/usb/misc/berry_charge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/misc/berry_charge.c b/drivers/usb/misc/berry_charge.c
index 60893c6c8221..b15f2fd8dab4 100644
--- a/drivers/usb/misc/berry_charge.c
+++ b/drivers/usb/misc/berry_charge.c
@@ -69,7 +69,7 @@ static int magic_charge(struct usb_device *udev)
return retval;
}
- dbg(&udev->dev, "Sending first magic command\n");
+ dbg(&udev->dev, "Sending second magic command\n");
retval = usb_control_msg(udev, usb_rcvctrlpipe(udev, 0),
0xa2, 0x40, 0, 1, dummy_buffer, 0, 100);
if (retval != 0) {