The following reply was made to PR usb/137226; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: usb/137226: commit references a PR
Date: Mon, 24 Aug 2009 05:02:47 +0000 (UTC)

 Author: alfred
 Date: Mon Aug 24 05:02:36 2009
 New Revision: 196495
 URL: http://svn.freebsd.org/changeset/base/196495
 
 Log:
   Add mass storage quirks.
   
   PR:             usb/137138,usb/137226,usb/137789,usb/135372
   
   Submitted by:        hps
 
 Modified:
   head/sys/dev/usb/storage/umass.c
   head/sys/dev/usb/usbdevs
 
 Modified: head/sys/dev/usb/storage/umass.c
 ==============================================================================
 --- head/sys/dev/usb/storage/umass.c   Mon Aug 24 05:01:40 2009        
(r196494)
 +++ head/sys/dev/usb/storage/umass.c   Mon Aug 24 05:02:36 2009        
(r196495)
 @@ -412,6 +412,10 @@ static const struct umass_devdescr umass
                UMASS_PROTO_DEFAULT,
                NO_SYNCHRONIZE_CACHE
        },
 +      {USB_VENDOR_ALCOR, USB_PRODUCT_ALCOR_SDCR_6335, RID_WILDCARD,
 +              UMASS_PROTO_DEFAULT,
 +              NO_TEST_UNIT_READY | NO_SYNCHRONIZE_CACHE
 +      },
        {USB_VENDOR_ALCOR, USB_PRODUCT_ALCOR_AU6390, RID_WILDCARD,
                UMASS_PROTO_DEFAULT,
                NO_SYNCHRONIZE_CACHE
 @@ -733,6 +737,10 @@ static const struct umass_devdescr umass
                UMASS_PROTO_UFI,
                NO_QUIRKS
        },
 +      { USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_SPE3030CC, RID_WILDCARD,
 +              UMASS_PROTO_DEFAULT,
 +              NO_SYNCHRONIZE_CACHE
 +      },
        {USB_VENDOR_PLEXTOR, USB_PRODUCT_PLEXTOR_40_12_40U, RID_WILDCARD,
                UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
                NO_TEST_UNIT_READY
 @@ -893,6 +901,10 @@ static const struct umass_devdescr umass
                UMASS_PROTO_UFI | UMASS_PROTO_CBI,
                NO_QUIRKS
        },
 +      {USB_VENDOR_TECLAST, USB_PRODUCT_TECLAST_TLC300, RID_WILDCARD,
 +              UMASS_PROTO_DEFAULT,
 +              NO_TEST_UNIT_READY | NO_SYNCHRONIZE_CACHE
 +      },
        {USB_VENDOR_TREK, USB_PRODUCT_TREK_MEMKEY, RID_WILDCARD,
                UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
                NO_INQUIRY
 @@ -965,6 +977,10 @@ static const struct umass_devdescr umass
                UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
                NO_SYNCHRONIZE_CACHE
        },
 +      {USB_VENDOR_ASUS, USB_PRODUCT_ASUS_GMSC, RID_WILDCARD,
 +              UMASS_PROTO_DEFAULT,
 +              NO_SYNCHRONIZE_CACHE
 +      },
        {VID_EOT, PID_EOT, RID_EOT, 0, 0}
  };
  
 
 Modified: head/sys/dev/usb/usbdevs
 ==============================================================================
 --- head/sys/dev/usb/usbdevs   Mon Aug 24 05:01:40 2009        (r196494)
 +++ head/sys/dev/usb/usbdevs   Mon Aug 24 05:02:36 2009        (r196495)
 @@ -360,6 +360,7 @@ vendor SMC         0x0707  Standard Microsystems
  vendor PUTERCOM               0x0708  Putercom
  vendor MCT            0x0711  MCT
  vendor IMATION                0x0718  Imation
 +vendor TECLAST                0x071b  Teclast
  vendor SONYERICSSON   0x0731  Sony Ericsson
  vendor EICON          0x0734  Eicon Networks
  vendor SYNTECH                0x0745  Syntech Information
 @@ -585,6 +586,7 @@ vendor NETGEAR3            0x1385  Netgear
  vendor BALTECH                0x13ad  Baltech
  vendor CISCOLINKSYS   0x13b1  Cisco-Linksys
  vendor SHARK          0x13d2  Shark
 +vendor EMTEC          0x13fe  Emtec
  vendor NOVATEL                0x1410  Novatel Wireless
  vendor MERLIN         0x1416  Merlin
  vendor WISTRONNEWEB   0x1435  Wistron NeWeb
 @@ -820,6 +822,7 @@ product AKS USBHASP                0x0001  USB-HASP 0.0
  /* Alcor Micro, Inc. products */
  product ALCOR2 KBD_HUB                0x2802  Kbd Hub
  
 +product ALCOR SDCR_6335               0x6335  SD/MMC Card Reader
  product ALCOR TRANSCEND               0x6387  Transcend JetFlash Drive
  product ALCOR MA_KBD_HUB      0x9213  MacAlly Kbd Hub
  product ALCOR AU9814          0x9215  AU9814 Hub
 @@ -861,6 +864,12 @@ product APC UPS                   0x0002  Uninterruptible
  
  /* Apple Computer products */
  product APPLE EXT_KBD         0x020c  Apple Extended USB Keyboard
 +product APPLE KBD_TP_ANSI     0x0223  Apple Internal Keyboard/Trackpad 
