From ccc5554e3c0b416371db7d36fd4f776462c918ef Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Thu, 9 Nov 2006 13:51:36 -0500 Subject: [PATCH] [ubuntu: USB] misc usb ids add. Adds Novatech NV-902W id and sony ericsson telephone. Closes: #61797 and some other bug i forget now. Signed-off-by: Chuck Short --- drivers/usb/net/rt2570/rt2570sw.h | 1 + drivers/usb/storage/unusual_devs.h | 6 ++++++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/usb/net/rt2570/rt2570sw.h b/drivers/usb/net/rt2570/rt2570sw.h index f55336b..34882a5 100644 --- a/drivers/usb/net/rt2570/rt2570sw.h +++ b/drivers/usb/net/rt2570/rt2570sw.h @@ -133,6 +133,7 @@ #define RTUSB_DEVICES { \ { USB_DEVICE(0x14b2, 0x3c02)}, /* Conceptronic */ \ { USB_DEVICE(0x14f8, 0x2570)}, /* Eminent */ \ { USB_DEVICE(0x2001, 0x3c00)}, /* D-LINK */ \ + { USB_DEVICE(0x0eb0, 0x9020)}, /* Novatech NV-902W */ \ {0,} \ } diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index ade1645..ed98b62 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -1199,6 +1199,12 @@ UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NO_WP_DETECT ), +UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, + "Sony Ericsson", + "P990i", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_FIX_CAPACITY ), + /* Reported by Kevin Cernekee * Tested on hardware version 1.10. * Entry is needed only for the initializer function override. -- 1.4.1