forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'usb-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel…
…/git/gregkh/usb Pull USB fixes from Greg KH: "Here are some USB fixes for 3.18-rc4. Just a bunch of little fixes resolving reported issues and new device ids for existing drivers. Full details are in the shortlog" * tag 'usb-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (26 commits) USB: Update default usb-storage delay_use value in kernel-parameters.txt USB: cdc-acm: add quirk for control-line state requests phy: omap-usb2: Enable runtime PM of omap-usb2 phy properly USB: storage: Fix timeout in usb_stor_euscsi_init() and usb_stor_huawei_e220_init() USB: cdc-acm: only raise DTR on transitions from B0 Revert "storage: Replace magic number with define in usb_stor_euscsi_init()" usb: core: notify disconnection when core detects disconnect usb: core: need to call usb_phy_notify_connect after device setup uas: Add US_FL_NO_ATA_1X quirk for 2 more Seagate models xhci: no switching back on non-ULT Haswell USB: quirks: enable device-qualifier quirk for yet another Elan touchscreen USB: quirks: enable device-qualifier quirk for another Elan touchscreen MAINTAINERS: Remove duplicate entry for usbip driver usb: storage: fix build warnings !CONFIG_PM usb: Remove references to non-existent PLAT_S5P symbol uas: Add NO_ATA_1X for VIA VL711 devices xhci: Disable streams on Asmedia 1042 xhci controllers USB: HWA: fix a warning message uas: Add US_FL_NO_ATA_1X quirk for 1 more Seagate model usb-storage: handle a skipped data phase ...
- Loading branch information
Showing
18 changed files
with
111 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9703,11 +9703,6 @@ S: Maintained | |
F: Documentation/hid/hiddev.txt | ||
F: drivers/hid/usbhid/ | ||
|
||
USB/IP DRIVERS | ||
L: [email protected] | ||
S: Orphan | ||
F: drivers/staging/usbip/ | ||
|
||
USB ISP116X DRIVER | ||
M: Olav Kongas <[email protected]> | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,13 +54,34 @@ UNUSUAL_DEV(0x0bc2, 0x3312, 0x0000, 0x9999, | |
USB_SC_DEVICE, USB_PR_DEVICE, NULL, | ||
US_FL_NO_ATA_1X), | ||
|
||
/* Reported-by: Hans de Goede <[email protected]> */ | ||
UNUSUAL_DEV(0x0bc2, 0x3320, 0x0000, 0x9999, | ||
"Seagate", | ||
"Expansion Desk", | ||
USB_SC_DEVICE, USB_PR_DEVICE, NULL, | ||
US_FL_NO_ATA_1X), | ||
|
||
/* Reported-by: Bogdan Mihalcea <[email protected]> */ | ||
UNUSUAL_DEV(0x0bc2, 0xa003, 0x0000, 0x9999, | ||
"Seagate", | ||
"Backup Plus", | ||
USB_SC_DEVICE, USB_PR_DEVICE, NULL, | ||
US_FL_NO_ATA_1X), | ||
|
||
/* https://bbs.archlinux.org/viewtopic.php?id=183190 */ | ||
UNUSUAL_DEV(0x0bc2, 0xab20, 0x0000, 0x9999, | ||
"Seagate", | ||
"Backup+ BK", | ||
USB_SC_DEVICE, USB_PR_DEVICE, NULL, | ||
US_FL_NO_ATA_1X), | ||
|
||
/* https://bbs.archlinux.org/viewtopic.php?id=183190 */ | ||
UNUSUAL_DEV(0x0bc2, 0xab21, 0x0000, 0x9999, | ||
"Seagate", | ||
"Backup+ BK", | ||
USB_SC_DEVICE, USB_PR_DEVICE, NULL, | ||
US_FL_NO_ATA_1X), | ||
|
||
/* Reported-by: Claudio Bizzarri <[email protected]> */ | ||
UNUSUAL_DEV(0x152d, 0x0567, 0x0000, 0x9999, | ||
"JMicron", | ||
|
@@ -75,3 +96,10 @@ UNUSUAL_DEV(0x174c, 0x5106, 0x0000, 0x9999, | |
"ASM1051", | ||
USB_SC_DEVICE, USB_PR_DEVICE, NULL, | ||
US_FL_IGNORE_UAS), | ||
|
||
/* Reported-by: Hans de Goede <[email protected]> */ | ||
UNUSUAL_DEV(0x2109, 0x0711, 0x0000, 0x9999, | ||
"VIA", | ||
"VL711", | ||
USB_SC_DEVICE, USB_PR_DEVICE, NULL, | ||
US_FL_NO_ATA_1X), |