Re: [PATCH] USB and Driver Core patches for 2.6.10

From: Greg KH
Date: Sat Jan 08 2005 - 05:30:09 EST


ChangeSet 1.1938.446.10, 2004/12/15 15:12:10-08:00, phil@xxxxxxxx

[PATCH] USB Storage: Remove old XLATE-only entries from unusual_devs.h

This patch removes all entries from unusual_devs.h that appear to have
only been there for the MODE_XLATE flag which was removed in my previous
patch.


Signed-off-by: Phil Dibowitz <phil@xxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/usb/storage/unusual_devs.h | 26 --------------------------
1 files changed, 26 deletions(-)


diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
--- a/drivers/usb/storage/unusual_devs.h 2005-01-07 15:50:16 -08:00
+++ b/drivers/usb/storage/unusual_devs.h 2005-01-07 15:50:16 -08:00
@@ -739,15 +739,6 @@
US_FL_BULK32),


-/* Aiptek PocketCAM 3Mega
- * Nicolas DUPEUX <nicolas@xxxxxxxxxx>
- */
-UNUSUAL_DEV( 0x08ca, 0x2011, 0x0000, 0x9999,
- "AIPTEK",
- "PocketCAM 3Mega",
- US_SC_DEVICE, US_PR_DEVICE, NULL,
- 0 ),
-
/* Entry needed for flags. Moreover, all devices with this ID use
* bulk-only transport, but _some_ falsely report Control/Bulk instead.
* One example is "Trumpion Digital Research MYMP3".
@@ -773,12 +764,6 @@
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_CAPACITY ),

-UNUSUAL_DEV( 0x097a, 0x0001, 0x0000, 0x0001,
- "Minds@Work",
- "Digital Wallet",
- US_SC_DEVICE, US_PR_DEVICE, NULL,
- 0 ),
-
/* This Pentax still camera is not conformant
* to the USB storage specification: -
* - It does not like the INQUIRY command. So we must handle this command
@@ -881,17 +866,6 @@
"Desknote",
"UCR-61S2B",
US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init,
- 0 ),
-
-/* Reported by Dan Pilone <pilone@xxxxxxxx>
- * The device needs the flags only.
- * Also reported by Brian Hall <brihall@xxxxxxxxxx>, again for flags.
- * I also suspect this device may have a broken serial number.
- */
-UNUSUAL_DEV( 0x1065, 0x2136, 0x0000, 0x9999,
- "CCYU TECHNOLOGY",
- "EasyDisk Portable Device",
- US_SC_DEVICE, US_PR_DEVICE, NULL,
0 ),

/* Reported by Kotrla Vitezslav <kotrla@xxxxxx> */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/