forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: auerswald possible memleak fix USB: ipaq: Add HTC Modem Support USB: Fixed outdated usb_get_device_descriptor() documentation usb-storage: Remove duplicated unusual_devs.h entries for Sony Ericsson P990i USB: hid-core: Add quirk for new Apple keyboard/trackpad USB Storage: unusual_devs.h entry for Sony Ericsson P990i USB: correct keymapping on Powerbook built-in USB ISO keyboards USB: OHCI: fix root-hub resume bug USB: Fix UCR-61S2B unusual_dev entry USB: ftdi driver pid for dmx-interfaces USB: ftdi_sio: adds vendor/product id for a RFID construction kit OHCI: disallow autostop when wakeup is not available
- Loading branch information
Showing
11 changed files
with
58 additions
and
35 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
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 |
---|---|---|
|
@@ -1306,25 +1306,13 @@ UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, | |
US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
US_FL_FIX_CAPACITY ), | ||
|
||
/* Reported by Jan Mate <[email protected]> */ | ||
UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, | ||
"Sony Ericsson", | ||
"P990i", | ||
US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
US_FL_FIX_CAPACITY ), | ||
|
||
/* Reported by Jan Mate <[email protected]> */ | ||
UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, | ||
"Sony Ericsson", | ||
"P990i", | ||
US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
US_FL_FIX_CAPACITY ), | ||
|
||
/* Reported by Kevin Cernekee <[email protected]> | ||
* Tested on hardware version 1.10. | ||
* Entry is needed only for the initializer function override. | ||
* Devices with bcd > 110 seem to not need it while those | ||
* with bcd < 110 appear to need it. | ||
*/ | ||
UNUSUAL_DEV( 0x1019, 0x0c55, 0x0110, 0x0110, | ||
UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110, | ||
"Desknote", | ||
"UCR-61S2B", | ||
US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init, | ||
|