static int option_rezero(struct us_data *us)
 {
-       const unsigned char rezero_msg[] = {
+       static const unsigned char rezero_msg[] = {
          0x55, 0x53, 0x42, 0x43, 0x78, 0x56, 0x34, 0x12,
          0x01, 0x00, 0x00, 0x00, 0x80, 0x00, 0x06, 0x01,
          0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 
 static int option_inquiry(struct us_data *us)
 {
-       const unsigned char inquiry_msg[] = {
+       static const unsigned char inquiry_msg[] = {
          0x55, 0x53, 0x42, 0x43, 0x12, 0x34, 0x56, 0x78,
          0x24, 0x00, 0x00, 0x00, 0x80, 0x00, 0x06, 0x12,
          0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x00,