(Wellspring/ANSI)
 +product APPLE KBD_TP_ISO      0x0224  Apple Internal Keyboard/Trackpad 
(Wellspring/ISO)
 +product APPLE KBD_TP_JIS      0x0225  Apple Internal Keyboard/Trackpad 
(Wellspring/JIS)
 +product APPLE KBD_TP_ANSI2    0x0230  Apple Internal Keyboard/Trackpad 
(Wellspring2/ANSI)
 +product APPLE KBD_TP_ISO2     0x0231  Apple Internal Keyboard/Trackpad 
(Wellspring2/ISO)
 +product APPLE KBD_TP_JIS2     0x0232  Apple Internal Keyboard/Trackpad 
(Wellspring2/JIS)
  product APPLE OPTMOUSE                0x0302  Optical mouse
  product APPLE MIGHTYMOUSE     0x0304  Mighty Mouse
  product APPLE EXT_KBD_HUB     0x1003  Hub in Apple Extended USB Keyboard
 @@ -902,6 +911,7 @@ product ASUS RT2573_1              0x1723  RT2573
  product ASUS RT2573_2         0x1724  RT2573
  product ASUS LCM              0x1726  LCM display
  product ASUS P535             0x420f  ASUS P535 PDA
 +product       ASUS GMSC               0x422f  ASUS Generic Mass Storage
  
  /* ATen products */
  product ATEN UC1284           0x2001  Parallel printer
 @@ -1971,6 +1981,7 @@ product PHILIPS HUB              0x0201  hub
  product PHILIPS PCA646VC      0x0303  PCA646VC PC Camera
  product PHILIPS PCVC680K      0x0308  PCVC680K Vesta Pro PC Camera
  product PHILIPS DSS150                0x0471  DSS 150 Digital Speaker System
 +product PHILIPS SPE3030CC     0x083a  USB 2.0 External Disk
  product PHILIPS SNU5600               0x1236  SNU5600
  product PHILIPS UM10016               0x1552  ISP 1581 Hi-Speed USB MPEG2 
Encoder Reference Kit
  product PHILIPS DIVAUSB               0x1801  DIVA USB mp3 player
 @@ -2345,6 +2356,9 @@ product SUN KBD_HUB              0x100e  Kbd Hub
  /* Super Top products */
  product       SUPERTOP IDE            0x6600  USB-IDE
  
 +/* Teclast products */
 +product TECLAST TLC300                0x3203  USB Media Player
 +
  /* Supra products */
  product DIAMOND2 SUPRAEXPRESS56K 0x07da       Supra Express 56K modem
  product DIAMOND2 SUPRA2890    0x0b4a  SupraMax 2890 56K Modem
 _______________________________________________
 svn-src-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
 
_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to