Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • drivers
  • serial
  • serial_cs.c
Find file BlameHistoryPermalink
  • Petr Vandrovec's avatar
    [PATCH] serial_cs device identification fix · f1fc3990
    Petr Vandrovec authored May 16, 2005
    
    
    serial_cs's vendor/device identification got broken by Yum Rayan's change
    '[PATCH] serial_cs: Reduce stack usage in serial_event()' - it changed buf
    type from u_short* to char*, breaking device manufacturer & card number
    retrieval.  Due to this my modem stopped from being recognized as special
    case.
    
    Code will work much better if we'll rely on first_tuple's parser instead of
    doing parse ourselves.  Code also looks simpler after change.
    
    Signed-off-by: default avatarPetr Vandrovec <vandrove@vc.cvut.cz>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    f1fc3990