Print this page
7215 usba logging through cmn_err (via usba_bus_ctl) output erroneously includes tab
7216 usba logging through cmn_err (via usba_bus_ctl) output truncates (leading) some device names

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/usb/usba/usba_impl.h
          +++ new/usr/src/uts/common/sys/usb/usba/usba_impl.h
↓ open down ↓ 231 lines elided ↑ open up ↑
 232  232  
 233  233          dev_info_t      *hubdi_dip;      /* ptr to devinfo struct */
 234  234  
 235  235          int             hubdi_flags;    /* flag options */
 236  236  
 237  237  } usba_hubdi_t;
 238  238  
 239  239  /*
 240  240   * usba_get_mfg_prod_sn_str:
 241  241   *      Return a string containing mfg, product, serial number strings.
 242      - *      Remove duplicates if some strings are the same.
 243  242   */
 244  243  char    *usba_get_mfg_prod_sn_str(dev_info_t *, char *, int);
 245  244  
 246  245  /* return value when user doesn't specify configuration index */
 247  246  #define USBA_DEV_CONFIG_INDEX_UNDEFINED -1
 248  247  
 249  248  /*
 250  249   * prototypes
 251  250   */
 252  251  void    usba_usba_initialization();
↓ open down ↓ 195 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX